Mark said:
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.