"Error 1 Metadata file..." What is this?

  • Thread starter Thread starter Charlie@CBFC
  • Start date Start date
C

Charlie@CBFC

Hi:

Getting this error. Not sure what to do. App won't compile. Looks like it
is something out of my control.

Error 1 Metadata file
'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\biolabnet\4bfeaa1c\ff23cac2\App_Web_filtercat.ascx.cdcab7d2.ehc-pwme.dll'
could not be found

Any ideas?

Thanks,
Charlie
 
That is an assembly in the Temporary ASP.NET files folder that was created by
a previous compilation and got "discombobulated" - it's not there anymore.
Clear out the files in the specified folder with the IDE closed down (you may
need to reset IIS if any files are locked. Reload the project and recompile.
Peter
 
Back
Top