Hi
I've just come back to a project I've had a week or so off from, haven't
touched it, and it seemed to be working fine when I left it.
However, it's not compiling!! Here's the warnings/errors I get...
Warning 1 The member 'admind_cafe_De fault.Master' does not hide an inherited
member. The new keyword is not
required. c:\Windows\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET
Files\root\29d2 f862\e027ae\App _Web_8ryf36wy.0 .cs 70
Error 2 'ASP.admin_cafe _default_aspx.G etTypeHashCode( )': no suitable method
found to override c:\Windows\Micr osoft.NET\Frame work\v2.0.50727 \Temporary
ASP.NET Files\root\29d2 f862\e027ae\App _Web_8ryf36wy.0 .cs 1260
Error 3 'ASP.admin_cafe _default_aspx.P rocessRequest(S ystem.Web.HttpC ontext)':
no suitable method found to
override c:\Windows\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET
Files\root\29d2 f862\e027ae\App _Web_8ryf36wy.0 .cs 1265
Error 4 'ASP.admin_cafe _default_aspx' does not implement interface member
'System.Web.IHt tpHandler.IsReu sable' c:\Windows\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET Files\root\29d2 f862\e027ae\App _Web_8ryf36wy.0 .cs 182
Now, I know that it can't just break itself. But I have *absolutely* no idea
what the hell is going on or what it's trying to tell me. The files with the
errors all seem to be generated files, not my code.
It's .NET 2.0.50727, C#, VS2005 Professional.
Can someone shed some light?!! Thanks.
I've just come back to a project I've had a week or so off from, haven't
touched it, and it seemed to be working fine when I left it.
However, it's not compiling!! Here's the warnings/errors I get...
Warning 1 The member 'admind_cafe_De fault.Master' does not hide an inherited
member. The new keyword is not
required. c:\Windows\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET
Files\root\29d2 f862\e027ae\App _Web_8ryf36wy.0 .cs 70
Error 2 'ASP.admin_cafe _default_aspx.G etTypeHashCode( )': no suitable method
found to override c:\Windows\Micr osoft.NET\Frame work\v2.0.50727 \Temporary
ASP.NET Files\root\29d2 f862\e027ae\App _Web_8ryf36wy.0 .cs 1260
Error 3 'ASP.admin_cafe _default_aspx.P rocessRequest(S ystem.Web.HttpC ontext)':
no suitable method found to
override c:\Windows\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET
Files\root\29d2 f862\e027ae\App _Web_8ryf36wy.0 .cs 1265
Error 4 'ASP.admin_cafe _default_aspx' does not implement interface member
'System.Web.IHt tpHandler.IsReu sable' c:\Windows\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET Files\root\29d2 f862\e027ae\App _Web_8ryf36wy.0 .cs 182
Now, I know that it can't just break itself. But I have *absolutely* no idea
what the hell is going on or what it's trying to tell me. The files with the
errors all seem to be generated files, not my code.
It's .NET 2.0.50727, C#, VS2005 Professional.
Can someone shed some light?!! Thanks.
Comment