Has any one ever come across the following error?
Something recently changed on my machine that has caused the above errors when I reference SQLClient in a project. If I don't add the reference, then I can import it and use the SQL Client just fine. It's like there's a hidden reference to it somewhere. Even in a fresh/new application. But once I add the reference, I get the Ambiguous error. Quite frankly it's starting to tick me off.
I'd rather not have to reinstall VS2005, but I will if I have to.
1) Has anyone seen this before?
2) Does any one know of a cure for it?
-tg
Error from VS2005 IDE said:Error 1 'SqlConnection' is ambiguous in the namespace 'System.Data.SqlClient'. ...\Projects\WindowsApplication2\WindowsApplication2\Form1.vb 3 19 WindowsApplication2
Something recently changed on my machine that has caused the above errors when I reference SQLClient in a project. If I don't add the reference, then I can import it and use the SQL Client just fine. It's like there's a hidden reference to it somewhere. Even in a fresh/new application. But once I add the reference, I get the Ambiguous error. Quite frankly it's starting to tick me off.
I'd rather not have to reinstall VS2005, but I will if I have to.
1) Has anyone seen this before?
2) Does any one know of a cure for it?
-tg