i do that by putting the class library in a virtual sub directory bin
and define in the web.config
<system.runtime.remoting>
<application>
<service>
<wellknown
mode="SingleCall" objectUri="DASefer.soap"
type="MyNameSpace.MyClass,AssemblyName"/>
</service>
<channels>
<channel ref="http"/>
</channels>
</application>
</system.runtime.remoting>
but i have a problem in classes that return a dataSet
when i try to add the web refernce to that class i have the error:
error: Unable to import WebService/Schema. Unable to import binding
'DAKoreBinding' from namespace
'http://schemas.microsoft.com/clr/nsassem/SeferDAccess/SeferDAccess%2C%20Version%3D1.0.1934.18680%2C%20Cu lture%3Dneutral%2C%20PublicKeyToken%3Dnull'.
Unable to import operation 'KoreDetails'. The datatype 'DataSet' is missing.
are any one know what i do rong???
"convert a Class Library to web service" wrote:
can i convert a Class Library to be share in the internet as a web service
i what thet all my classes in the Class Library will be shared