473,385 Members | 1,856 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

vc++ .net 2003 ide is killing itself ?

I am starting up Visual C++ .net 2003. When I load any project,
it dies with the following error message:

Runtime Error !

Program: ...Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application support team for more information.

[ OK ]

What in the world is going wrong here ? I am running on a hyprethreaded
3.0 Ghz with 1 GB ram running Windows XP with SP2.

THanks,
Lynn
Nov 17 '05 #1
6 1238
I tend to find this is caused by 3rd Party Visual Studio plug-ins that are
not functioning correctly and that uninstalling them solves the problem.
"Lynn McGuire" <NO***********@NOSPAM.winsim.com> wrote in message
news:#f**************@TK2MSFTNGP12.phx.gbl...
I am starting up Visual C++ .net 2003. When I load any project,
it dies with the following error message:

Runtime Error !

Program: ...Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe

This application has requested the Runtime to terminate it in an unusual way. Please contact the application support team for more information.

[ OK ]

What in the world is going wrong here ? I am running on a hyprethreaded
3.0 Ghz with 1 GB ram running Windows XP with SP2.

THanks,
Lynn

Nov 17 '05 #2
>I tend to find this is caused by 3rd Party Visual Studio plug-ins that are
not functioning correctly and that uninstalling them solves the problem.


You got it ! I removd Boundschecker version 7.1 and now all is OK.

I just got notice about Boundschecker 7.2 yesterday !

Thanks,
Lynn
Nov 17 '05 #3
Boundschecker is also what was causing the problem here. I don't think 7.2
will solve your problem though. You may find it's a permissions problem,
are you installing as Administrator and then running as User or PowerUser?
If so after install you may need to make sure the permissions on the
%ProgramFiles%\Compuware give you full access, this may stop the crash. I
also found that rebooting after install helped.
"Lynn McGuire" <NO***********@NOSPAM.winsim.com> wrote in message
news:OG**************@TK2MSFTNGP15.phx.gbl...
I tend to find this is caused by 3rd Party Visual Studio plug-ins that are not functioning correctly and that uninstalling them solves the problem.


You got it ! I removd Boundschecker version 7.1 and now all is OK.

I just got notice about Boundschecker 7.2 yesterday !

Thanks,
Lynn

Nov 17 '05 #4
> Boundschecker is also what was causing the problem here. I don't think 7.2
will solve your problem though. You may find it's a permissions problem,
are you installing as Administrator and then running as User or PowerUser?
If so after install you may need to make sure the permissions on the
%ProgramFiles%\Compuware give you full access, this may stop the crash. I
also found that rebooting after install helped.


I install as admin and run as admin so permissions is not a problem.

Boundschecker does not seem to be the help that it once was. I
have been thinking about moving to Purify to help track memory
problems.

Thanks,
Lynn McGuire
Nov 17 '05 #5
Boundschecker is also what was causing the problem here. I don't think 7.2
will solve your problem though. You may find it's a permissions problem,
are you installing as Administrator and then running as User or PowerUser?
If so after install you may need to make sure the permissions on the
%ProgramFiles%\Compuware give you full access, this may stop the crash. I
also found that rebooting after install helped.
"Lynn McGuire" <NO***********@NOSPAM.winsim.com> wrote in message
news:OG**************@TK2MSFTNGP15.phx.gbl...
I tend to find this is caused by 3rd Party Visual Studio plug-ins that are not functioning correctly and that uninstalling them solves the problem.


You got it ! I removd Boundschecker version 7.1 and now all is OK.

I just got notice about Boundschecker 7.2 yesterday !

Thanks,
Lynn

Nov 17 '05 #6
> Boundschecker is also what was causing the problem here. I don't think 7.2
will solve your problem though. You may find it's a permissions problem,
are you installing as Administrator and then running as User or PowerUser?
If so after install you may need to make sure the permissions on the
%ProgramFiles%\Compuware give you full access, this may stop the crash. I
also found that rebooting after install helped.


I install as admin and run as admin so permissions is not a problem.

Boundschecker does not seem to be the help that it once was. I
have been thinking about moving to Purify to help track memory
problems.

Thanks,
Lynn McGuire
Nov 17 '05 #7

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

Similar topics

13
by: Manuel Lopez | last post by:
I have a puzzling form timer problem that I didn't experience prior to Access 2003 (though I'm not sure access 2003 is to blame). Here's the situation: a computer has two access 2003 databases on...
4
by: ultranet | last post by:
I have cruised around http://msdn.microsoft.com/visualc/ and the rest of the site, and i am not able to find a single C++ or VC++ certification exam that will be available after June 30, 2004. I...
7
by: ultranet | last post by:
I have cruised around http://msdn.microsoft.com/visualc/ and the rest of the site, and i am not able to find a single C++ or VC++ certification exam that will be available after June 30, 2004. I...
2
by: Lynn McGuire | last post by:
I am starting up Visual C++ .net 2003. When I load any project, it dies with the following error message: Runtime Error ! Program: ...Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe...
4
by: Alex | last post by:
Hi there I'm switching from VC++ 6.0 to VC++ .NET 2003. Since there is no stand-alone version of VC++ .NET 2003 Pro, I went and purchased the Standard version, which does not have an...
0
by: Ganapathy | last post by:
I have COM dll code written in VC 6.0. When i tried compiling this code in VC 7, The MIDL cmpiler gets called twice. i.e. it initially compiles fully & immediately a line - 64 bit processing'...
5
by: Felix I. Wyss | last post by:
Good Afternoon, I recently noticed that some very simple methods of a template declared and used in a DLL library get inlined when used by the DLL itself, but not by other DLLs and EXEs. After...
2
by: Atlantis11500 | last post by:
Hi guys, as I have downloaded the latest beta2 version of VC 2005. I found that the IDE is not as powerful as vc#. My question is whether vc has lost the important position?
12
by: Chris Stankevitz | last post by:
I declare two variables and call a function. The second to last statement seems fishy to me. My other non-static function calls to other methods in the same class do not have "this" line. ...
5
by: Andy | last post by:
I'm having trouble accessing an unmanaged long from a managed class in VC++.NET When I do, the contents of the variable seem to be mangled. If I access the same variable byte-by-byte, I get the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...

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.