How to tell an application to run on a specific .net runtime

Posted by rantri on Stack Overflow See other posts from Stack Overflow or by rantri
Published on 2010-03-17T08:05:33Z Indexed on 2010/03/17 8:11 UTC
Read the original article Hit count: 140

Filed under:
|

In my development computer I have .net 3.0 and 3.5 installed. I'm developing with vs2005 on .net FW3.0

How can I tell the application to use the 3.0 assembleis insted of the 3.5?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET