C
Curious_Developer_07
Guest
Hello,
Please guide me through a proper way to import a COM reference dll created from compiling WIN32 API and MFC roject written in C++. I want to import this dll API reference in my Nunit testing aplication written in C# which uses .NET core 2.1.
The DLL COM reference is created using net framework 4.6.1.
As I am new to all this programming in .Net Please guide me through a professional way to import the DLL reference in my C# console application.(NUNIT test app).
Previously, when I right clicked the Csproject and then selected ADD Reference the reference was getting added with no errors. until now it was working fine but now when I tried to add reference the same way again now. It is throwing error as "One or more errors occured. The reference is Invalid or unsupported."
I am using Visual Studio 2017 Enterprise Edition and I have all the .Net Desktop development components and Desktop Development C++ components. how to check the detailed log about this error please help me fix it,its urgent and guide me through the knowledge of importing reference so that it must never happen ever again as the C# application will be continuously running the test cases on windows MFC application.
What am I doing wrong? Do you need any more information?
The reference was getting added successfully before but since when i changed the project location to C:\ drive and tried to add the reference from the latest build the error message started popping up in my visual studio.
What should I do? please guide me.
Continue reading...
Please guide me through a proper way to import a COM reference dll created from compiling WIN32 API and MFC roject written in C++. I want to import this dll API reference in my Nunit testing aplication written in C# which uses .NET core 2.1.
The DLL COM reference is created using net framework 4.6.1.
As I am new to all this programming in .Net Please guide me through a professional way to import the DLL reference in my C# console application.(NUNIT test app).
Previously, when I right clicked the Csproject and then selected ADD Reference the reference was getting added with no errors. until now it was working fine but now when I tried to add reference the same way again now. It is throwing error as "One or more errors occured. The reference is Invalid or unsupported."
I am using Visual Studio 2017 Enterprise Edition and I have all the .Net Desktop development components and Desktop Development C++ components. how to check the detailed log about this error please help me fix it,its urgent and guide me through the knowledge of importing reference so that it must never happen ever again as the C# application will be continuously running the test cases on windows MFC application.
What am I doing wrong? Do you need any more information?
The reference was getting added successfully before but since when i changed the project location to C:\ drive and tried to add the reference from the latest build the error message started popping up in my visual studio.
What should I do? please guide me.
Continue reading...