Creating a Web Service
According to several examples on how to create a web service using WSE 2.0 when you enable WSE 2.0 for a project by selecting the two checkboxes on the General Tab references are automatically added to your project and in theReference.cs (or Reference.vb) file of the project you will see two instances of the Service class created. Example: MyService and MyServiceWSE
In my projects the references are being added to the project, but the two instances of the Service class in the reference file are not being created.Does anyone know how I can fix this?
Thanks,
Dennis

