Why i can't import C# com dll to C++ project ? ? ?
-
I try to make import the DLL that i wrote in C# to C++ project and i getting this message Error 1 fatal error C1083: Cannot open type library file: 'c:\.... DLL file path ....\maintdll.dll': Error loading type library/DLL. c:\.... DLL FILE PATH ......checkinguiincpp\checkinguiincpp.cpp 6 Someone can help me ?
-
I try to make import the DLL that i wrote in C# to C++ project and i getting this message Error 1 fatal error C1083: Cannot open type library file: 'c:\.... DLL file path ....\maintdll.dll': Error loading type library/DLL. c:\.... DLL FILE PATH ......checkinguiincpp\checkinguiincpp.cpp 6 Someone can help me ?
Are you trying to import .Net dll to Unmanaged C++ ?
-
I try to make import the DLL that i wrote in C# to C++ project and i getting this message Error 1 fatal error C1083: Cannot open type library file: 'c:\.... DLL file path ....\maintdll.dll': Error loading type library/DLL. c:\.... DLL FILE PATH ......checkinguiincpp\checkinguiincpp.cpp 6 Someone can help me ?
Is your C# COM dll registered on the system using the RegAsm utility in the .NET SDK? Can you look at your C# COM dll using the OleView utility?
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Minnesota Bridge Collapses The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
Is your C# COM dll registered on the system using the RegAsm utility in the .NET SDK? Can you look at your C# COM dll using the OleView utility?
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Minnesota Bridge Collapses The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
I can see the TLB file - but i cant see the dll in the oleView. The registration with RegAsm does not help. What to do next ?
Yanshof wrote:
The registration with RegAsm does not help.
When you run RegAsm on your dll, what happens?
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Minnesota Bridge Collapses The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
Yanshof wrote:
The registration with RegAsm does not help.
When you run RegAsm on your dll, what happens?
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Minnesota Bridge Collapses The apostle Paul, modernly speaking: Epistles of Paul Judah Himango