Issue downloading Posgresql

Stimulsoft Ultimate discussion
Post Reply
jmgardn2
Posts: 23
Joined: Fri Jun 07, 2013 6:30 pm

Issue downloading Posgresql

Post by jmgardn2 »

Hello,
When I try to add a postgresql datasource, it prompts to download the extension. Even when running the designer with an admin account, I'm getting the following exception:

----------------------------
[General Info]

Application: Stimulsoft Reports
Framework: v4.0.30319
Version: Version: 2016.3.0 from 7 December 2016
MachineName: LT-5CG6033G3K
OSVersion: Microsoft Windows NT 6.2.9200.0
UserName: jgardner-admin

----------------------------
[Exception Info]
Message: Exception has been thrown by the target of an invocation.

Source: mscorlib

StackTrace:
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Stimulsoft.Base.Reflection.InvokeMethod(Object value, String methodName, Object[] args)
at Stimulsoft.Base.StiDataConnector.DownloadPackageFromNuGet(String assemblyPath, String nuGetPackageId, String version)
at Stimulsoft.Report.WpfDesign.StiNuGetPackageControl.Download(StiNuGetPackageInfo pack)

----------------------------
[Assemblies]
mscorlib, Version = 4.0.0.0
PresentationFramework, Version = 4.0.0.0
Stimulsoft.Base, Version = 2016.3.0.0
Stimulsoft.Report, Version = 2016.3.0.0
Stimulsoft.Report.Import, Version = 2016.3.0.0
Stimulsoft.Report.Wpf, Version = 2016.3.0.0
Stimulsoft.Report.WpfDesign, Version = 2016.3.0.0
System, Version = 4.0.0.0


Also, when attempting to compile the data pack myself, I get two errors:

StiPostgreSQLDatabase.Edit(bool) no suitable methods found to override
- and -
There is no argument given that corresponds to the required formal parameter 'database' of 'StiSqlDatabaseEditForm.StiSqlDatabaseEditForm(StiReport, StiSqlDatabase, string)'
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Issue downloading Posgresql

Post by Alex K. »

Hello,

Please check the last build 2016.3.9 from 2017.02.17

Also, you can install PostgreSQL .NET data adapter.
http://www.npgsql.org/

Thank you.
Post Reply