| Thread | Last Post | Replies |
|
| Memory allocation strategy | 30 Dec 2005 17:17 GMT | 10 |
I am considering different options of memory allocation for a workstation application, and would LOVE some feedback and thought.. The application goes through the following life-cycle: 1) Started. Low memory usage.
|
| Server Unavailable error with a mix of asp and asp.net in same application | 29 Dec 2005 17:21 GMT | 1 |
I have an application that was originally in asp but is now moved to ASP.Net. To deploy it, I just changed the default file in IIS for the web folder to point to the new aspx file. Occasionally I see a "Server unavailable" error. There is nothing in the event log that suggests any
|
| Unhandled exception in .NET runtime | 28 Dec 2005 15:22 GMT | 1 |
We have developed a windows service in .NET 1.1 that uses Serviced components for handling transactions. Some times, the service stops unexpectedly by logging the following information in the Event log. Common Language Runtime Debugging Services: Application has generated an
|
| Running applications when both Framework version1.1 and 2.0 is present | 28 Dec 2005 15:12 GMT | 1 |
I have my application developed/ compiled in version 1.1 framework. in some of my machine when i have both 1.1 and 2.0 this caused me some remoting errors. so to resolve this error i have added
|
| event objects and condition variables | 27 Dec 2005 17:16 GMT | 1 |
I am a bit confused about the use of semaphores, condition variables and event objects. Can anyone throw some light.
|
| Gee, I don't know | 22 Dec 2005 09:36 GMT | 1 |
With generics, each new constructed type may need to define new methods. On the first reference type, or on each new value type you bind to an open class. Is each new method laid out when the type is constructed, or are new
|
| Office - Win98 - CLR | 21 Dec 2005 20:49 GMT | 7 |
I am trying to help a friend getting back control of her laptop. She's using her laptop at home but also at her job (previous/old job) where some restrictions seemed to have been setup through .NET framework. She does not seem to have write rights to her own folders especially using
|
| Add-ons | 21 Dec 2005 02:22 GMT | 1 |
We have developed a web solution using ASP.NET. Now, there is a need of add-ons for our web solution. We want to allow third party companies write their own code and put it to our web solution.
|
| MFC dll and CLR 2.0 | 20 Dec 2005 17:21 GMT | 2 |
we found a problem with the way managed MFC dlls work: CWinApp::InitInstance is sometimes just called when the managed initialization is done (cctor). This is the case if one of the files using /clr is including afxdisp.h
|
| Problems with Assembly.GetManifestResourceStream( type, string ) | 20 Dec 2005 01:36 GMT | 2 |
I have an object "retval" of type "MyCompany.Department.MyCrystalRpt" (from the watch window:) retval.GetType().ToString() "MyCompany.Department.MyCrystalRpt" String This report is compiled to be part of a class library, and even has it's
|
| How To Get HResult From IOException | 19 Dec 2005 20:50 GMT | 2 |
The HResult code in an IOException is a Protected member. How on Earth am I supposed to read the HResult if it is protected? My program needs to determine the exact cause of any IOException that occurs in the WebRequest class. How can I do this if I can't access the HResult
|
| Impersonation question for network resources | 16 Dec 2005 13:37 GMT | 3 |
I have a small WinForms app that needs to copy files from a shared drive on a network. If I connect to the mapped drive using Explorer, a password dialog pops-up and I have to provide credentials with permission to access this resource on the machine where it's hosted. This is ...
|
| .NET 2.0/csc.exe/SoapHttpClientProtocol hangs for 15-20 seconds (compared to .NET 1.1) under Citrix | 16 Dec 2005 04:11 GMT | 7 |
I have a problem where creating a webservice proxy class takes from 15-20 seconds. This happens under Citrix environment. I was able to see what csc.exe is doing. I'm not 100% sure if I caught it at the right moment. Let me know if more info is needed. Here is the callstack:
|
| Finding only implemented Interfaces on a type | 14 Dec 2005 23:11 GMT | 2 |
I'm looking at a way to find only the implemented interfaces on a given type. I can retrieve all the interfaces easily enough, but I can't figure out a way to either filter the returned interface list or otherwise consistently check for whether the interface is implemented on the ...
|
| Handle and memory leaks | 13 Dec 2005 14:22 GMT | 15 |
A .Net 1.1-based service application I wrote seems to be slowly leaking memory and handles. Not enough to notice over a short timespan (normal fluctuations as it's doing it work are larger than the amount of rise), but memory use and handle count keep slowly going up.
|