Description:
Microsoft .NET technology newsgroup.
|
|
|
32-bit CLR application on 64-bit system
|
| |
Hello. I'm trying to get working our 32-bit CLR dll on a 64-bit Server 2003, so far unsucessfully. I reduced the problem to get working *any* 32-bit CLR application on a 64-bit system. In VS2008 I created a new "CLR Console Application" project, and compiled it *without* modifications. The 32-bit binary prints "Hello World" on a... more »
|
|
PerformanceCounterCategory.Get Categories not returning all categor
|
| |
On Windows 2008 Server with IIS7, PerformanceCounterCategory.Get Categories() is not returning some performance counter categories, including the new ones such as W3SVC_W3WP and WAS_W3WP from w3ctrs.dll. Try PerformanceCounter perfcounter = new PerformanceCounter("W3SVC_W3WP ", "Total HTTP Requests Served");... more »
|
|
Understanding the distinction between value types and objects
|
| |
Hi, I was having a discussion with some co-workers today about the distinction between value types and objects - the discussion centred around whether or not value types were objects. The elements adding to our confusion were that: * value types (which are defined as structs) inherit from the System.ValueType class, which in turn inherits from System.Object,... more »
|
|
Runtime version 2.0.50727.1433 - Fatal Execution Engine "
|
| |
hi, i have a window service in C# ,which is supposed to run 24x7,when i run it, it runs fine for some time (may be some time 15 hours or 1 day), but after that it hanged out. it does'nt do anything. it does not show any exception, but i found this in event log, 1. .NET Runtime version 2.0.50727.1433 - Fatal Execution Engine Error... more »
|
|
enum visibility across assemblies
|
| |
i have a solution with several c# projects in it to group common stuff like custom controls in one assembly, common object definitions in another one, xml conversion stuff in another one... trying to keep common stuff grouped together. I created a new 'objects' assembly to collect up the solutions... more »
|
|
SQLDependency Disconnects for Web application
|
| |
All, I was following the article to fix dependency issue. [link] But the fix does not apply to .NET3.0 or later version. Any patch available for .NET3.0 or later. We are struggling for almost a week now. Any help will be highly appreciated.... more »
|
|
Unexpected behavior shifting uint 32 bits
|
| |
While I had a bug in my code where a variable was typed as a uint as opposed to a ulong, I was surprised to find that shifting a uint right 32 bits did not produce a zero. Instead it appears the uint was not modified. Is there a reason for this? The below sample: using System; public class Application... more »
|
|
AppDomains and native DLLs
|
| |
A development team I work with distributes a .NET assembly (implemented in MC++) that in turn depends on native DLLs. This assembly is consumed by a few teams that develop servers that perform some business that depends on this assembly. These applicative teams now wish to run their applications in a single... more »
|
|
The w3wp process is down with exception
|
| |
Hi all, Nowadays our webserver is unstable. Sometime the w3wp process is down and make the web site show "Service Unavailable" The event viewer shows this error: Faulting application w3wp.exe, version 6.0.3790.3959, stamp 45d6968e, faulting module kernel32.dll, version 5.2.3790.3959, stamp 45d72003, debug?... more »
|
|
|