what have I broke?

what have I broke?

am 24.04.2008 13:37:01 von musoswire

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_Default.Master' does not hide an inherited
member. The new keyword is not
required. c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 70
Error 2 'ASP.admin_cafe_default_aspx.GetTypeHashCode()': no suitable method
found to override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1260
Error 3 'ASP.admin_cafe_default_aspx.ProcessRequest(System.Web.HttpC ontext)':
no suitable method found to
override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1265
Error 4 'ASP.admin_cafe_default_aspx' does not implement interface member
'System.Web.IHttpHandler.IsReusable' c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\29d2f862\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.

Re: what have I broke?

am 24.04.2008 18:13:49 von Madhur

Try cleaning and then rebuilding your solution.

--
Madhur

"musosdev" wrote in message
news:192F696B-C2DC-4706-8A7E-FC19D774F8CF@microsoft.com...
> 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_Default.Master' does not hide an
> inherited
> member. The new keyword is not
> required. c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 70
> Error 2 'ASP.admin_cafe_default_aspx.GetTypeHashCode()': no suitable
> method
> found to override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary
> ASP.NET Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1260
> Error 3
> 'ASP.admin_cafe_default_aspx.ProcessRequest(System.Web.HttpC ontext)':
> no suitable method found to
> override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1265
> Error 4 'ASP.admin_cafe_default_aspx' does not implement interface member
> 'System.Web.IHttpHandler.IsReusable'
> c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> Files\root\29d2f862\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.

Re: what have I broke?

am 24.04.2008 18:32:03 von musoswire

Hi Madhur,

I don't have the option to clean? In fact, I don't seem to have a solution?
If I right click on the top item in the tree of Solution Explorer, I get
Build website, etc... but do not get Clean Solution.

Is there are way to create a Solution around my project? I can't find blank
solution under "new" in 2005...



"Madhur" wrote:

> Try cleaning and then rebuilding your solution.
>
> --
> Madhur
>
> "musosdev" wrote in message
> news:192F696B-C2DC-4706-8A7E-FC19D774F8CF@microsoft.com...
> > 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_Default.Master' does not hide an
> > inherited
> > member. The new keyword is not
> > required. c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 70
> > Error 2 'ASP.admin_cafe_default_aspx.GetTypeHashCode()': no suitable
> > method
> > found to override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary
> > ASP.NET Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1260
> > Error 3
> > 'ASP.admin_cafe_default_aspx.ProcessRequest(System.Web.HttpC ontext)':
> > no suitable method found to
> > override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1265
> > Error 4 'ASP.admin_cafe_default_aspx' does not implement interface member
> > 'System.Web.IHttpHandler.IsReusable'
> > c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > Files\root\29d2f862\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.
>
>

Re: what have I broke?

am 24.04.2008 18:39:03 von musoswire

OK, found the "always show solution" option.... but, I still don't have
"Clean Solution" on my right mouse menu when i right-click the solution?!!



"musosdev" wrote:

> Hi Madhur,
>
> I don't have the option to clean? In fact, I don't seem to have a solution?
> If I right click on the top item in the tree of Solution Explorer, I get
> Build website, etc... but do not get Clean Solution.
>
> Is there are way to create a Solution around my project? I can't find blank
> solution under "new" in 2005...
>
>
>
> "Madhur" wrote:
>
> > Try cleaning and then rebuilding your solution.
> >
> > --
> > Madhur
> >
> > "musosdev" wrote in message
> > news:192F696B-C2DC-4706-8A7E-FC19D774F8CF@microsoft.com...
> > > 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_Default.Master' does not hide an
> > > inherited
> > > member. The new keyword is not
> > > required. c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > > Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 70
> > > Error 2 'ASP.admin_cafe_default_aspx.GetTypeHashCode()': no suitable
> > > method
> > > found to override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary
> > > ASP.NET Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1260
> > > Error 3
> > > 'ASP.admin_cafe_default_aspx.ProcessRequest(System.Web.HttpC ontext)':
> > > no suitable method found to
> > > override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > > Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1265
> > > Error 4 'ASP.admin_cafe_default_aspx' does not implement interface member
> > > 'System.Web.IHttpHandler.IsReusable'
> > > c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > > Files\root\29d2f862\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.
> >
> >

Re: what have I broke?

am 24.04.2008 18:45:00 von pbromberg

Just clean out the "Temporary ASP.NET Files" folder that was referenced in
your build error messages, and rebuild the solution
-- Peter
To be a success, arm yourself with the tools you need and learn how to use
them.

Site: http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://ittyurl.net


"musosdev" wrote:

> OK, found the "always show solution" option.... but, I still don't have
> "Clean Solution" on my right mouse menu when i right-click the solution?!!
>
>
>
> "musosdev" wrote:
>
> > Hi Madhur,
> >
> > I don't have the option to clean? In fact, I don't seem to have a solution?
> > If I right click on the top item in the tree of Solution Explorer, I get
> > Build website, etc... but do not get Clean Solution.
> >
> > Is there are way to create a Solution around my project? I can't find blank
> > solution under "new" in 2005...
> >
> >
> >
> > "Madhur" wrote:
> >
> > > Try cleaning and then rebuilding your solution.
> > >
> > > --
> > > Madhur
> > >
> > > "musosdev" wrote in message
> > > news:192F696B-C2DC-4706-8A7E-FC19D774F8CF@microsoft.com...
> > > > 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_Default.Master' does not hide an
> > > > inherited
> > > > member. The new keyword is not
> > > > required. c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > > > Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 70
> > > > Error 2 'ASP.admin_cafe_default_aspx.GetTypeHashCode()': no suitable
> > > > method
> > > > found to override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary
> > > > ASP.NET Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1260
> > > > Error 3
> > > > 'ASP.admin_cafe_default_aspx.ProcessRequest(System.Web.HttpC ontext)':
> > > > no suitable method found to
> > > > override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > > > Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1265
> > > > Error 4 'ASP.admin_cafe_default_aspx' does not implement interface member
> > > > 'System.Web.IHttpHandler.IsReusable'
> > > > c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > > > Files\root\29d2f862\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.
> > >
> > >