Hi,
does that site help ?
http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx
--
mfg
Klaus Oberdalhoff KObd@gmx.de
Ich unterstütze PASS Deutschland e.V. (
http://www.sqlpass.de)
[quoted text, click to view] SenthilVel wrote:
> Hi All
>
> I have problems when i convert my 1.1 ASPX web application to 2.0
> using VS2005.
>
> My web application gets compiled fine in CLR1.1 and there is no
> problem with that.
>
> When i do the migration , i use the VS2005 wizard and follow the
> migration steps.
>
> and finally when i open my web application in VS2005 IDE and compile
> i get errors like :
>
> Error The type or namespace name 'ExtSys' could not be found (are you
> missing a using directive or an assembly reference?)
> Error The type or namespace name 'SysFMForm' could not be found (are
> you missing a using directive or an assembly reference?)
> Error The type or namespace name 'ConfForm' could not be found (are
> you missing a using directive or an assembly reference?)
> Error The type or namespace name 'Ntifier' does not exist in the
> namespace 'Misys.Phys.Ifc.MIM' (are you missing an assembly
> reference?) Error The type or namespace name 'Ntifier' does not exist in
> the
> namespace 'Misys.Phys.Ifc.MIM' (are you missing an assembly
> reference?)
>
> Error } expected
> Error Invalid token '=' in class, struct, or interface member
> declaration Error Class, struct, or interface method must have a
> return type Error Expected class, delegate, enum, interface, or struct
> Error Type or namespace definition, or end-of-file expected
>
> Also most of the Access modifierrs are modified ...
> Can any one let me know how we can do a COrrect Migration with VS2005?
>
> also is there a way in the VS2005 migration where i can make options
> not to convert the access modifiers and so ?
>
> thanks
> Senthil