Hey,

Can someone help?

We have visual studio 2008, and our coding team have been coding new
features on our older infrastructure.

Currently it runs dotnet framework 2.0 and we are having issues when
running this or uploading any new developments.

Is there any way of selecting what framework your code is?

Can anyone help/point me in the right or suggest the best way for us
to ensure no distribution to our live system please?

Thanks
Danny

Re: Dot net 3.5 compatibility issues with 2.0 by Cowboy

Cowboy
Mon Apr 28 10:51:22 CDT 2008

The bad thing is there are a few bits in 2.0 that have to be updated for
3.5, so I would dupe the production environnment on a test box before I
would commit to piecemealing pieces from 2.0 to 3.5.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
"dannydenhard" <dannydenhard@gmail.com> wrote in message
news:de11c53e-1ab3-4a88-8736-7391838c5824@m45g2000hsb.googlegroups.com...
> Hey,
>
> Can someone help?
>
> We have visual studio 2008, and our coding team have been coding new
> features on our older infrastructure.
>
> Currently it runs dotnet framework 2.0 and we are having issues when
> running this or uploading any new developments.
>
> Is there any way of selecting what framework your code is?
>
> Can anyone help/point me in the right or suggest the best way for us
> to ensure no distribution to our live system please?
>
> Thanks
> Danny



Re: Dot net 3.5 compatibility issues with 2.0 by RobinS

RobinS
Tue Apr 29 01:31:32 CDT 2008

In the project properties, under the Application tab, you can set which
version of the framework you are targeting.

RobinS.
GoldMail.com

"dannydenhard" <dannydenhard@gmail.com> wrote in message
news:de11c53e-1ab3-4a88-8736-7391838c5824@m45g2000hsb.googlegroups.com...
> Hey,
>
> Can someone help?
>
> We have visual studio 2008, and our coding team have been coding new
> features on our older infrastructure.
>
> Currently it runs dotnet framework 2.0 and we are having issues when
> running this or uploading any new developments.
>
> Is there any way of selecting what framework your code is?
>
> Can anyone help/point me in the right or suggest the best way for us
> to ensure no distribution to our live system please?
>
> Thanks
> Danny