In-House DotNet DLL used in Progress

dwhite

Member
We have an in-house DotNet dll we wrote that will be utilized in our Progress application. To get it accessible to Progress we added the DLL information into an Assemblies.xml file.

Periodically, we’re running across this error when running our application:

"System.IO.FileNotFoundException: Could not load file or assembly 'OurDll', Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of it's dependencies. The system cannot find the file specified."

If you got out of the application and came back into it, everything works fine.

This appears to be happening only when we recompile the .r that is for the Progress code that uses our DotNet dll. We tested this on a live environment where the .r was used but not compiled on that same machine and we do not run into this problem.

So we're assuming this is a development environment issue. However, I wanted to see if anyone had ever run into this problem before?

We are using Progress 10.2.B by the way.
 
Back
Top