Problem with declaring namespace
ASP.NET
1
Posts
1
Posters
1
Views
1
Watching
-
Hi, I am trying to use an External Web Service in my Web Site application i am developing. The problem occurs when declaring the namespace such as this: using namespace.classname Error: The type or namespace cannot be found. Does this mean i have to put the C# class file into App_Code folder? I was wondering if somebody could help me please in terms of replicating the problem i am facing? I am trying to use the following web service: IMDB Web Service I have followed the instructions but it still doesnt work. I have even copied the following code from the generated output file which you will see when you access the above URL into my global WebConfig file and it still doesnt work. I am using .NET Framework 3.5 and VS 2008. Thanks & Regards,