472,141 Members | 1,338 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

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

Strange compiler behavior after CS0006 error

yesterday i started getting this strange error when i try to run my asp.net
project:

Compiler Error Message: CS0006: Metadata file
'c:\winnt\microsoft.net\framework\v1.1.4322\tempor ary asp.net
files\spsweb\0e3514bf\cb1844e7\assembly\dl2\3b163f
16\00452d31_84e5c301\infragistics.webui.ultrawebgr id.v3.dll' could not be
found
I could get around it with either restarting vs.net or force a rebuild of
the entire solution.
I know that the file in the error is a third party control and have already
contacted the creators about it. But i think this is only a sympton of a
bigger problem.
I found a new strange problem today: i created a listbox and a button
(standard asp.net controls) on the form but there events do not fire
properly. The selectedindex change event on the listbox goes through the
page_load (as normal) but doesn't go through the code in the event itself
and the click event ont the button doesn't do anything (put breakpoint
everywhere no code is executed). Both have autopostback, enabled viewstate
and all other properties set right.
It seems that i can do all the normal things in code that already existed
before the strange compile error started but any new code behind new events
is simply ignored.

Can anyone shed any light on these wierd problems ?

Kris Vanherk
Ferranti Computer Systems
Nov 18 '05 #1
2 1822
Hi,

I'm having similar problems, for the last couple of days I have problems
each time I debug a ASP.NET application, it says that cannot access a temp
dll it creates in C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempora ry
ASP.NET Files\web_application_name

I have to restart the service to keep it running again.

I'm trying still to figure out what is going on.

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Kris Vanherck" <KV****@ferranti.be> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
yesterday i started getting this strange error when i try to run my asp.net project:

Compiler Error Message: CS0006: Metadata file
'c:\winnt\microsoft.net\framework\v1.1.4322\tempor ary asp.net
files\spsweb\0e3514bf\cb1844e7\assembly\dl2\3b163f
16\00452d31_84e5c301\infragistics.webui.ultrawebgr id.v3.dll' could not be
found
I could get around it with either restarting vs.net or force a rebuild of
the entire solution.
I know that the file in the error is a third party control and have already contacted the creators about it. But i think this is only a sympton of a
bigger problem.
I found a new strange problem today: i created a listbox and a button
(standard asp.net controls) on the form but there events do not fire
properly. The selectedindex change event on the listbox goes through the
page_load (as normal) but doesn't go through the code in the event itself
and the click event ont the button doesn't do anything (put breakpoint
everywhere no code is executed). Both have autopostback, enabled viewstate
and all other properties set right.
It seems that i can do all the normal things in code that already existed
before the strange compile error started but any new code behind new events is simply ignored.

Can anyone shed any light on these wierd problems ?

Kris Vanherk
Ferranti Computer Systems

Nov 18 '05 #2

I have come across some post linking the last batch of updates to weirds
behaviors,
I have changed nothing on my system outsite them and now the IIS or the
ASP.NET framework is behaving different,
I was debugging an application and used Response.Redirect() to a page that
was not existent, before it would give me an error in the browser ( not
found resource or something like that) , now I get a messagebox on the IDE
saying that a "A first chance exception of type
'System.IO.FileNotFoundException' occurred in system.web.dll" , next another
popup appear reading : "There is no source code available for the current
location." and gives me the opportunity to show the dissassembled coded

Any one knows something about this?
Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Nov 18 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

36 posts views Thread by Dmitriy Iassenev | last post: by
3 posts views Thread by Bruno van Dooren | last post: by
1 post views Thread by Invalidlastname | last post: by
reply views Thread by Kris Vanherck | last post: by
4 posts views Thread by james margey | last post: by
3 posts views Thread by Steven Berkovitz | last post: by
2 posts views Thread by Rob Williams | last post: by
19 posts views Thread by david | last post: by

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.