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!



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_web_developer_2008_express Tags:
Item Type: NewsGroup Date Entered: 1/3/2008 4:22:05 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 9 Views: 23 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
10 Items, 1 Pages 1 |< << Go >> >|
b4kramer
Asp.Net User
VWD hangs when closing program or closing solution1/3/2008 4:22:05 PM

0/0

I have a solution of 11 projects in VWD, which simply consists of 11 different websites.  Everything is fine until I am done for the day and want to shut down.  If I close the window, it usually tells me, a file on the server is newer than your local copy, would you like to update?  I say no, it does this a few times, then just hangs until I have to use windows to manually kill VWD.  Same thing happens with closing the solution.  I just can't shut down, any help is appreciated.

xinqiu
Asp.Net User
Re: VWD hangs when closing program or closing solution1/7/2008 4:43:35 AM

0/0

Since it hangs, it would be best to give us more information.  It would be best for you to give us the exact environment to repro, which is unlikely in this case.  Could you please follow the following steps and give us the dump file?  Thanks.  You can try my email "xinqiu  -at- microsoft -- d-o-t -- com".  Thanks

1. Generate dump file for hanged application:
   Option1: If you are using vista, you can simple open task manager, go to process tab, right click the hanged process and select create dump file.
   Option2: Use Visual Studio 2008(You can download a trial version from microsoft).
      a. Start VWD Express and repro the hang.
      b. Start Visual Studio
      c. In Visual Studio, click Tools | Attach to Process...
      d. In the list of processes locate VWDExpress.exe.
      e. Click Select... and explicitly choose 'Native' and 'Managed' code.
      f. Click OK and OK to close Select dialog and Attach to Process dialog.
      g. Click Debug | Break All.
      h. Click Debug | Save Dump As... to save the debug information.
   Option3: Use Windbg (If you can't get the above 2 working)
      a. goto http://www.microsoft.com/whdc/devtools/debugging/default.mspx download latest version of windbg (If OS is X86, you can go to http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx, directly)
      b. install windbg
      c. run VWD Express, and repro the hang
      d. run windbg
      e. Click Menu File->Attach To Process
      f. In the list of processes locate VWDExpress.exe.
      g. Click OK and Yes to save the workspace
      h. In the command window, type ".dump /ma c:\VWDEXpress.dmp"

2. The dump file can be close to 400meg.  Compress it to a file around 120 meg
3. Contact us:
   Option1: Open a bug in Connect (http://connect.microsoft.com/) and attach the file there.
            This is the best option as all the bug will get treated in a timely basis.
   Option2: email us the dump with repro steps, you can find our email in some of the thread 
   Option3 (If the above 2 not working): Contact someone in the team, and we can create a FTP share for you to upload.

b4kramer
Asp.Net User
Re: VWD hangs when closing program or closing solution1/8/2008 12:37:10 AM

0/0

 I created the dump, 128MB.  I have logged into the connect website, get to https://connect.microsoft.com/feedback/default.aspx?SiteID=210&wa=wsignin1.0 , which then tells me "You need permission to submit feedback in this area. To apply for permission, browse through your choices on the Available Connections page."  Basically, there is no apply button, keeps taking me back to the same circular screen references and I'm unable to submit anything.  I want to change the fact that I am now using 2005 instead of 2008 as 2008 no longer supports color coding classic .asp, however, I was having the same problem with 2008 as well.  Any help on where to send my dump or how to actually submit a bug is greatly appreciated.

xinqiu
Asp.Net User
Re: VWD hangs when closing program or closing solution1/9/2008 5:55:39 PM

0/0

I guess connect site is not designed well.  You've to login with your live ID, then go to the following to register yourself.  Then you can start the process of bug reporting.

https://connect.microsoft.com/VisualStudio



Thanks
Best Regards
xinqiu
xinqiu
Asp.Net User
Re: VWD hangs when closing program or closing solution1/9/2008 6:00:12 PM

0/0

You need to make sure the right upper corner is not guest, but your name, in order to submit feedback.  The following is the quote from the above link: 

NOTE for NEW Connect CUSTOMERS only
If you see "Welcome, guest" in the upper-right corner of Connect, then you must first register your Live ID account (Passport) with Connect before submitting feedback.  Please follow these steps to register:

  1. Click "Manage your Connect Profile" link at the bottom left of the page
  2. Follow the registration steps
  3. After completion of the process, the system will lead you back to the Connect main page
  4. Double check if your display name appears at the top right corner of the page

 



Thanks
Best Regards
xinqiu
xinqiu
Asp.Net User
Re: VWD hangs when closing program or closing solution1/10/2008 3:14:56 AM

0/0

Just to get a bit more information.

1. Do you open them as FTP site or frontpage site? 
2. Since the error is "A server file is newer than your local file", do you know which file causes this problem?  Is it database file or some other dynamic changing file?

Thanks.



Thanks
Best Regards
xinqiu
b4kramer
Asp.Net User
Re: VWD hangs when closing program or closing solution1/10/2008 4:43:42 AM

0/0

1. I open the site via frontpage extensions, not FTP.  I choose add existing website.  The websites open and work just fine.  When I go to close the solution, it just never closes, always hangs.  I have tried exiting the program as well as clicking the file tab and going to close solution, either way hangs.

 2. I sometimes get the popup message about a server file is newer than your local file.  This error is temporary, and just asks me if I want to overwrite or not.  I say no, keep the updated file from the server, and it moves on.  I know it moves on because sometimes I have more than one of these popups, and it asks me the same thing a couple of times.  When all the messages are done, it tries to close, and hangs.  Sometimes I shut down and don't get the message, it just hangs.

joecar
Asp.Net User
Re: VWD hangs when closing program or closing solution1/10/2008 5:19:41 PM

0/0

Can you let us know which OS you are using and if you needed to install front page server extensions separately, which version of front page server extensions did you install?

 Thanks,

Joe

b4kramer
Asp.Net User
Re: VWD hangs when closing program or closing solution1/10/2008 6:12:19 PM

0/0

I am using Windows Vista Business on my PC which has VWD.  I am connecting to a server with frontpage extensions, however, I am not the network engineer that set up the server and have no idea about the installation process.  If I can probe that information from my PC you will need to tell me what I need to type to get it.  As I said, I am connecting to various front page extension servers, not just one.  I can view, modify, save files just fine.  The only problem comes in when I try to shut down VWD.  On a side note, it really sucks to have to login to every single server when VWD opens that solution, and ever worse, the 'save login/password' option only appears to work on some of my websites, a bug in VWD, so some are saved, others I need to retype passwords every time...  However I imagine there must be a bug report about that somewhere.

joecar
Asp.Net User
Re: VWD hangs when closing program or closing solution1/10/2008 6:41:07 PM

0/0

It is a bit hard to tell what is going on without knowing what type of OS is installed on the server(s). Are any of them all win2k3 or earlier? Also, you should not have to log in to each server if they are set up to use windows auth. My guess is that this is a bug that was fixed, but if the servers are all win2k3 or earlier my guess is not as good.

 Joe

10 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
VWD hangs when closing program or closing solution - ASP.NET Forums VWD hangs when closing program or closing solution. Last post 01-10-2008 1:41 PM by joecar. 9 replies. Sort Posts: ...
VWD hangs when closing program or closing solution - ASP.NET Forums Re: VWD hangs when closing program or closing solution. 01-06-2008, 11:43 PM ... Re: VWD hangs when closing program or closing solution. 01-07-2008, 7:37 PM ...
Feedback: VWD hangs when closing program or closing solution I have a solution with multiple class .asp websites in VWD 2005. When closing the program at the end of the day, it always crashes. I have tried closing ...
YouTube - Visual Web Developer 2005 Video Tutorial -1- Installing Oct 15, 2007 ... close. Want to flag a video? Sign in to YouTube now! ... to disappear but another error arrived, the program installer simply hangs now. ...
MBC Computer Solutions Ltd.: Go away vwd.webinfo Vista hangs at login with "Windows is waiting for . ... Hashtable based on MS AJAX · Office 2003 SP3 Released · Why does iTunes setup need to close Outlook? ...
Visual Web Developer Team Blog : Visual Studio 2008 SP1 Beta Issue, Multiple debug actions without closing IE may deadlock VS with IE. ..... Yes, VWD Express 2008 SP1 should open VS2008 solution with Web App and Class ...
Technical Articles - ESRI Support box and then click "Apply and Close", or just click Go to perform your search. ... installation hangs: Microsoft Visual Web Developer 2005 Express Edition, ...
TheMSsForum.com >> Asp >> How to read a value from a WebCombo ... But, once I close the solution, I can not open it again in VS.Net2003 because it hangs my machine (the whole machine stops responding and there's no ...
MBC Computer Solutions Ltd.: Vista hangs at login with "Windows is ... Jan 18, 2008 ... MBC Computer Solutions Ltd. ... Visual Studio 2008 Setup Hangs @ .NET Framework 3. ... Why does iTunes setup need to close Outlook? ...
USB/RF connection hangs when shutting down DSS node - MSDN Forums You don't mention it, but you should implement a custom drop handler for your service at a minimum to close up that communication port: I believe these two ...




Search This Site:










cannot view controls in mastre page and other pages with master page vwd 2008

ajax control toolkit ans vwd 2008 express problems

want to upgrade the website to be used with . net framework 3.5?

vs2008 designer breaks to easy which is crappy

visual studio express codename "orcas" ctp released!

visual web developer layer templates?

source editing is slooow

several projects in the solution explorer?

cannot insert, update or delete data

changing brackets format in ms web developer

.net framework 3.5 problem

adding controls to the panal

vwd 2008 compatibility with vwd 2005?

error in the visual web developer 2008 express..

disable auto <br> tag on return...

vwd 2008 express problem when trying to run application

how can i center an image with visual developer

visual web devl 2008 express to create 2.0 web site

textbox event actions

2008 express vs 2005 express videos. help!!!!

where is the layout menu in vwd 2008 ?

what happened to my css intellisense in vwd 2008 express?

a question about microsofts positioning of vwd and expressions

asp.net runtime error: child nodes not allowed?

ajax control tools

mainmenu component invisible in toolbox

web.config file crashing my vwd 2008/.net 3.5 framework site?

ftp connexion failed

layers

recently purchased visual studio 2005 professional!

  Privacy | Contact Us
All Times Are GMT