I started getting errors in my Web Service today that said "The type or namespace 'MyClassLibrary ' could not be found (are you missing a using directive or an assembly reference?)"
I've added the reference both ways (via Add Reference menu and the Project Property pages). I've deleted and re-added.
For troubleshooting , I created a brand new solution. Created a c# class library. Then I created a new Web Service project and added that fresh class library to the references. Once I put the "using ClassLibrary1" directive in, I get the same error I mentioned above.
Any idea of whats going on? This webservice was working a day ago. I'm not sure if I've messed a setting up thats affecting all of my webservices now or if something is corrupt. I've been googling this for a few hours now and I'm at a loss.
Thanks in advance
I've added the reference both ways (via Add Reference menu and the Project Property pages). I've deleted and re-added.
For troubleshooting , I created a brand new solution. Created a c# class library. Then I created a new Web Service project and added that fresh class library to the references. Once I put the "using ClassLibrary1" directive in, I get the same error I mentioned above.
Any idea of whats going on? This webservice was working a day ago. I'm not sure if I've messed a setting up thats affecting all of my webservices now or if something is corrupt. I've been googling this for a few hours now and I'm at a loss.
Thanks in advance
Comment