L
Larry
Hi my friends,
I created a dotnet class library and saved it at :
F:\Test\c++\ex32a\debug\ex32a.dll.
I created a client program to use this class library. My client file is
loacated at :
F:\Test\c++\ex32b\debug\ex32b.exe.
I tryed
#Using <F:\Test\c++\ex32a\debug\ex32a.dll>
#Using <..\ex32a\debug\ex32a.dll>
#Using "F:\Test\c++\ex32a\debug\ex32a.dll"
I can compile it and link correctly. But when I run it. There is an error
message : Can not find assembley file ex32a.dll or its dependency.
I set up "Resolve #using references" , still don't work.
I copied ex32a.dll to F:\Test\c++\ex32b\debug\. It works.
What's wrong with it?
That's ahead.
Regards,
Larry
I created a dotnet class library and saved it at :
F:\Test\c++\ex32a\debug\ex32a.dll.
I created a client program to use this class library. My client file is
loacated at :
F:\Test\c++\ex32b\debug\ex32b.exe.
I tryed
#Using <F:\Test\c++\ex32a\debug\ex32a.dll>
#Using <..\ex32a\debug\ex32a.dll>
#Using "F:\Test\c++\ex32a\debug\ex32a.dll"
I can compile it and link correctly. But when I run it. There is an error
message : Can not find assembley file ex32a.dll or its dependency.
I set up "Resolve #using references" , still don't work.
I copied ex32a.dll to F:\Test\c++\ex32b\debug\. It works.
What's wrong with it?
That's ahead.
Regards,
Larry