-
Plate form Required
hello every
i m wajahat i have mirgrated from vb6 to vb.net..
plz tell me how to deploy at client site.
i know how to make setup project but when i run the created setup file it gives me message that "Dot Net plate form required."
what should i do ... i should whole dot net studio..
how can i install plate form only..
plz help me
-
Either ask clients to update their windows and install .NET Framework, whose version is 1.1, or alternativley you can distribute it with your application.
You can download the Framework from:
Framework1.1:http://www.microsoft.com/downloads/d...DisplayLang=en
Framework1.0:http://www.microsoft.com/downloads/d...DisplayLang=en
Just be careful of what framework you have build against cause you may face some little problems.
-