[Migrated content. Thread originally posted on 03 June 2008]
Hi,We have written a .NET 2.0 DLL for another application and we are tryin gto call this routine from Acu to pass information to it.
We get various issues with different versions of the runtime
However, our clients currently run version 7.0 of the runtime.
We have tried creating a .NET proxy a COM Proxy with no success, we keep getting exceptions.
We then thought why not just create a standard windows dll and call the .NET assembly from there instead of Acu, as we currently call a number of home written dll's as well as some of the windows dll's
However, when we call the function in the dll which does the createinstance it falls over with either a MAV or cannot load mscorwks.dll from .net 2.0 framework.
If we run it using acu 7.2 it works fine. Is there some sort of .NET version getting in the way with different versions of the runtime?



