Error in imports classes when generating dll with proxygen

Posted by carlosr on 21-Jul-2017 04:16

Hello,
I used to have Progress 10.2A, and now I have 11.7. With 10.2A I generated the dlls (Progress.o4glrt.dll, Progress.ssl.dll, and Progress.Messages.dll) with Proxygen, copied them in my project. NET (I use Visual Studio 2008) and imported the .Open4GL classes) and everything worked correctly. Now with Progress 11.7 I follow those steps but it does not load the Progress classes.

 Can you help me?

Thanks.

All Replies

Posted by Brian K. Maher on 21-Jul-2017 04:30

Did you regenerate your proxies via ProxyGen and replace the existing files with the new ones?
 
You may have to upgrade to Visual Studio 2015.

Posted by carlosr on 21-Jul-2017 05:46

Yes, I regenerated the proxies via ProxyGen and I replaced the existing files with the new ones.

The strange thing is that there are some classes that if it imports correctly like 'Imports NS1' or 'System', but the classes of 'Progress', does not detect them (see in the image of the previous post).

Thanks!

Posted by Brian K. Maher on 21-Jul-2017 05:58

The dll’s use .NET 4.5 (or maybe 4.6) so you most likely can’t use them with VS 2008.  Download the express version of VS 2015 and try that.

Posted by carlosr on 21-Jul-2017 10:06

Ok, Thanks. I going to try.

This thread is closed