Is that the way to open old project in VS2008 without using any .NET framework ?

Posted by mentallake on Stack Overflow See other posts from Stack Overflow or by mentallake
Published on 2010-05-27T02:52:22Z Indexed on 2010/05/27 3:01 UTC
Read the original article Hit count: 464

Filed under:
|

Hi

I've got a question about opening the old project in VS2008.

If I have old c++ project(implement in VS6.0), and now I'd like to open it in VS2008 but I don't want to use .NET library because the application will be installed on the machine that has no any .NET framework (and I don't want to install any .NET to that machine).

So is it possible to do that in VS2008? is there any configuration in VS2008?

Thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about vs2008