Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am C++ developer and I use Visual Studio 6 on daily basis. I am very happy with that :)

I have a task related to a VB.NET project and I am not very familiar with it.

My question is for the people who have stared to use Visual Studio 2010 and is related to VB.NET applications: Is there any way to build these applications in order to have them running on xp machines who do not have .net 4.0 installed on? Is there any software that will help me do this?

Thank you for your time.

Micutzu.
Posted

1 solution

micutzu wrote:
My question is for the people who have stared to use Visual Studio 2010 and is related to VB.NET applications: Is there any way to build these applications in order to have them running on xp machines who do not have .net 4.0 installed on? Is there any software that will help me do this?


AFAIK, no.
You would need to have the framework available.

A COM object is located in unmanaged memory and is not expected to move to another memory location. Visual Studio and the .NET Framework provide tools to control the interaction of these managed and unmanaged components but one cannot run inside the other.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900