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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is .pdb file in .net

Status
Not open for further replies.

venureddy04

Programmer
Feb 19, 2004
3
US
hi,
i am very new to .net..please explain me about .pdb file,
webinfo files,vsdisco and WSDL.How many .pdb files willbe there in single web application?
If u could do help me in this, i am very thankful to u.

 
Hi

The .pdb is a file used by Visual Studio for debuging projects (ProjectDeBug I guess...) there will be a pdb file for each assembly within your project.

WSDL stands for Web Services Description Language. They are basically XML files which describe your web service.

.vsdisco is a discovery file for a web service. This can be used by Visual Studio to create a proxy class in a client application for interacting with a web service.


Rob

Go placidly amidst the noise and haste, and remember what peace there may be in silence - Erhmann 1927
 
hi
thanks for your reply..but i have one doubt..
If i am creating a asp.net web application, why it is including .vsdisco file by default even though my project dosn't contain a webservice or .asmx file.
 
.pdb = "Program database"

Contains symbol information for your code, so that a debugger can match the compiled binary with your source.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top