Click here to Skip to main content
15,923,164 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have a asp.net application, which is developed in Visual Studio 2005. There is a reference to a web service, which is also developed in VS 2005, in this application. When you are adding a reference to a Web Service in Solution Explorer in VS after you typed the URL for web service you give the reference a name lets me call it just for Reference before “Add Reference” button. There will be added a folder by name Reference, where there are *.disco, *.discomap and *.wsdl files under in the web application. Then you refer to this web service by adding “using Reference” in *.aspx.cs. This application worked fin in couple of years. We are moving this web application to Windows 2003 64 bits. The problem is now when I’m going to *.aspx page I get constantly the error cs0246 “The type or namespace name 'Reference' could not be found (are you missing a using directive or an assembly reference”.
Is anyone knows what is wrong and can anyone help to tell me how I can solve this problem?
Posted

1 solution

Take a look at this :

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/20bf26ba2a0cc203/692269b18f8c0955?lnk=st&q=CS0246&rnum=3#692269b18f8c0955
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900