NO idea.

I have a couple of projects with a similar setup (managed C++ to handle COM, C style 
dll's etc. With C+# higher up).

Can you elaborate on the error message? How did you set the reference? Include the 
project?


Regards

Thomas Tomiczek
THONA Consulting Ltd.
(Microsoft MVP C#/.NET)



-----Original Message-----
From: Miguel Ángel Chacón [mailto:[EMAIL PROTECTED]] 
Sent: Mittwoch, 24. April 2002 17:22
To: [EMAIL PROTECTED]
Subject: [DOTNET] MC++ help: managed/unmanaged DLL


Hi, i need some help with MC++. I´m creating a managed DLL wrapper for a DLL (C-style) 
in MC++, to use it with C#. I´m mixing managed with unmanaged code. There is no 
problem with the build time. The assembly(viewed with ILDASM) have my namespace and 
the 'std' namespace and a lot of strange definitions, like the functions in the C DLL. 
These don´t bore me initially. I create a C# windows form app, and add a reference to 
the C++ project. When I run the app, and try to load the assembly created in C++, a 
FileNotFoundException with the name of the assembly occurs. I look in the C# project 
directory and all is correct. What I´m doing wrong? Thanks a lot.
 

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe 
to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to