Microsoft.Web.Services2

  • Thread starter Thread starter Prince
  • Start date Start date
P

Prince

Hai all,

I added "Microsoft.Web.Services2" in my application.

It is showing error :
The type or namespace name 'Web' does not exist in the
class or namespace 'Microsoft' (are you missing an assembly reference?)


Can anyone provide me the solution..
Looking for ur reply..
Thanx in advance..

Regards,
Prince
 
Prince said:
Hai all,

I added "Microsoft.Web.Services2" in my application.

It is showing error :
The type or namespace name 'Web' does not exist in the
class or namespace 'Microsoft' (are you missing an assembly reference?)


Can anyone provide me the solution..
Looking for ur reply..
Thanx in advance..

Regards,
Prince

Have you downloaded the Microsoft WSE, installed it and added a
reference to it in you project?

Jimbo
 
Hi,
U need to Dwnload the Microsoft WSE and then install it.
After installing it.... go to Add Reference and choose
Microsoft.Web.Services2
this should help u get around it
 
Back
Top