c+ .net 2003 project will not run on pc's without vs.net2003

I have a managed c++ program in vs.net 2003 that works quite happily on the two machines that have vs.net installed, however it generates an exception when run on any pc without vs.net (but with the 1.1 framework installed already) . Which leads me to think that something is missing.

The solution has a deploy project that lists the only dependencies (other than my own dlls) as vc_user_crt71_rtl_x86_---.msm. Now the solution uses some unmanaged libraries with the clr option. So I'm wondering if there are any other dependencies for this situation


Answer this question

c+ .net 2003 project will not run on pc's without vs.net2003

  • nhanson

    I never had problems with this. Tell us more about the excpetion type you receive. Who is throwing it

    Ayman Shoukry:
    Marking Martin's answer as the correct one since original user haven't replied. If a reply is posted, please unmark the answer.



  • c+ .net 2003 project will not run on pc's without vs.net2003