.NET Questions and Solutions

As a software engineer, I focus on .NET, especially asp.net, C#, WCF and so on, and I am also very interested in Search Engine Optimization.

Entries Tagged ‘behavior’

Fatal Exception Error Message with Comspeed Version 2.14

Symptoms
When you upgrade to Windows 98, or after you install Cordes Comspeedversion 2.14, you may receive a fatal exception error message on a bluescreen. This behavior may be repeated when you restart your computer.
Resolution
This behavior can occur if you are running Cordes Comspeed version 2.14.Windows 98 is not compatible with the type of .vxd file used by thisprogram.

Consecutive Generation 2 Collections Cause Requests to Queue in ASP.NET

Symptoms
A request to a server may be sent to a long queue to wait before it is processed. This behavior may cause users to experience slow response times from the server.
Resolution
This behavior occurs because excessive generation 2 collections are occurring on the servers.

A C++ exception that is thrown in a DLL module causes an Illegal Instruction exception

Symptoms
A C++ exception result is not caught in the enclosing C++ exception handler.
This behavior occurs when certain code in one module calls a function in a different module. Specifically, when the code in the try block calls a function in an EXE module or in a DLL module that is different from the module that contains the try block and the C++ exception handler.
This behavior may cause unexpected behavior or may cause the application to stop responding.
When you use the Embedded Visual C++ debugger, the debugger may report the following exception:

0xC000001D Illegal Instruction
Resolution
This problem occurs because the ARM compiler does not generate the correct code for the C++ exception handler when a function in a different EXE module or DLL module is called.