A
aramisq
I have written a simple webservice in VS.Net and it works, code is
compiled and placed in /bin directory, but if I compile file manually:
csc /t:library Service1.asmx.cs
and replace oryginal dll, it fails.
My .dll has smaller size than original, so I think that I missed
something.
thanks in advance
compiled and placed in /bin directory, but if I compile file manually:
csc /t:library Service1.asmx.cs
and replace oryginal dll, it fails.
My .dll has smaller size than original, so I think that I missed
something.
thanks in advance