web services - Use 2.0 web reference with .net 4.0 project in visual studio 2010 -


i want following, , appreciated:

create library uses .net 2.0 runtime create .net 2.0 web references.

create windows forms project uses .net 4.0. project reference , use web services generated 2.0 class library.

i running following issue when compiling .net 4.0 project:

'system.web.services.protocols.soaphttpclientprotocol' defined in assembly not referenced. must add reference assembly 'system.web.services, version=2.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a'

the assembly error giving located in class library, how can tell visual studio find in library?

it not located in class library @ all. referenced library. if want use 2.0 web services need reference assembly in client library.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -