Migrating from 1.0 to 1.1

  • Thread starter Thread starter Abhijeet
  • Start date Start date
A

Abhijeet

Hi All,
We have decided to migrate from DOTNET 2002, Framework 1.0 to DOTNET
2003, Framework 1.1

Problem: After DOTNET 2003 IDE convert solution files into newer
version, we are building the solution.
Solution is having multiple projects. Solution is getting build but when
we browse site (Its a web application) we are gttin runtime error in
Global.asax

<%@ Application CodeBehind="global.asax.vb"
Inherits="WeAppl.Customers.Site.ABB"%>

Does MS suggest some code changes also?


Regards

Abhijeet
 
Back
Top