Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2 could not be found"

N

nicknack

"Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET
Files\my_proj\ce601211\9d5d0aae\App_WEB_header.ascx.asdf7d2.vcvdd1d.dll'

could not be found"

I'm getting this error sometimes when i'm trying to compile my web

project.

The weird part is that to solve it - I just keep hitting the F5 button

until the error disapper and then the project is running fine.

I found the problem on the web but now solution.
I'm useing VS2005 standard edition, FW 2.0.50727.

can enybody help?
 
G

Guest

Its because you have break on all errors turned on. These errors occur in the
assembly resolver but are handled and the resolver looks in other paths for
the dlls it needs. You can tell whether an issue is important/unhandled by
either turning off break on all errors (Press Ctrl+Alt+E and untick the box
in the thrown column) or check the title of the dialog that says its a
FirstChanceException.

There is no solution needed. It is part of normal operation

Ciaran O'Donnell
 
N

nicknack

Hi Ciaran.
Thanks for the reply but it still didn't help :(

I open the exception window (CTRL+ALT+E) but all the "Thrown" column is
unmark.

I didn't show any "FirstChanceException" title.

any other ideas?

Thanks.

Ciaran O''Donnell כתב:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top