473,503 Members | 1,700 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PublishState.xml

Hi there

I have seen a few posts about this one already but none that have a
solution. There appears to be a bug report at

http://lab.msdn.microsoft.com/Produc...e-1d1a01235cf1

but this was closed as it could not be reproduced by Microsoft.

Well I can reproduce it and having found two or so posts I guess there is a
problem somewhere.

Basically when I try to copy a project to the ISP using the Copy Project
Option on either http or Ftp the copy takes place and then the upload hangs.
When you close the copy option using the x in the top right hand corner the
error message is:

"Could not find a part of the path c:\windows\.......... PublichState.xml"

I have checked the path and this path doesn't exist.

I am working using Visual Studio 2005 Pro on Windows XP Pro and the website
is being developed on IIS 6.0 on a Windows 2003 Server. So in effect when I
am trying to copy the site I am attempting to copy the website from one IIS
Server (my development machine) to another IIS Server (the production server
at the ISP).

Any help appreciated.

PS I was origonally going to post on the Visual Studio group but an earlier
post there said that the VS Web Tools team monitor this group.

--
Regards

Martyn Fewtrell
Feb 21 '06 #1
7 1389
On Tue, 21 Feb 2006 03:45:29 -0800, Martyn Fewtrell <mf*******@newsgroup.nospam>
wrote:
Hi there

I have seen a few posts about this one already but none that have a
solution. There appears to be a bug report at

http://lab.msdn.microsoft.com/Produc...e-1d1a01235cf1

but this was closed as it could not be reproduced by Microsoft.

Well I can reproduce it and having found two or so posts I guess there is a
problem somewhere.

Basically when I try to copy a project to the ISP using the Copy Project
Option on either http or Ftp the copy takes place and then the upload hangs.
When you close the copy option using the x in the top right hand corner the
error message is:

"Could not find a part of the path c:\windows\.......... PublichState.xml"

I have checked the path and this path doesn't exist.

I am working using Visual Studio 2005 Pro on Windows XP Pro and the website
is being developed on IIS 6.0 on a Windows 2003 Server. So in effect when I
am trying to copy the site I am attempting to copy the website from one IIS
Server (my development machine) to another IIS Server (the production server
at the ISP).

Any help appreciated.

PS I was origonally going to post on the Visual Studio group but an earlier
post there said that the VS Web Tools team monitor this group.


Just so you know you're not alone; I have seen this also, but I am not using
IIS for development. I'm using the File method.

However, in my case there seems to be no problem with the copy. The deployment
is being done. In fact I found that if I have more than one page open in the
IDE work area, changing to the other page from the copy page releases the copy
page so that it redraws when you go back to it. I think the trouble is a redraw
issue with the copy web page, causing the appearance of a hangup.
Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
Feb 22 '06 #2
Thanks for Otis's input.

Hi mfewtrell,

For the publishState.xml file, it's used internally for maintaining the
status info during our copy web site operation, so far we haven't any
documented info on it. However, it is likely that in your environment, this
file is not created correctly or get corrupted. Based on my test, this file
will be created when we start connecting to a remote site and application
to do the copy site. And the file is created under the

C:\Documents and Settings\{current user}\Local Settings\Application
Data\Microsoft\WebsiteCache\{ebApplicationName}

You can mointor the directly when you try performing copy website. If that
exists, you can try deleting it and reconnect the remote site again to
test.(and deleting the complete application dir under WebsiteCache is also
possible for test).

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Feb 22 '06 #3
On Wed, 22 Feb 2006 05:31:30 GMT, st*****@online.microsoft.com (Steven
Cheng[MSFT]) wrote:
Thanks for Otis's input.

Hi mfewtrell,

For the publishState.xml file, it's used internally for maintaining the
status info during our copy web site operation, so far we haven't any
documented info on it. However, it is likely that in your environment, this
file is not created correctly or get corrupted. Based on my test, this file
will be created when we start connecting to a remote site and application
to do the copy site. And the file is created under the

C:\Documents and Settings\{current user}\Local Settings\Application
Data\Microsoft\WebsiteCache\{ebApplicationName}

You can mointor the directly when you try performing copy website. If that
exists, you can try deleting it and reconnect the remote site again to
test.(and deleting the complete application dir under WebsiteCache is also
possible for test).

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Thank you Steven

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
Feb 23 '06 #4
Funny things these computers!

Having used VS2005 FTP for several days without success everything appears
to work OK today. No obvious explanation although I did restart the
workstation this morning. I'm not sure whether I had restarted it over the
last few days or not as I often don't reboot for days on end (suppose thats a
good show for XP!).

Anyway thanks for your help.
--
Regards

Martyn Fewtrell
"Otis Mukinfus" wrote:
On Wed, 22 Feb 2006 05:31:30 GMT, st*****@online.microsoft.com (Steven
Cheng[MSFT]) wrote:
Thanks for Otis's input.

Hi mfewtrell,

For the publishState.xml file, it's used internally for maintaining the
status info during our copy web site operation, so far we haven't any
documented info on it. However, it is likely that in your environment, this
file is not created correctly or get corrupted. Based on my test, this file
will be created when we start connecting to a remote site and application
to do the copy site. And the file is created under the

C:\Documents and Settings\{current user}\Local Settings\Application
Data\Microsoft\WebsiteCache\{ebApplicationName}

You can mointor the directly when you try performing copy website. If that
exists, you can try deleting it and reconnect the remote site again to
test.(and deleting the complete application dir under WebsiteCache is also
possible for test).

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Thank you Steven

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com

Feb 23 '06 #5
Thanks for followup Martyn,

Glad to hear that you've got it working now. Could it be something with
network ,sometimes this could be the cause.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Feb 24 '06 #6
I'm not really sure what is causing the issue as so far I only have two live
projects in VS2005, all the rest are still on VS2003. I noticed yesterday
that when I published up the second of my projects I had the same problem
where the copy just locked up and when I eventually closed the copy box the
error about the missing path/file was present.

I then shut down the project along with VS2005, did a restart and next time
around everything worked fine. In my case I suspect the issue is with the
origonal creation of the file in the temp directory. It appears that shutting
everything down and restarting clears this issue. When you close the project
does it update the cache copy?

Other than that i dont have any idea.

--
Regards

Martyn Fewtrell
"Steven Cheng[MSFT]" wrote:
Thanks for followup Martyn,

Glad to hear that you've got it working now. Could it be something with
network ,sometimes this could be the cause.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Feb 24 '06 #7
I think this is still like something incorrect with the temp files under
the website cache dir. We haven't detailed doc on those files' behavior
since they're for internal use, however, after we close the project they
may still be persited there since those files specific to a certain remote
server connection.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Feb 28 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1105
by: Shimon Sim | last post by:
I need to publish site and I am having problems with VS2005. When I select a file and press arrow to update. VS2005 hangs for a while. If I click x to close the window - stop doesn't work- VS2005...
0
7201
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7278
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7328
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7456
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5011
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3166
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
379
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.