Hi all,
I am trying to compile my .vb web service file into a dll as described here (see step 3):
Here is what I am using in the command prompt:
"C:\Windows\Microsoft.NET\Framework\v1.1.4322\vbc.exe" /t:library /out:C:\Inetpub\ C:\Inetpub\ /reference:System.dll,System.Data.dll,System.Web.dll,System.Web.Services.dll,System.XML.dll /optimize
It appears to work. The command window opens briefly and then closes. However, when I search for the compiled dll, I cannot find it.
Anyone know why?
Thanks,
Mark
I am trying to compile my .vb web service file into a dll as described here (see step 3):
Here is what I am using in the command prompt:
"C:\Windows\Microsoft.NET\Framework\v1.1.4322\vbc.exe" /t:library /out:C:\Inetpub\ C:\Inetpub\ /reference:System.dll,System.Data.dll,System.Web.dll,System.Web.Services.dll,System.XML.dll /optimize
It appears to work. The command window opens briefly and then closes. However, when I search for the compiled dll, I cannot find it.
Anyone know why?
Thanks,
Mark