what is needed to start work with dotnet 3.0

P

Peted

I wanted to move to working with dotnet 3.0 and im having trouble
documenting exactly what i need to install

I have two development machines i use on XP

1. Visual studio c# express 2005
- instaled sp1 update
- installed dotnet 3.0 runtime distributable
- installed visual studio 2005 extentions for dotnet frame work 3.0

what else do i need to install ??
Eg do i need to install the dotnet 3.0 sdk for XP and vista ??

and how can i confirm everything is now setup correctly to work with
dotnet 3.0



2. Visual studio 2005 professional (in this is use c++ an c# for
projects)
- instaled sp1 update
- installed dotnet 3.0 runtime distributable
- installed visual studio 2005 pro extentions for dotnet frame work
3.0

what else do i need to install ??
Eg do i need to install the dotnet 3.0 sdk for XP and vista ??

and how can i confirm everything is now setup correctly to work with
dotnet 3.0


any advice appreciated

thanks

Peted
 
J

Jon Skeet [C# MVP]

I wanted to move to working with dotnet 3.0 and im having trouble
documenting exactly what i need to install

Is this for a production system? If you don't mind using beta
software, I'd go for Visual Studio 2008 Express beta 2 - I've found
the beta to be very stable, and the tools for .NET 3.0 are much better
than with the 2005 extensions.

Jon
 
E

eps

Jon said:
Is this for a production system? If you don't mind using beta
software, I'd go for Visual Studio 2008 Express beta 2 - I've found
the beta to be very stable, and the tools for .NET 3.0 are much better
than with the 2005 extensions.

Jon

Has anyone else had problems with wpf projects crashing Visual Studio
2008 Beta 2 ?. It happens regularly for me, not sure what causes it but
it happens about 20 to 30 minutes into working on a project, then even
after restarting trying to look at the wpf ui screens crashes VS again.
 
P

Peted

I would prefer to stick with what i have for now,
if anyone as a definite list of whats needed to be installed it
would be appreciated

thanks

Peted
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top