G
Guest
Hello all,
I have been recently running into a fairly annoying problem lately, the IDE
frequently crashes when I try to load my project. When I click to see what
the error report contains, the header dialog box comes up with:
An unhandled exception has been caught by the VSW exception filter.
Error signature
AppName: devenv.exe AppVer 7.10.3077.0 ModName: cslangsvc.dll
ModVer: 7.10.3077.0 Offset: 00016250
ModName, ModVer and Offset aren't always the same - so I'm guessing it might
be some memory corruption issue and the above may not help much - but about
95% of the time the error is either the above or:
ModName: mscorwks.dll ModVer 1.1.4322.573 Offset: 78a5
And every now and then it crashes in cslangvc at a different address.
Has anybody encountered similar problems and is there a workaround - e.g. do
I need to recreate my project file, etc. I've been playing around with
different files but no lock so far.
Once the project loads then it works fine, but lately that happens very
infrequently.
The code includes custom controls/components with quite a bit of code that
executes in the IDE (e.g. a timer, unsafe calls to the OS-memcopy functions
for fast bitmap copying), but this code has been here over a year and I
haven't run into any problems until recently -and again it works fine once it
loads.
The crash is nearly instantaneous - the solution explorer fills up with
files in the project and then the apology dialog appears. On success the
project takes about 30sec or so to load.
All feedback is greatly appreciated.
Markus
I have been recently running into a fairly annoying problem lately, the IDE
frequently crashes when I try to load my project. When I click to see what
the error report contains, the header dialog box comes up with:
An unhandled exception has been caught by the VSW exception filter.
Error signature
AppName: devenv.exe AppVer 7.10.3077.0 ModName: cslangsvc.dll
ModVer: 7.10.3077.0 Offset: 00016250
ModName, ModVer and Offset aren't always the same - so I'm guessing it might
be some memory corruption issue and the above may not help much - but about
95% of the time the error is either the above or:
ModName: mscorwks.dll ModVer 1.1.4322.573 Offset: 78a5
And every now and then it crashes in cslangvc at a different address.
Has anybody encountered similar problems and is there a workaround - e.g. do
I need to recreate my project file, etc. I've been playing around with
different files but no lock so far.
Once the project loads then it works fine, but lately that happens very
infrequently.
The code includes custom controls/components with quite a bit of code that
executes in the IDE (e.g. a timer, unsafe calls to the OS-memcopy functions
for fast bitmap copying), but this code has been here over a year and I
haven't run into any problems until recently -and again it works fine once it
loads.
The crash is nearly instantaneous - the solution explorer fills up with
files in the project and then the apology dialog appears. On success the
project takes about 30sec or so to load.
All feedback is greatly appreciated.
Markus