
Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
> > I have a website written in asp.net 1.1
> >
[quoted text clipped - 3 lines]
>
> Open it in VS.NET 2005 - the Converersion Wizard will kick in...
I did open it with VS2005. I didn't notice the conversion wizard do
anything.
File, Open, Web Site...
or
File, Add, Existing Web Site...
Afterwards I get warnings like this:
Warning 2 'System.Configuration.ConfigurationSettings.AppSettings' is
obsolete: 'This method is obsolete, it has been replaced by
System.Configuration!System.Configuration.ConfigurationManager.AppSettin
gs' D:\websites\AspNetJobs2\site\usercontrols\NewListings.ascx 29
Error 18 'System.Web.HttpRequest.QueryString' is a 'property' but is
used like a 'method'
D:\websites\AspNetJobs2\site\password\ViewApplication.aspx 16
[for the code: intApplicationID = Request.QueryString( "id" );]
Perhaps the problem with this code is that it's just shot full of
errors and maybe it never worked in the first place? Maybe I just
downloaded bad code!, or an untested beta.
Mark Rae [MVP] - 11 Dec 2007 18:33 GMT
>> Open it in VS.NET 2005 - the Converersion Wizard will kick in...
>
> I did open it with VS2005. I didn't notice the conversion wizard do
> anything.
Hmm - are you sure it hadn't already been converted...? Can you still open
it in VS.NET 2003...?
> Afterwards I get warnings like this:
That's right - the Conversion Wizard won't fix your code for you...
> Perhaps the problem with this code is that it's just shot full of
> errors and maybe it never worked in the first place? Maybe I just
> downloaded bad code!, or an untested beta.
Possibly...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net