Schema Importer Extension without GAC or editing machine.config
does know if it's possible create schema import extension without registering assembly gac or editing machine.config file?
basically, org has multiple branches of same code , i'd make web reference generation use dll specific branch without manually setting every time want build different branch.
guide i'm going off of: http://www.microsoft.com/belux/msdn/nl/community/columns/jdruyts/wsproxy.mspx
basically, org has multiple branches of same code , i'd make web reference generation use dll specific branch without manually setting every time want build different branch.
guide i'm going off of: http://www.microsoft.com/belux/msdn/nl/community/columns/jdruyts/wsproxy.mspx
i suggest create "stub" schema importer extension can place in gac, , loads per-branch schema importer extension real work. "stub" small, , independent of branch.
john saunders
wcf is web services. not 2 separate things.
use wcf new web service development, instead of old asmx or obsolete wse
use file->new project create web service projects
john saunders
wcf is web services. not 2 separate things.
use wcf new web service development, instead of old asmx or obsolete wse
use file->new project create web service projects
Archived Forums A-B > ASMX Web Services and XML Serialization
Comments
Post a Comment