473,320 Members | 1,953 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

what have I broke?

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.
Jun 27 '08 #1
8 1309
Try cleaning and then rebuilding your solution.

--
Madhur

"musosdev" <mu*******@community.nospamwrote in message
news:19**********************************@microsof t.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\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.
Jun 27 '08 #2
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" <mu*******@community.nospamwrote in message
news:19**********************************@microsof t.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\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.

Jun 27 '08 #3
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" <mu*******@community.nospamwrote in message
news:19**********************************@microsof t.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\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.
Jun 27 '08 #4
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" <mu*******@community.nospamwrote in message
news:19**********************************@microsof t.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\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.
>
>
Jun 27 '08 #5
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:
ms****@microsoft.com.

==================================================
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.

--------------------
<B8**********************************@microsoft.co m>
>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" <mu*******@community.nospamwrote in message
news:19**********************************@microsof t.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\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.

Jun 27 '08 #6
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:
ms****@microsoft.com.

==================================================
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: st*****@online.microsoft.com (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

Jun 27 '08 #7
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:
ms****@microsoft.com.

==================================================
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: st*****@online.microsoft.com (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\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

Jun 27 '08 #8
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:
ms****@microsoft.com.

--------------------
>From: =?Utf-8?B?bXVzb3NkZXY=?= <mu*******@community.nospam>
References: <19**********************************@microsoft.co m>
<1D**********************************@microsoft.co m>
<B8**********************************@microsoft.co m>
<33**********************************@microsoft.co m>
<DI**************@TK2MSFTNGHUB02.phx.gbl>
<Gu**************@TK2MSFTNGHUB02.phx.gbl>
>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
Jun 27 '08 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Jive | last post by:
I've un-installed Python 2.4, re-installed Python 2.3 and PythonWin for 2.3, but it's still broke. When I start PythonWin, sometimes it looks like it is going to be okay. But as soon as I open...
0
by: DP | last post by:
(2nd post, I think my first may have been to the wrong group - sorry) Hello Perl-ers - I´m hoping I can get some help here, because I'm very lost. Don't know Perl, I'm not a programmer. And...
9
by: Josh Mayfield | last post by:
Note: There is considerable background detail here, but I do have three questions, which are clearly marked and appear right before the sample code. I have a legitimate need to launch an EXE...
0
by: info | last post by:
Hi! Latest Windows Update broke my VS2005 Beta. I cannot uninstall, repair, etc. I am ready to buy a licence but in Italy it isn't available yet. I am ready to install a 90day trial but the...
6
by: Rob Sell | last post by:
Greetings all, Yesterday I upgraded from 7.3 to 7.4 now psql doesn't work! I get the following error. psql: relocation error: psql: undefined symbol: get_progname Any ideas out there? Rob
44
by: MLH | last post by:
You have a table - tblOwners. Two of its fields are strOwnrFName and strOwnrLName. Would you make the default value "" (ZLS) most of the time?
2
by: martin | last post by:
Hi, I have an intranet that runs on a win 2k box. This win 2k box is a domain controller. The intranet has absolutly nothing to do with .dot net all. It is wriiten in classic asp and uses ado...
21
by: Alok | last post by:
While posting a comment on http://www.reddit.com I got an error page with the following curious statement on it. "reddit broke (sorry)" "looks like we shouldn't have stopped using lisp..." ...
10
by: WebArchitect | last post by:
http://www.progressivegroupalliance.com/services.aspx In firefox my page is messed up and it will take me a while to figure it out. So I want to ask an expert what do I need to do to fix it. In...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.