B2 webservice crashes after update


hi,
i've got issue web service updates/changes in sl2b2 

each time make changes webservice or clicl update webservice error:

could not find default endpoint element references contract 'mtsl.dataaccessservice.dataaccessservicesoap' in servicemodel client configuration section. might because no configuration file found application, or because no endpoint element matching contract found in client element.

when compare reference.vb fils before , after update see changes made (i guess has b2):
added:

        private onbeginopendelegate beginoperationdelegate
       
        private onendopendelegate endoperationdelegate
       
        private onopencompleteddelegate system.threading.sendorpostcallback
       
        private onbeginclosedelegate beginoperationdelegate
       
        private onendclosedelegate endoperationdelegate
       
        private onclosecompleteddelegate system.threading.sendorpostcallback
       
        public sub new()
            mybase.new
        end sub
       
        public sub new(byval endpointconfigurationname string)
            mybase.new(endpointconfigurationname)
        end sub
       
        public sub new(byval endpointconfigurationname string, byval remoteaddress string)
            mybase.new(endpointconfigurationname, remoteaddress)
        end sub
       
        public sub new(byval endpointconfigurationname string, byval remoteaddress system.servicemodel.endpointaddress)
            mybase.new(endpointconfigurationname, remoteaddress)
        end sub

        public event opencompleted system.eventhandler(of system.componentmodel.asynccompletedeventargs)
       
        public event closecompleted system.eventhandler(of system.componentmodel.asynccompletedeventargs)

and guess reason app crashing
ideas should new methods added?

thanks,
robert

nop... did'nt found post fixed problem
http://silverlight.net/forums/t/18006.aspx

 

thanka anway smile



Silverlight  >  Programming Silverlight with .NET – General



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........