Question:
I have a VB net project that won't compile because the server it previously published to is...?
anonymous
2010-04-01 09:32:24 UTC
...now gone.
I have inherited a VB net project that I need to make changes to. The original publish directory no longer exists since the server it was on is now gone. I tried to change the publish location in project properties, but it keeps failing to build because the former directory no longer exists. How can I get the code to forget that old drive??
Three answers:
anonymous
2010-04-01 22:54:40 UTC
Does the new server have the whole path that existed on the old server?



For example, if the old server was mounted with:



NET USE S: \\OLDSERVERNAME



and the path was S:\VB\Bins\Published\Public\Honk_Project_Dir



but now you mount with:





NET USE \\NEWSERVERNAME



and you must create: S:\VB\Bins\Published\Public\Honk_Project



with say: mkdir /p S:\VB\Bins\Published\Public\Honk_Project_Dir



save thing even if youy use UNC paths. In general the whole path has to be there oh, plus it has to be writeable by you remotely.
?
2016-12-13 12:06:13 UTC
Nickleback Nevershoutnever (i swear if I pay attention my buddies sing that song one further time....) Britney Spears Flo Rida My Chemical Romance KidRock Hollywood Undead Blink 182 Soulja Boy Tokyo lodge Eminem Beyonce Panic! on the Disco The bare Brother's Band Hannah Montana extreme college Musical solid Rihanna Taylor speedy 3OH!3 the a number of Disney guy or woman... Fall Out Boy Paris Hilton (yeah, she made an album...) Paramore P!nk Hanson Backstreet Boys T-soreness haha (i'm ON a deliver!) sorry i savour that song....
anonymous
2010-04-01 09:35:48 UTC
Check the project properties and select the publish tab.



If you are using a autobuild for this, then you have to check the config file in TFS for the particular build


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...