
Signature
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
> The beta ASP.NET Web Project "Thing" is not finished, its just a preview
> release. And I doubt it would work with a converted project as you didn't
> originally start out with it.
> Yes, it is confusing! And they haven't made it easier by releasing pieces
> "after the fact".
Im not sure if you actually answered? I havent touched the ASP.NET Web
Project at all
I just can't undestand why my Visual Studio 2005 RTM have converted my
asp.net 1.1 to a 2.0 WITH solution files and projects when its stated that
the asp.net 2.0 model is WITHOUT solutions etc.
I just mentioned the ASP.NET Web Project "Thing" because it looks like
Visual Studio 2005 RTM is using this model..native..
Actually i have no idea wehter there IS any problem. Im just confussed why i
have a solution file in my asp,net 2,0
Is my problem / concerns undestandable?
Regards
Anders
Gerry Hickman - 16 Jan 2006 23:57 GMT
Hi Anders,
> I just can't undestand why my Visual Studio 2005 RTM have converted my
> asp.net 1.1 to a 2.0 WITH solution files and projects when its stated that
> the asp.net 2.0 model is WITHOUT solutions etc.
As I understand it, the rules are slightly different for "Projects" vs
"WebSites". For Projects you still have solutions and project files, but
WebSites are now just treated (the whole thing) as a project so you
don't need a project file anymore, however, you can still have a
"solution" with WebSites inside it if you want.
I've had some major problems trying to convert true IIS "WebSites" from
1.1 to "FileSystem" WebSites in 2.0, in that the *.csproj file was not
deleted after the conversion and then it tries to convert it again! I've
just downloaded the conversion wizard "update" to see if it is any better.

Signature
Gerry Hickman (London UK)