Click to See Complete Forum and Search --> : How to set up a application with managed code developed DLL


wky086
December 4th, 2003, 12:39 PM
Hi,

Here I have a serious problem about install my application. I have develop an DLL use Managed visual C++ code and use the DLL in Visual C# program. It work well during development. When I try to run this program in another machine. I install .net framework.It always has run time exception. I can run this program only when I installed visual studio .net. The original code of DLL in EXE can run without install library. So it should be the problem of using managed code.

Can anybody tell when what should need to install before I can run the application with managed code DLL. The application only include the DLL only.

Millions in advance!