CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 11/7/2005 6:01:57 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 15 Views: 31 Favorited: 0 Favorite
16 Items, 1 Pages 1 |< << Go >> >|
Artforge
Asp.Net User
RTM Bug? (Copy Web Site Button)11/7/2005 6:01:57 PM

0/0

I'm not sure if I'm the only one running into this problem, but here goes..

Having recently replaced My RC1 Copy of VS2005 with the RTM version, I have encountered an issue that I didn't have in the RC1 version.

When I Click on the "Copy Web Site" button, things work as normal, then appear to hang when done (Screen stays grey, and "Processing updates" Status remains).

Now, if I click to another document, and then return, the screen is white again, and looks like it normally should after an update (The the "Processing Updates" remains)

When I try and exit the Update Screen, I get the following error message... "Could Not find a part of the path 'C:\Documents and Settings\Me\Local Settings\Application Data\Microsoft\WebsiteCache\AppName\PublishState.xml"

Anyone know why I'm getting this? or how to fix it? - It's really troublesome with a large App.

-Adam
wendyyanwei
Asp.Net User
Re: RTM Bug? (Copy Web Site Button)11/7/2005 9:27:13 PM

0/0

I suspect that this could be caused by the publish state xml file was removed when you upgrade your Visual Studio. Can you find this file at the specified location when "Processing updates" status shows? Do you see this behavior after you open and save your web in the RTM version?

Wendy
Artforge
Asp.Net User
Re: RTM Bug? (Copy Web Site Button)11/7/2005 11:54:50 PM

0/0

Wendy,

Oddly enough, upon further exploration, I've noticed that I do not even have a subdirectory in my WebSiteCache directory for this website, I have it for the other web sites i'm working on, but not that one.

This problem has persisted through all normal attemps to "Straghten things out" like saving, closing, the reopening the project, and even rebooting.

Any thoughts on a fix?

-Adam
wendyyanwei
Asp.Net User
Re: RTM Bug? (Copy Web Site Button)11/8/2005 1:10:05 AM

0/0

Can you send me a repro on this web? Please give me as many info as you can so that I can repro it on my machine. I never see this kind of issue before but I will try to help you find the issue and workaround.

Thanks
Wendy
wendyyanwei
Asp.Net User
Re: RTM Bug? (Copy Web Site Button)11/8/2005 10:03:48 PM

0/0

Adam,

I manage to repro your error message. It is caused by the directory is missing. To fix that you can close your solution to get this directory to be recreated. The reason that it got deleted is caused by another bug that we know. If this still does not create you the directory, you can manually create it. This should fix the error you see. I am not sure if this will fix the hanging issue. It may help. Let me know if you still have any problem.

Wendy
Artforge
Asp.Net User
Re: RTM Bug? (Copy Web Site Button) - Solved!11/10/2005 3:53:00 PM

0/0

Wendy,

Thanks so much. I followed your suggestion of explicitly closing the solution (I usually just "Save All" and exit out). and it created the directory for me, and now the "copy to web site" functionality works just as it should.

Thanks again, and congratulations to the whole team on a great product.

-Adam
Artforge
Asp.Net User
Re: RTM Bug? (Copy Web Site Button) - Solved! - Nope, Spoke too soon.11/14/2005 8:21:02 PM

0/0

Well, it seems I spoke too soon - this fix that I outlined above worked untill I left the Solution - When I come back to it again, the directory has deleted itself, and I have to go through this all again - very frustrating.

Adam
wendyyanwei
Asp.Net User
Re: RTM Bug? (Copy Web Site Button) - Solved! - Nope, Spoke too soon.11/14/2005 9:28:14 PM

0/0

Hi Adam,

The bug that the directory got deleted involves running two IDE at the same time. Here are the scenarios that we see this bug happens:

