Wednesday, March 28, 2012

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\temporary asp.net
files\spsweb\0e3514bf\cb1844e7\assembly\
dl2\3b163f
16\00452d31_84e5c301\infragistics.webui.ultrawebgrid.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 SystemsHi,
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\Temporary
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" <KVanHe@.ferranti.be> wrote in message
news:%23BsTeb5JEHA.3412@.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\temporary asp.net
> files\spsweb\0e3514bf\cb1844e7\assembly\
dl2\3b163f
> 16\00452d31_84e5c301\infragistics.webui.ultrawebgrid.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
>

0 comments:

Post a Comment