CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of .net check for asp.net
C#
string path = System.Environment.SystemDirectory; 
            path = path.Substring(0, path.LastIndexOf('\\')); 
            path = Path.Combine(path, "Microsoft.NET"); 
            // C:\WINDOWS\Microsoft.NET\  
            string[] versions = new string[]{     
                "Framework\\v1.0.3705",     
                "Framework64\\v1.0.3705",     
                "Framework\\v1.1.4322",     
                "Framework64\\v1.1.4322",     
                "Framework\\v2.0.50727",     
by ibsk8in31   March 18, 2011 @ 12:08pm
112 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate