Click here to Skip to main content
15,886,755 members
Home / Discussions / C#
   

C#

 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 3:47
Steve Harp13-Jun-12 3:47 
AnswerRe: Possible Bug in VS 2010 IDE Pin
Eddy Vluggen13-Jun-12 3:57
professionalEddy Vluggen13-Jun-12 3:57 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 4:07
Steve Harp13-Jun-12 4:07 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Eddy Vluggen13-Jun-12 4:51
professionalEddy Vluggen13-Jun-12 4:51 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 7:41
Steve Harp13-Jun-12 7:41 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Eddy Vluggen13-Jun-12 8:01
professionalEddy Vluggen13-Jun-12 8:01 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 8:20
Steve Harp13-Jun-12 8:20 
QuestionIssue with Click-once Deployment Pin
McCombi12-Jun-12 0:23
McCombi12-Jun-12 0:23 
My working environment:
Windows 7 Enterprise SP1, 64-bit OS, VisualStudio 2010 Premium.

My scenario:
I have a windows solution that needs to be published over a VPN to the “Live Server”.
When I publish the solution to the “Test Server”, it publishes fine, installs without problems, and the testers can do their stuff.

My problem:
When I publish to the “Live Server” over the VPN, the necessary files are copied over (the following files, where * represents the name of various classes, projects within my solution, etc: *.dll.deploy, the *.exe.manifest, the *.application, the *.exe.deploy) – 64 in total.
I have physically watched the copying process to verify that all the files are copied over.
The Publishing Folder Location and the Installation Folder URL are the same, as indicated on the Publish tab in the Properties of the Start-up project.
At the end of the copying, I get a VS error list with between 5-7 errors, and then a rollback starts that deletes those 64 files from the deployment location. Those errors ALWAYS include a combination of 9 specific files, and the files shown in the error list are not the same every time.

The error message:
“Failed to copy file ‘…filename…’ to ‘…deployment location…’ to the website. Unable to add file to ‘…deployment location…’ The specified network name is no longer available.”
While the copying took place, I pinged the “Live Server” with the –t tag to ensure that I can spot a drop in connectivity.

My request:
Is there anyone that can assist me, or point me in the right direction to sort out this problem? Is there something that I am overlooking? Any advice will be highly appreciated.

I am thinking of:
Since nothing changes between be publishing to the “Test Server” and the “Live Server” except for the deployment folder location, can I plainly copy the 64 files from the “Test Server” over to the “Live Server”?

Thanks in advance.
Questionc# Pin
fadi1321112-Jun-12 0:09
fadi1321112-Jun-12 0:09 
AnswerRe: c# Pin
Pete O'Hanlon12-Jun-12 1:03
mvePete O'Hanlon12-Jun-12 1:03 
AnswerRe: c# Pin
Dave Kreskowiak12-Jun-12 2:18
mveDave Kreskowiak12-Jun-12 2:18 
JokeRe: c# PinPopular
markovl12-Jun-12 2:55
markovl12-Jun-12 2:55 
GeneralRe: c# Pin
Keith Barrow12-Jun-12 4:38
professionalKeith Barrow12-Jun-12 4:38 
GeneralRe: c# PinPopular
markovl12-Jun-12 4:47
markovl12-Jun-12 4:47 
GeneralRe: c# Pin
Keith Barrow12-Jun-12 5:50
professionalKeith Barrow12-Jun-12 5:50 
QuestionHow to deploy the same project with another name.exe? Pin
VisualLive11-Jun-12 23:14
VisualLive11-Jun-12 23:14 
AnswerRe: How to deploy the same project with another name.exe? Pin
Richard MacCutchan11-Jun-12 23:50
mveRichard MacCutchan11-Jun-12 23:50 
GeneralRe: How to deploy the same project with another name.exe? Pin
VisualLive12-Jun-12 0:32
VisualLive12-Jun-12 0:32 
GeneralRe: How to deploy the same project with another name.exe? Pin
Richard MacCutchan12-Jun-12 2:10
mveRichard MacCutchan12-Jun-12 2:10 
AnswerRe: How to deploy the same project with another name.exe? Pin
Dave Kreskowiak12-Jun-12 2:16
mveDave Kreskowiak12-Jun-12 2:16 
QuestionIs this an OOP Programme? Pin
nstk11-Jun-12 21:26
nstk11-Jun-12 21:26 
AnswerRe: Is this an OOP Programme? Pin
Abhinav S11-Jun-12 23:33
Abhinav S11-Jun-12 23:33 
AnswerRe: Is this an OOP Programme? Pin
Pete O'Hanlon12-Jun-12 1:58
mvePete O'Hanlon12-Jun-12 1:58 
AnswerRe: Is this an OOP Programme? Pin
PIEBALDconsult12-Jun-12 3:40
mvePIEBALDconsult12-Jun-12 3:40 
GeneralMessage Removed Pin
12-Jun-12 4:39
professionalN_tro_P12-Jun-12 4:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.