Bug in Visual Studio 2013 in creating ASP.NET Empty Web Site files*.dll and *.pdb

R

RayLopez99

Bug visual studio 2013 professional in creating ASP.NET Empty Web Site files *.dll and *.pdb

Bug in Visual Studio 2013 in creating ASP.NET Empty Web Site files *.dll and *.pdb

For a project involving a new web site using web services, if you attempt to "Add Reference" then in the project tab in the dialog if you click on Solution|Project tab and check checkbox for WebService that appears (in this case the checkbox is for the project), if you do this there is a bug in that you will notice two files. *.dll and *.pdb are not created. These files need to be created, and are not, so this could be a bug in Visual Studio 2013, see, by analogy: Jan 2014: http://connect.microsoft.com/Visual...-files-and-the-build-fails-with-error-msb3061 ).

This same error does not appear in Visual Studio 2010 or 2012. Your systemmay be different but I have a generic multi-core machine running Windows 8..1
 
M

mick

Bug visual studio 2013 professional in creating ASP.NET Empty Web Site files
*.dll and *.pdb
Bug in Visual Studio 2013 in creating ASP.NET Empty Web Site files *.dll and
*.pdb

For a project involving a new web site using web services, if you attempt to
"Add Reference" then in the project tab in the dialog if you click on
Solution|Project tab and check checkbox for WebService that appears (in this
case the checkbox is for the project), if you do this there is a bug in that
you will notice two files. *.dll and *.pdb are not created. These files need
to be created, and are not, so this could be a bug in Visual Studio 2013, see,
by analogy: Jan 2014:
http://connect.microsoft.com/Visual...-files-and-the-build-fails-with-error-msb3061
).

This same error does not appear in Visual Studio 2010 or 2012. Your system may
be different but I have a generic multi-core machine running Windows 8.1

Aren't .pdb files generated after you first compile rather than being there from
the off?

mick
 
R

RayLopez99

Bug visual studio 2013 professional in creating ASP.NET Empty Web Site files

*.dll and *.pdb












Aren't .pdb files generated after you first compile rather than being there from

the off?



mick

Mick you are very observant, and more experienced as well. In fact, you are right, and I just came here to update this post.

To make the files appear, you must compile, first change parameters, tools->option->debugging->symbol->server,yes then Ctrl+F5

RL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top