Monday 22 July 2019

How to Install Visual Studio 2010 Professional and Express in Parallel



I already have Visual Studio 2010 Professional installed on my developer machine. However, I need to install Visual Studio 2010 Express so that I can develop commercial Windows Phone applications. (I only have a non-commercial student license from DreamSpark for the Professional edition.)



How can I do that? When I try to install the Express edition, it only integrates into the Professional edition.


Answer




It's not ideal but you could virtualise your OS and run it on that.



vmware workstation or Virtual PC for example.



Wikipedia has a great list of products similar to these here


No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...