Scenario 1:
1. New IIS web1
2. In the same solution new IIS web2
3. Remove the web2 from the solution
4. Open a separate VS IDE and open the web2
5. Close the second copy of IDE
6. Close the first copy of IDE
 
The cache folders of both webs are removed, so after you open web1 the refactoring won?t work

Scenario2 (kind of hack) :
1. You manually removed one web?s cache folder let us say ?web1?
2. In IDE, open web1
3. In IDE, open web2
4. Close the first copy of IDE
5. Close the second copy of IDE
 
Web1?s cache folder is created
Web2?s cache folder is removed

Is this what you see?

Wendy

Artforge
Asp.Net User
Re: RTM Bug? (Copy Web Site Button) - Solved! - Nope, Spoke too soon.1/9/2006 6:36:19 PM

0/0

Wendy,

I'm still having this problem - and it seems to be getting worse.

I'm not sure that I follow excactly what you're reffering to in the last post, but to clarify things - I very frequently have multiple instances of IDE open (I often find myself working on more than one clients project at a time). And it is also fairly common for me to have more than one website project in a given solution (often I'll have seperate projects for the admin site and the public site).

This seems like a fairly serious bug, is it that uncommon to run under such an environment?

Adam

wendyyanwei
Asp.Net User
Re: RTM Bug? (Copy Web Site Button) - Solved! - Nope, Spoke too soon.1/9/2006 9:05:21 PM

0/0

Hi Adam,

Unfortunately you are right. It is a serious bug in Whidbey RTM bits and occurs easily in your type of running environment. That is not what we expected. It is fixed in the current tree but I don't know when you can get the fix. Since it is in the shipping bits, it is hard for us to give you a fix without a shipping vehicle. I do want to write an addin to Visual Studio so that it can monitor and create this directory automatically in the future. I do feel your frustration and I will continue investigate possible ways to lessen the pain.

Thanks

Wendy

Artforge
Asp.Net User
Re: RTM Bug? (Copy Web Site Button) - Solved! - Nope, Spoke too soon.1/26/2006 3:52:34 PM

0/0

Wendy,

I was wondering if any progress had been made on this issue, or perhaps there's a workaround you can think of.

Currently I'm maintaining about 7 fairly complex applications in ASP.NET 2.0 - 3 of which are in constant development. This bug in VS is making it very time consuming to propagate updates from development to staging or production. Even more disturbing, is that I'm never quite sure where changes reside and what is being overwritten, because with the publishState files disappearance, so to, goes any record of the current server state.

Is there any way I can "catch" the publishState file (manually) before VS goes and kills it, so that way, perhaps I can copy it back into place when I need it next - That might be a bit of a pain, but for my less frequently updated projects, it would still be a great help.

Thanks again for your attaention to this.

Adam

Artforge
Asp.Net User
Re: RTM Bug? (Copy Web Site Button) - Solved! - Nope, Spoke too soon.5/12/2006 3:44:36 PM

0/0

Still Nothing? this bug is a serious time drain for me - I'd love a fix.

-Adam

jynclr
Asp.Net User
Re: RTM Bug? (Copy Web Site Button) - Solved! - Nope, Spoke too soon.6/1/2006 4:45:22 AM

0/0

Artforge:

Still Nothing? this bug is a serious time drain for me - I'd love a fix.

-Adam

Just so you  know, Adam, you're not the only one. I too would love a fix. It is frustrating and annoying. :(


-- Jayne
Spiffy URL: http://www.jayneclaire.com
Goudinov
Asp.Net User
Re: RTM Bug? (Copy Web Site Button) - Solved! - Nope, Spoke too soon.6/16/2006 7:10:18 PM

0/0

I'm having this problem too.  I keep having to open Dreamweaver and create sites just so I can have real synchronization capabilities.
Non pi? andrai, farfallone amoroso...
Goudinov
Asp.Net User
More info...7/5/2006 1:54:28 PM

0/0

Here's more information that I have discovered on the behavior:

in the WebsiteCache folder, I had 45 folders for my application:
MyApp
MyApp(1)
MyApp(2)

When I synchronize the site, then close the solution, it writes the cache information to the latest folder.  When I re-open the solution a new folder is created "MyApp(n+1)"

The Websites.xml file in the WebsiteCache folder is empty and seems to only contain several space characters.


Non pi? andrai, farfallone amoroso...
Goudinov
Asp.Net User
Re: More info...7/5/2006 2:07:02 PM

0/0

(Sorry for double posting, where's the "Edit" button?!)

Deleting the "websites.xml" file seems to have helped.


Non pi? andrai, farfallone amoroso...
16 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Digg - Windows Vista testers get free copy of RTM I reported just one bug and I get a free copy of Vista Ultimate :) ..... Scenario Voting website: http://windowsbeta.microsoft.com/scenarios/scenarios. aspx. ...
Neowin Forums > Vista RTM Bugs Thread Over the last 10 days I have been using my copy of Vista RTM from ..... For my laptop I’ve checked the Acer website and ftp, I already had the latest Bios ...
Feedback: Visual Studio 2008 RTM Search Crashes It turns out that this crash is the result of a bug in the Wow64 layer of Windows x64 .... I cannot afford to rebuy I already invested in a ASP>net website ...
How to remove RTM evalutation copy watermark in Vista | Web Talk Jun 26, 2008 ... Click Advanced button. Go to Owner and click the Edit button. ... Did I speak about you, your website, your blog, your device or software? ...
Visual C++ Team Blog : Bugs fixed in MFC in Visual Studio 2008 SP1 If he copy the RTM's Microsoft.VC90.CRT, it will work. .... for the help of MFC feature pack class, MSDN still downloads help from Microsoft MSDN website. ...
Windows Vista testers get free copy of RTM « Geeks to Go! - Tech ... You must have submitted one bug at least to get a free copy and be on the technical beta. ... Google’s “Chrome” Web Browser an Operating System? ...
Anyone installed Vista RTM on a Toshiba M7? - Page 3 - Tablet PC ... You can get these from Toshiba's support website - the XP version of the Tablet Buttons Driver not only doesn't work - it disables the ...
Geek To Live: Get Organized with Remember the Milk Oct 12, 2007 ... Print out a copy of RTM's keyboard shortcut reference. ... You don't have to be at the RTM web site to see your tasks and due dates. ...
Windows Vista RTM Hardware Compatibility List - IeXwiki Works with Vista Ultimate x86 using drivers from Sprint's web site. ..... 2) access the emulated CD Drive and copy all the Contents onto a USB Pen Drive. ...
mozilla.org status update Updated ECMAScript web site to incorporate comments from the England meeting. .... Fixed a couple plaintext copy bugs that didn't make it in to rtm. Anthony ...




Search This Site:










automation with vs 2005 - post build event

asp.net c# web control date picker

install vs 2005 in web server from home

why the vs2005 web project compile all in one dll

attaching to remote processes

enterprise templates

in an asp.net app, where does console.writeline go?

user control to user control

help... upgrade from vista home premium to ultimate has screwed with my install of vs2005...

how to save visual studio ftp settings?

properties in class diagram

stepping into assemblies from web projects

using sql 2000 for asp.net user data

viewing references in vs 2005

skinid displaying in designer

help search fails

development server not specifying that gifs be cached by clients?

problem in documentstream property of webbrowser control

linking a details view control to a gridview control

help! - vs.net 2005 gpf adding a "class diagram" to project

new to visual studio

n00b needs help - release mode

webforms request: consistent color chooser intellisense

how to visit the virtual directory of my web server

#region statements

dts to vb

debug vs2005 website in iis

studio displaying asp hidden fields as textboxes - how to stop this?

64bit debugging on 32bit windows xp os

background-image style in designer

  Privacy | Contact Us
All Times Are GMT