Link to home
Create AccountLog in
Avatar of minglelinch
minglelinch

asked on

A Net Framework question

Sometimes I made a copy for my project, then open it at a later time. VS2008 pops up a message box. The message box is attached. I work with .net 3.5 all the time. How does it happen and how can I remove the message box? Thanks.



NetFramework.doc
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

>>How does it happen and how can I remove the message box?

OK:
Why - a project is set to use the 2.0 net framework.
How to stop it - change the project settings to use the 3.5 framework.

Now save it and replace your older copy with the newer copy.
ps.  A Winword doc is a format that can be used to carry malware - try to use a picture (eg. jpg) format rather than a doc file to show the message.
Avatar of minglelinch
minglelinch

ASKER

Thanks for comments.

Why - a project is set to use the 2.0 net framework.
How to stop it - change the project settings to use the 3.5 framework.

Sure it's like this. I mean where to set or to change?

Now save it and replace your older copy with the newer copy.
Actually I ony have one copy which is old and new.

Thanks.


ASKER CERTIFIED SOLUTION
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Doesn't answering Yes to the prompt correct it? It did on my own projects.

I don't have any copy of VS2008 in my environment, but in VS2010, you can change the target framework through the Build tab of the Property Pages for the site, available through the context menu of the Web Site in the Solution Explorer, or Shift-F4 in the default keyboard setting.
Thank you both a lot. I'm using 2008. I got a different screen.
ProjectProperty.JPG
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Yes, I found it. Thank you!