0

I have a very unusual problem. My project files for Visual Basic are in:

C:\VB.Net\Projects

When they are here I have the following problems:

Ambiguous errors

In an attempt to start playing around with the references I copy / pasted the project folder to my desktop and all references were fixed ... So I tried deleting the project in my C:\drive to re-copy it - but that didn't work...

I tried cleaning, rebuilding, setting the full namespaces (ex: AutoDesk.AutoCAD.Interop.AcadApplication) and none of that worked.

What could cause it to become unambiguous due to a directory change?

Community
  • 1
  • 1
Alex
  • 4,821
  • 16
  • 65
  • 106

1 Answers1

0

This was a noob mistake on my part. Here's what my old references looked like during the errors:

enter image description here

I fixed it by removing the first AutoCAD reference.

Alex
  • 4,821
  • 16
  • 65
  • 106