Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why don't the DLL and PDB get created?
Message
 
To
07/12/2005 01:37:52
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
01075587
Message ID:
01075604
Views:
29
VS2005 doesn't build a DLL in the BIN directory. You have to compile the Web Site with Project Deployment and then pick the DLL(s) out of there. Alternately you can just deploy the source files and ASP.NET will dynamically compile and run all of that code on the fly. If all you have is an ASMX then that's probably the way to do this...

Compilation in VS.NET 2005 is much more complex than in 2003.

+++ Rick ---






>In VS 2005, my Web Service compiles ok. I resolved all the adjustments for VS 2005. So, it builds and it succeeds. I can test the Web Service locally from localhost and it works ok. When comes time to test that on a test server, I just can't find the DLL and the PDB files. I only have the asmx file. It works locally because it sees the .vb file which contains the Web Service code under the root directory of that Web Service. But, on the test server, I won't copy the code as I need the DLL. How come this doesn't get created in the BIN directory?
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform