Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > what have I broke?

Reply
Thread Tools

what have I broke?

 
 
musosdev
Guest
Posts: n/a
 
      04-24-2008
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\Temp orary 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\Temp orary
ASP.NET Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1260
Error 3 'ASP.admin_cafe_default_aspx.ProcessRequest(System .Web.HttpContext)':
no suitable method found to
override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temp orary 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\Temp orary 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.
 
Reply With Quote
 
 
 
 
Madhur
Guest
Posts: n/a
 
      04-24-2008
Try cleaning and then rebuilding your solution.

--
Madhur

"musosdev" <> wrote in message
news:192F696B-C2DC-4706-8A7E-...
> 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\Temp orary 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\Temp orary
> ASP.NET Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1260
> Error 3
> 'ASP.admin_cafe_default_aspx.ProcessRequest(System .Web.HttpContext)':
> no suitable method found to
> override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temp orary 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\Temp orary 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.


 
Reply With Quote
 
 
 
 
musosdev
Guest
Posts: n/a
 
      04-24-2008
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-...
> > 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\Temp orary 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\Temp orary
> > ASP.NET Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1260
> > Error 3
> > 'ASP.admin_cafe_default_aspx.ProcessRequest(System .Web.HttpContext)':
> > no suitable method found to
> > override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temp orary 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\Temp orary 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.

>
>

 
Reply With Quote
 
musosdev
Guest
Posts: n/a
 
      04-24-2008
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-...
> > > 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\Temp orary 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\Temp orary
> > > ASP.NET Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1260
> > > Error 3
> > > 'ASP.admin_cafe_default_aspx.ProcessRequest(System .Web.HttpContext)':
> > > no suitable method found to
> > > override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temp orary 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\Temp orary 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.

> >
> >

 
Reply With Quote
 
Peter Bromberg [C# MVP]
Guest
Posts: n/a
 
      04-24-2008
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-...
> > > > 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\Temp orary 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\Temp orary
> > > > ASP.NET Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1260
> > > > Error 3
> > > > 'ASP.admin_cafe_default_aspx.ProcessRequest(System .Web.HttpContext)':
> > > > no suitable method found to
> > > > override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temp orary 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\Temp orary 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.
> > >
> > >

 
Reply With Quote
 
Steven Cheng [MSFT]
Guest
Posts: n/a
 
      04-25-2008
Hi Dan,

AS for the ASP.NET project, you haven't done any changes before you found
it got broken ,correct?

If so, I also think there might be something got corrupted with the dynamic
compiled and generated stuffs of ASP.NET runtime. As other members
mentioned, those dynamically generated files are under the ASP.NET
temporary folder which is located in the .NET framework folder. For
example:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET Files

You can try removing files of the certain problem application there to see
whether it can run again.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
<B80D2B37-FBDF-498F-AA46->
>Subject: Re: what have I broke?
>Date: Thu, 24 Apr 2008 09:39:03 -0700


>
>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-...
>> > > 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\Temp orary

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\Temp orary
>> > > ASP.NET Files\root\29d2f862\e027ae\App_Web_8ryf36wy.0.cs 1260
>> > > Error 3
>> > > 'ASP.admin_cafe_default_aspx.ProcessRequest(System .Web.HttpContext)':
>> > > no suitable method found to
>> > > override c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temp orary

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\Temp orary 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.
>> >
>> >

>


 
Reply With Quote
 
Steven Cheng [MSFT]
Guest
Posts: n/a
 
      04-30-2008
Hi Dan,

Have you got any progress on this issue?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>Content-Type: text/plain
>Content-Transfer-Encoding: 7bit
>From: (Steven Cheng [MSFT])
>Organization: Microsoft
>Date: Fri, 25 Apr 2008 02:39:36 GMT
>Subject: Re: what have I broke?


>
>Hi Dan,
>
>AS for the ASP.NET project, you haven't done any changes before you found
>it got broken ,correct?
>
>If so, I also think there might be something got corrupted with the

dynamic
>compiled and generated stuffs of ASP.NET runtime. As other members
>mentioned, those dynamically generated files are under the ASP.NET
>temporary folder which is located in the .NET framework folder. For
>example:
>
>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET Files
>
>You can try removing files of the certain problem application there to see
>whether it can run again.
>
>Sincerely,
>
>Steven Cheng
>
>Microsoft MSDN Online Support Lead
>
>


 
Reply With Quote
 
musosdev
Guest
Posts: n/a
 
      05-07-2008
Hi Steven / Peter

Thank you for your follow ups. I tried everything you suggested to no avail.
Quite embarrasingly, a few hours of trying to fix it later, I noticed one of
the page class names didn't seem right.

It *appears* I must have caught the mouse cursor and deleted part of a class
name, because I checked that against the page, fixed it to match... and it
all compiled perfectly.

Amazing how you never expect the simple stuff to catch you out. Apologies
for time wasted, hopefully someone will find this thread useful if they have
the same problem in the future and it isn't typo related!

Thanks,


Dan


"Steven Cheng [MSFT]" wrote:

> Hi Dan,
>
> Have you got any progress on this issue?
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
> Delighting our customers is our #1 priority. We welcome your comments and
> suggestions about how we can improve the support we provide to you. Please
> feel free to let my manager know what you think of the level of service
> provided. You can send feedback directly to my manager at:
> .
>
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscripti...ult.aspx#notif
> ications.
> ==================================================
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> --------------------
> >Content-Type: text/plain
> >Content-Transfer-Encoding: 7bit
> >From: (Steven Cheng [MSFT])
> >Organization: Microsoft
> >Date: Fri, 25 Apr 2008 02:39:36 GMT
> >Subject: Re: what have I broke?

>
> >
> >Hi Dan,
> >
> >AS for the ASP.NET project, you haven't done any changes before you found
> >it got broken ,correct?
> >
> >If so, I also think there might be something got corrupted with the

> dynamic
> >compiled and generated stuffs of ASP.NET runtime. As other members
> >mentioned, those dynamically generated files are under the ASP.NET
> >temporary folder which is located in the .NET framework folder. For
> >example:
> >
> >C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET Files
> >
> >You can try removing files of the certain problem application there to see
> >whether it can run again.
> >
> >Sincerely,
> >
> >Steven Cheng
> >
> >Microsoft MSDN Online Support Lead
> >
> >

>
>

 
Reply With Quote
 
Steven Cheng [MSFT]
Guest
Posts: n/a
 
      05-08-2008
Thanks for your followup Dan,

I'm glad that you've finally figured out the problem. Sure, I believe this
thread will be helpful for other members who may run into the same problem.
Thank you for sharing your information with us.

Have a good day!

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
.

--------------------
>From: =?Utf-8?B?bXVzb3NkZXY=?= <>
>References: <192F696B-C2DC-4706-8A7E->

<1D7DAC36-D9EF-471C-B400->
<B80D2B37-FBDF-498F-AA46->
<33269F4E-E2D2-4CB4-A662->
<DI#$>
<>
>Subject: Re: what have I broke?
>Date: Wed, 7 May 2008 03:24:02 -0700


>
>Hi Steven / Peter
>
>Thank you for your follow ups. I tried everything you suggested to no

avail.
>Quite embarrasingly, a few hours of trying to fix it later, I noticed one

of
>the page class names didn't seem right.
>
>It *appears* I must have caught the mouse cursor and deleted part of a

class
>name, because I checked that against the page, fixed it to match... and it
>all compiled perfectly.
>
>Amazing how you never expect the simple stuff to catch you out. Apologies
>for time wasted, hopefully someone will find this thread useful if they

have
>the same problem in the future and it isn't typo related!
>
>Thanks,
>
>
>Dan
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do I have to have the WEP # set for file sharing? =?Utf-8?B?SGVscCBtZSBJIGNhbicndCBzaGFyZSE=?= Wireless Networking 3 11-01-2005 05:37 AM
have you got any of these i can have spike240 Case Modding 4 09-14-2005 03:48 AM
do i have to have.... =?Utf-8?B?amFrZQ==?= Wireless Networking 1 03-11-2005 06:05 PM
do I have to have a windows OS to start a New pc when the mwssage no ntldr foun darinsray Microsoft Certification 3 04-28-2004 06:50 AM
do I have to have a windows OS to start a New pc when the mwssage no ntldr foun darinsray Microsoft Certification 0 04-24-2004 06:15 AM



Advertisments