VC.NET application installation
-
i have developed one small application in vc++.net. when i install this software in any other machine, is it required that the client system should have .Net Framework installed.?? Thanks and regards Salai
-
i have developed one small application in vc++.net. when i install this software in any other machine, is it required that the client system should have .Net Framework installed.?? Thanks and regards Salai
Yes, the .NET framework is required on the client machine.
...Steve
1. quod erat demonstrandum 2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life." I read that somewhere once :-) -
i have developed one small application in vc++.net. when i install this software in any other machine, is it required that the client system should have .Net Framework installed.?? Thanks and regards Salai
This is the wrong forum. But when you say VC++ .NET do you mean that you built a .NET app. or an unmanaged app., e.g., MFC? If the former than you need .NET on the other machine. If the latter then you don't. Kevin