I recently upgraded to use Visual Studio Express editions with Service Pack 1. First I Express Edition The usage was reduced to service packages. IDE for C ++ and C # is fine for me, but when the Visual Web Developer ID is running, I crashes when I try to switch to design mode on any page, I try it .
I am able to track down the special line and module is causing this accident. File afxcrit.cpp to DLL from fpacutl.dll Related function where the crash is occurring, is as follows ...
zero AFXAPI AfxLockGlobals (int nLockType) {ENSURE ((UINT) nLockType & lt; CRIT_MAX); // mandatory global state, if necessary (! _AfxCriticalInit) {AfxCriticalInit (); ASSERT (_afxCriticalInit); } // Start specific resources if needed! (_AfxLockInit [nLockType]) {EnterCriticalSection (& amp; _fxLockInitLock); If (_AfxLockInit [nLockType]) {Initial Critical Action (& amp; _fxResourceLock [nLockType]); Verify (++ _ afxLockInit [nLockType]); } Philosophy (& amp; _fxLockInitLock); } // Lock Specific Resources EnterCriticalSection (& amp; _fxResourceLock [nLockType]); // & lt; --- Crash Here !!! #ifdef _DEBUG ASSERT (++ _ afxResourceLocked [nLockType]> 0); #endif}
Any help / idea has been greatly appreciated.
The computer is finally lost because it always does! This thread helped me so much because there were so many people to post lots of issues with many people ...
The following suggestions were given on the first page
Ensure that the Microsoft Web Authoring component appears in the control panel. If this happens, then uninstall it, go to VS DVD on WCU \ WebToolsCore \ en-us and WebToolsCore. Run exe Setup does not have UI, give it about 10 minutes to finish. Verify that the web authoring component appears in the control panel. Try going on DV
I followed this suggestion and uninstalled "Microsoft Web authoring component", although I did not find the "WebToolsCore" folder in the specified installation disc, although in the description " X : \ VWDExpress \ WCU \ WebDesignerCore "The folder was found" This figure is very much the same thing that I installed WebDesignerCore.EXE and WebDesignerCore_KB945140.EXE Which are both in the WebDesignerCore folder. It is a silent install, so do Is not reflected, but when I visual web go developer and design modes do turns into success! It works!
Comments
Post a Comment