Hi,
I have a COM DLL written in C++ and a C# console application written in VS2003 that calls the methods written in DLL. I "Add Reference" of the DLL to the C# project and then i am able to call the methods very easily.
However when i open the same project in VS2005, it does not compile and reports parameter datatype mismatch.
Can anyone help?
User Profile
Collapse
-
.NET & COM Interop issues
-
Cannot serve javascript files
I have a web site deployed on IIS. It is a simple static site for test purposes with only one html page and a javascript file.
HTML page code:
Javascript...Code:<html> <head></head> <script language="javascript" src="jsFile.js"></script> <body onload="onBodyLoad()"> </body> </html>
No activity results to display
Show More