Y
Yang Pang
I have a project where the GUI is in VB.NET, the libraries
in unmanaged C++ which is wrapped in managed C++ and
compiled as DLL.
The application runs fine on Windows 2000 with VC++
development environment installed, but fails to load on
any Windows 2000 system with only the .NET Framework
(tried .NET Framework SDK too) installed.
Tried suggestions given in "Mixed DLL Loading Problem"
article on MSDN, and the 814472 article. None of these
solved the problem. Installing the whole Visual Studio .NET
works, but is not a practical solution on every client
machine.
Are there any run-time libraries I need to ship with the
application?
Here are the system information:
Devbelopment Envirnment 2002 Version 7.0.9466
..NET Framework 1.0 Version 1.0.3705
Your help will be much appreciated.
Yang
in unmanaged C++ which is wrapped in managed C++ and
compiled as DLL.
The application runs fine on Windows 2000 with VC++
development environment installed, but fails to load on
any Windows 2000 system with only the .NET Framework
(tried .NET Framework SDK too) installed.
Tried suggestions given in "Mixed DLL Loading Problem"
article on MSDN, and the 814472 article. None of these
solved the problem. Installing the whole Visual Studio .NET
works, but is not a practical solution on every client
machine.
Are there any run-time libraries I need to ship with the
application?
Here are the system information:
Devbelopment Envirnment 2002 Version 7.0.9466
..NET Framework 1.0 Version 1.0.3705
Your help will be much appreciated.
Yang