Error: "Please specify the assembly explicitly in the type name" while migrating web project 1.1 to

  • Thread starter Thread starter Lucky
  • Start date Start date
L

Lucky

hi guys,

i got an error while i was migrating one of the webproject developed in
1.1 to 2.0. i got error in one dll reference in global.asax.

it says

"The type 'Ims.Tmpc.Global' is ambiguous: it could come from assembly
'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\tmpc\0645d1b5\4ea8c73e\App_Code.h0ihzjo3.DLL' or from assembly
'c:\inetpub\wwwroot\tmpc\bin\Tmpc2003.DLL'. Please specify the assembly
explicitly in the type name.
"

i tried to set the reference in "project properties" but nothing
happen. if anyone know what is wrong here, please share your knowledge
with me.

thank you very much.

Lucky
 
Try closing Visual Studio, delete the files in the Temporary ASP.NET files
folder, and then restart and recompile.
Peter
 

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

Back
Top