.net connection error after build
Posted: Wed Mar 30, 2011 5:32 pm
Hi all. I am attempting to build a hello world project usng .net assemblies to connect to Jade. I have a strange error occuring. After a project build, when I run the poject I get the following error on the connection line:
error: The invoked member is not supported in a dynamic assembly
Dim Jcp As New JadeConnectionParams("D:\Greentree\DotNet\System", "D:\Greentree\DotNet\jadeGT.ini", _
JadeDBConnection.ConnectionType.MultiUser, "DotNetSchema", "DotNetConnect", "esa", "", 1)
con = New JadeDBConnection(Jcp)
I have built the project in C# but get the same error. The really strange part is that if I clear the orphaned connection using Jade Monitor and then rerun the app, it works. I have attempted to build the .Net assemblies using different versions of the framework, but still get the same error.
I am using Visual Studio 2010 .Net framework version 4 and Jade version 6.3.05.
Any pointers would be appreciated,
regards,
Shane Michelon
error: The invoked member is not supported in a dynamic assembly
Dim Jcp As New JadeConnectionParams("D:\Greentree\DotNet\System", "D:\Greentree\DotNet\jadeGT.ini", _
JadeDBConnection.ConnectionType.MultiUser, "DotNetSchema", "DotNetConnect", "esa", "", 1)
con = New JadeDBConnection(Jcp)
I have built the project in C# but get the same error. The really strange part is that if I clear the orphaned connection using Jade Monitor and then rerun the app, it works. I have attempted to build the .Net assemblies using different versions of the framework, but still get the same error.
I am using Visual Studio 2010 .Net framework version 4 and Jade version 6.3.05.
Any pointers would be appreciated,
regards,
Shane Michelon