Hi
thanks for the tip but i liked to know how technicly it can be done how do i start the installation is that an ISO CD?
how dose it goes?
can i download the Version?
ronen.
Hi
i am intrested to know how can i create at run time ASP.NET webService?
i need to develop a wizard that will enable to expose .Net Assembly as WebService
but i don't really understand how it can be done
i saw some products that can do such things with Java
can and how can it be done with...
well you can
in BT2004 there is a project called Human workflow that regards this issue better then bts2002
in bts2002 the only way to do so will be with orchestration
hope that helps
Hi all,
how can i create Proxy to a webService at runtime?
what i want to be able to do is:
by a given webService url i like to "LateBind" to that WebService and invoke a method by its name
somthing like that:
GenericProxy.BindTo("http://localhost/WebService1/Service1.asmx")...
Hi
i have finished to develop my product now all left to be done is to create a package that install (MSI)
using the Setup project i have create MSI that install all dll nt-service files
but i cant figure out how to include the database in the MSI package
can some one please give me links...
Hi,
i am developing components such as Data Access Layer
where will be the best place to keep my configuration?
NOTE: becouse the components are dll type of project
the relative path is unknown becouse any exe can consume the dll
thanks from advance
ronen.
Hi
as far as i understand you like to get the result XML and assign it to a string object ?
how about getting the result into dataset
and calling the ds.GetXml() method?
string SQL = "SELECT * FROM Customers FOR XML AUTO";
DataSet ds = SqlHelper.ExecuteDataset ("User...
i like to thank you both for the information
it looks if there is alot to know about this subject
and the more i learn about .net the more i see there alot to know about it
thanks again
ronen
Hi
thanks for your response
can i serialize an object that i don't have its source code?
i have a class that is a SAPTable object developed by SAP compeny so i can't mark it as Serializeable
however i do wan't to pass it as stream over the network to another system
can it be done?
NOTE: when...
Hello,
i like to know how i can Serialize an object to string
or binary data so i can pass it over network...
and then De-Serialize the object again
the object can be from any kind and contain any kind of data...
C# code Example will be greate for me to understand
thanks ronen.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.