User Profile

Collapse

Profile Sidebar

Collapse
amansura
amansura
Last Activity: Oct 29 '07, 05:16 AM
Joined: Jan 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • amansura
    started a topic .NET & COM Interop issues
    in .NET

    .NET & COM Interop issues

    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?
    See more | Go to post

  • amansura
    started a topic Cannot serve javascript files
    in IIS

    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:

    Code:
    <html>
    <head></head>
    <script language="javascript" src="jsFile.js"></script>
    <body onload="onBodyLoad()">
    </body>
    </html>
    Javascript...
    See more | Go to post
No activity results to display
Show More
Working...