Problem with dynamically loading an assemblies with references to a WCF Service
i want allow assemblies loaded dynamically @ runtime to silverlight application. have done using webclient download assembly server location , using assemblypart.load , assembly.createinstance create class need. if class has method makes call server using wcf service , wcf service has been added class via vs mechanism of adding service reference method not work. due fact downloaded class not have knowledge of services endpoint address servicereferences.clientconfig has not been downloaded app.
can suggest solution this? solution manually a reference to the wcf service (i.e. create proxy class in code) rather adding service reference? if so, can point me sample - service calls required made may contain several parameters , return complex data.
thanks
richie
Silverlight > Programming Silverlight with .NET – General
Comments
Post a Comment