I work in an environment that does not allow any software not on an approved list to be installed on any computers. Visual Studio .net is not on the approved list. Also, the .net framework on the computers is 1.1.
We had the idea of developing applications on our personal laptops and then installing it on the existing computers (software that is developed in house is ok). However, most of us have later versions of the .net framework and inevitably, the apps we develop on our own laptops look for something that is not in the 1.1 framework.
Is there any way to force Visual Studio to confine itself to using the 1.1 framework?
We had the idea of developing applications on our personal laptops and then installing it on the existing computers (software that is developed in house is ok). However, most of us have later versions of the .net framework and inevitably, the apps we develop on our own laptops look for something that is not in the 1.1 framework.
Is there any way to force Visual Studio to confine itself to using the 1.1 framework?