| Thread | Last Post | Replies |
|
| View windows forms control in a web page | 30 Apr 2008 20:57 GMT | 2 |
I created new project From VC++ .net IDE. CLR->Windows forms control library. I need to view the control in a web page but I can't. Your advice is Higly appreciated
|
| A question about life cycle of an object. | 28 Apr 2008 22:49 GMT | 9 |
Below is sample code: ===================== using System; using System.Text;
|
| Relationship between Application.Exit() and AppDomain | 24 Apr 2008 20:05 GMT | 44 |
Hi, Does Application.Exit() apply only to the AppDomain in which it is called? Is it the same as in WPF – a single Application object per AppDomain? Generally speaking, what is the relationship between an Application object
|
| Strategy for caches & GC | 21 Apr 2008 14:29 GMT | 3 |
I am currently using the Enterprise Library Caching Block on a server that receives incoming calls and stores/retrieves random information. I noticed while load testing, the system is slow to respond (a call can take several seconds) during scavenging of old items when the
|
| .NET Runtime 2.0 Error Reporting , Event ID:5000 Application Crash | 21 Apr 2008 00:09 GMT | 1 |
I have running Desktop Network Application based on .NET Framework 2.0 , Visual Studio 2005 and Sql Server 2000 /2005. It suddenly exits while running without any prior notice. After I look at the Event Log in Windows 2003 Server, found the following Error log. It only happens on ...
|
| Further to the Discussion | 12 Apr 2008 09:30 GMT | 5 |
Gentlemen, thank you very much for an interesting discussion, from which I learned a lot, but I feel I had to be more specific. 1. Let’s say I’ve started a SimpleWinForm application. I presume that means starting a message loop.
|
| Doing real time managed software | 11 Apr 2008 16:49 GMT | 6 |
Is it possible? What would be the biggest problem to solve? My guess is the Garabage Collector. You'd kind of want to be able to tell it to stop collecting while you're in a piece of critical code. Are there techniques to manage you're own object instances in such a
|
| How to debug system.typeloadexception | 10 Apr 2008 09:11 GMT | 3 |
I created an installer package and it works on some machines and not others. I get an error "system.typeloadexception", which I believe is telling me that an assembly that is loaded in the GAC on my development machine is missing on the target machine. Unfortunately, I can't ...
|