views:

45

answers:

0

I had an ajax enabled website project, which I converted to an web application. However now my ajax pages do not see the webservices anymore, because the webservice changed from SomeService to MyNameSpace.SomeService. Now if I remove the namespace from my project properties, then the project doesn't compile properly anymore, because VS is not able to change the designer.vb classes to remove the namespace. I am not sure why!

Now my only options are to either add the namespace to my js files or to remove the namespace and have it compile working.

Can anybody give me any suggestions what the best is here to do and how to achieve it?