Search Results

3
votes
4answers
228 views

Is there a good C++ crash reporting library that works well with Visual Studio 2005?

After reading this previous discussion and …
0
votes
2answers
85 views

How do you configure the email settings in CrashRpt to send the crash dump?

After reading this discussion and …
14
votes
10answers
1k views

What are some reasons a Release build would run differently than a Debug build

I have a Visual Studio 2005 C++ program that runs differently in Release mode than it does in Debug mode. In release mode, there's an (apparent) intermittent crash occurring. In debug mode, it do …
0
votes
0answers
547 views

Missing ADO.NET Entity Data Model

When I'm in Visual Studio 2008 with an ASP.NET MVC project running, I can't seem to add an ADO.NET Entity Data Model to my project, it doesn't show up in the list of available things to add under t …
0
votes

Visual C++/Studio: Application configuration incorrect?

Often times this error is the result of attempting to run the debug version of an application that uses .NET. Since the .NET redistributable package doesn't include the debug versions of the dlls …