c# - Error when the proxy code class is added to the project -


i have project created in framework 3.5 , proxy class created using wsdl.exe.

i trying change framework 4.0 of service class in framework 3.5 , use same , created proxy class using wsdl.

i tried extend proxy class , getting error saying "the type of namespace xxx not found".

the technology used asmx earlier. project uses service first in .net 3.5 changed .net 4.0. have referenced same dll "service.dll" framework 4.0 , using microsoft.web.services3.

summary: trying change framework of both projects(service , myapplication) , integrate proxy class generated wsdl.exe. how can resolve issue?

i using .net c# 4.0.

i created new project framework 4.0 same name , integrated proxy class.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -