Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DLL not created in ASP.NET 2.0

Status
Not open for further replies.

avarga82

Programmer
May 19, 2003
62
US
Hello,

I'm new to ASP.NET development (thought I've developed Windows Apps in .NET), and I'm finally diving into Web Services. I'm using Visual Studio 2005 Pro, and have created an ASP.NET Web Service project. Isn't this project supposed to generate a DLL file? I've checked the /bin folder, built my service over and over, and still no assembly. Am I missing something obvious? Any help would be appreciated. Thanks!
 
I don't have VS2005 here at the office though if I remember right, you should be able to set the output path in the project properties which is set to bin\ by default. Would be worth checking what this is set to in your project.

HTH

Smeat
 
The output path is correctly set to \bin. Mr. Google has been no help on this matter either...

 
how about the folder in which the ASMX file is there???

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top