The type "your assembly.global" is ambiguous: It could come from blah, blah

  • Thread starter Thread starter Waldy
  • Start date Start date
W

Waldy

Hi there,
I am getting the error above when I try to compile the
deployment project for an ASP.Net web app. It's moaning about an assembly
that is in the .Net temporary assembly folder. There are quite a few posts
on the web from people with the same problem, but the only advice (delete
the bin directory or delete the temporary .Net assembly folder) does not
work for me. Does anyone have a definitive answer for this?
 
The solution is correct. Why is it not working for you? You simply need to
search your drive for existence of that dll and remove it. Then, you need to
find all the references you have for that dll and make sure they needed.
 
Back
Top