Click to See Complete Forum and Search --> : managed client stub
primc
December 29th, 2005, 05:53 AM
i'm developing application in c++ (win32 project + Use MFC in a Shared DLL), so all my classes are unmanaged(i think so...). But when i go to "Add web reference" , Visual studio generates client stub class as managed- is it possible to set some option, that the web service client stub wil be generated as unmanaged code, because i don't want do install .net framework that app woul work on another computer. (i,m using VS 2003 .NET)
NoHero
December 29th, 2005, 08:14 AM
A web reference is always a managed library/program/asppage. These cannot be unmanaged. Anyway: Which web reference do you want to include?
primc
December 29th, 2005, 09:01 AM
i've got some local web service.... is any other way to generate client(except vs.net or apache axis)
primc
December 29th, 2005, 09:04 AM
what about Visual studio 6.0. I think there is also option "add web reference" - does VS there also create managed class...?
NoHero
December 29th, 2005, 10:22 AM
i've got some local web service.... is any other way to generate client(except vs.net or apache axis)
In which language/framework is it written?
And VC6.0 does not support any dotNet framework functionality.
codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved.