Build Error

D

dm_dal

I have a solution in VS.Net 2003. It contains 1 - asp.net project(c#), 1 -
c# class library project and 1 - db project. When I try to build the
solution, I get the following error:

Could not copy built outputs to the Web. Unable to add 'C:\Documents and
Settings\dyoung.BFGPDC\VSWebCache\DAL_DYOUNG\[project name]\bin\[class
library name].pdb' to the project. The server connection timed out.

The dll representing the class library is copied correctly and both the dll
and pdb for the asp.net project are copied correctly. It just can't copy
the .pdb for the class library.

Any guesses?

David Young
 
J

Jim Cheshire [MSFT]

David,

At the most basic level, this message means that your host needs to
increase the timeout on the site so that you can copy those files. What
you might want to do is build the project locally and then use the Copy
Project feature to copy the files to the Web server.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
 
D

dm_dal

My server time-out is currently set at 60 seconds. The build and copy
process usually takes about 1.5 - 2 seconds.

Additionally, it is being built and copied to the local server (
http://localhost/[project name] ).

David Young

Jim Cheshire said:
David,

At the most basic level, this message means that your host needs to
increase the timeout on the site so that you can copy those files. What
you might want to do is build the project locally and then use the Copy
Project feature to copy the files to the Web server.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "dm_dal" <[email protected]>
From: "dm_dal" <[email protected]>
Subject: Build Error
Date: Mon, 9 Feb 2004 08:46:07 -0600
Lines: 17
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.ebellgroup.com 63.121.243.2
Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.
phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:208558
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

I have a solution in VS.Net 2003. It contains 1 - asp.net project(c#), 1 -
c# class library project and 1 - db project. When I try to build the
solution, I get the following error:

Could not copy built outputs to the Web. Unable to add 'C:\Documents and
Settings\dyoung.BFGPDC\VSWebCache\DAL_DYOUNG\[project name]\bin\[class
library name].pdb' to the project. The server connection timed out.

The dll representing the class library is copied correctly and both the dll
and pdb for the asp.net project are copied correctly. It just can't copy
the .pdb for the class library.

Any guesses?

David Young
 
J

Jim Cheshire [MSFT]

David,

What is the ouput path for the class library project?

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "dm_dal" <[email protected]>
From: "dm_dal" <[email protected]>
References: <[email protected]>
Subject: Re: Build Error
Date: Mon, 9 Feb 2004 10:28:42 -0600
Lines: 68
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.ebellgroup.com 63.121.243.2
Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.
phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:208600
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

My server time-out is currently set at 60 seconds. The build and copy
process usually takes about 1.5 - 2 seconds.

Additionally, it is being built and copied to the local server (
http://localhost/[project name] ).

David Young

Jim Cheshire said:
David,

At the most basic level, this message means that your host needs to
increase the timeout on the site so that you can copy those files. What
you might want to do is build the project locally and then use the Copy
Project feature to copy the files to the Web server.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "dm_dal" <[email protected]>
From: "dm_dal" <[email protected]>
Subject: Build Error
Date: Mon, 9 Feb 2004 08:46:07 -0600
Lines: 17
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.ebellgroup.com 63.121.243.2
Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11
 
D

dm_dal

The output path is bin\Debug\

That would be the [project path]\bin\Debug\ : I've verified that the dll
and the .pdb (debug sysbols file?) are being generated and placed in that
output folder. However only the .dll get's moved to the VSWebCache folder
and the local inetpub folder.

When I build in release mode, I don't get any build errors.

BTW: The solution was building fine on Friday. It just started bugging out
this morning. To my knowledge, there have been no changes made to the web
server environment and I don't recall making any changes to the solution
properties.

David Young


Jim Cheshire said:
David,

What is the ouput path for the class library project?

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "dm_dal" <[email protected]>
From: "dm_dal" <[email protected]>
References: <[email protected]>
Subject: Re: Build Error
Date: Mon, 9 Feb 2004 10:28:42 -0600
Lines: 68
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.ebellgroup.com 63.121.243.2
Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.
phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:208600
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

My server time-out is currently set at 60 seconds. The build and copy
process usually takes about 1.5 - 2 seconds.

Additionally, it is being built and copied to the local server (
http://localhost/[project name] ).

David Young

Jim Cheshire said:
David,

At the most basic level, this message means that your host needs to
increase the timeout on the site so that you can copy those files. What
you might want to do is build the project locally and then use the Copy
Project feature to copy the files to the Web server.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "dm_dal" <[email protected]>
From: "dm_dal" <[email protected]>
Subject: Build Error
Date: Mon, 9 Feb 2004 08:46:07 -0600
Lines: 17
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.ebellgroup.com 63.121.243.2
Path:

cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11
 
D

dm_dal

This issue is resolved.

The project "Configuration Properties" -> Debugging -> Enable SQL Debugging
was set to true and SQL debugging was not enabled on my box.

Thanks,
David Young
 
D

Dilip Krishnan

Just a hunch... Check to see if the pdb is readonly

dm_dal said:
The output path is bin\Debug\

That would be the [project path]\bin\Debug\ : I've verified that the dll
and the .pdb (debug sysbols file?) are being generated and placed in that
output folder. However only the .dll get's moved to the VSWebCache folder
and the local inetpub folder.

When I build in release mode, I don't get any build errors.

BTW: The solution was building fine on Friday. It just started bugging out
this morning. To my knowledge, there have been no changes made to the web
server environment and I don't recall making any changes to the solution
properties.

David Young


David,

What is the ouput path for the class library project?

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "dm_dal" <[email protected]>
From: "dm_dal" <[email protected]>
References: <[email protected]>

Subject: Re: Build Error
Date: Mon, 9 Feb 2004 10:28:42 -0600
Lines: 68
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.ebellgroup.com 63.121.243.2
Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.
phx.gbl

Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.aspnet:208600
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

My server time-out is currently set at 60 seconds. The build and copy
process usually takes about 1.5 - 2 seconds.

Additionally, it is being built and copied to the local server (
http://localhost/[project name] ).

David Young


David,

At the most basic level, this message means that your host needs to
increase the timeout on the site so that you can copy those files.
What
you might want to do is build the project locally and then use the Copy
Project feature to copy the files to the Web server.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------

Reply-To: "dm_dal" <[email protected]>
From: "dm_dal" <[email protected]>
Subject: Build Error
Date: Mon, 9 Feb 2004 08:46:07 -0600
Lines: 17
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.ebellgroup.com 63.121.243.2
Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11
 
J

Jim Cheshire [MSFT]

David,

I'm not sure what would cause that. I think the next step would be to get
a Netmon trace of the build process. That would have to take place from a
remote machine. That might help to determine the issue.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "dm_dal" <[email protected]>
From: "dm_dal" <[email protected]>
References: <[email protected]>
<[email protected]>
Subject: Re: Build Error
Date: Mon, 9 Feb 2004 15:45:31 -0600
Lines: 97
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.ebellgroup.com 63.121.243.2
Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.
phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:208704
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

The output path is bin\Debug\

That would be the [project path]\bin\Debug\ : I've verified that the dll
and the .pdb (debug sysbols file?) are being generated and placed in that
output folder. However only the .dll get's moved to the VSWebCache folder
and the local inetpub folder.

When I build in release mode, I don't get any build errors.

BTW: The solution was building fine on Friday. It just started bugging out
this morning. To my knowledge, there have been no changes made to the web
server environment and I don't recall making any changes to the solution
properties.

David Young


Jim Cheshire said:
David,

What is the ouput path for the class library project?

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "dm_dal" <[email protected]>
From: "dm_dal" <[email protected]>
References: <[email protected]>
Subject: Re: Build Error
Date: Mon, 9 Feb 2004 10:28:42 -0600
Lines: 68
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.ebellgroup.com 63.121.243.2
Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top