Hi!
I'd like to know what is supposed to do "Bridge.RegisterAssembly(objType.Assembly).
I developped an application in C# using some Java code thanks to JNI4Net, but when i try to do the same thing in an other project it doesn't work.
This is an eCopy Sharescan connector project. (I create a connector to implement it in Sharescan)
The program stops with Bridge.RegisterAssembly(objType.Assembly) and i don't understand why.
ShareScan Manager return the "error": "com.ecervo.connection.docushare.Connection" which is the class developped in java but it is in the project (connection.generated.cs)
I used it in a Windows application project and it worked fine, i don't know how to correct this error.
How could i get logs?
Have you an idea?
Thanks a lot