web service project - no dll

  • Thread starter Thread starter MobileBoy36
  • Start date Start date
M

MobileBoy36

Hi Group,

i'm building a simple "Hello world" Webservice in VS 2005 (framework 2.0).
The web service does work from within VS. But compiling does not result in
an assembly.
Also a disco file is not "produced" by Visual Studio.
The behavior is totally different compared with VS 2003.

What am I doing wrong?

Best regards,
Mobile Boy
 
Hi,

The dll will be created when you publish the website. You will find
publish in the build menu.

Ken
 
Back
Top