| Thread | Last Post | Replies |
|
| Can't get Assembly.GetCallingAssembly() to reflect the proper assembly | 30 Nov 2006 23:38 GMT | 3 |
I have an executable that references a separate .dll assembly. Inside the .dll I call GetCallingAssembly and I always get a reference to the .exe. Documentation for GetCallingAssembly says, "Returns the Assembly of the method that invoked the currently executing method." ...
|
| Garbage collection and async operations | 30 Nov 2006 21:46 GMT | 3 |
Suppose I have the following code: ' Get a new instance of some class Dim myWorker As New MyWorker ' Start a long-running operation on a background thread.
|
| Set Value for Property in base class. | 30 Nov 2006 17:35 GMT | 1 |
I have a problem when im trying to set a value for a property in the base class. the following example shows what i currently have... Example: Base Class
|
| html help files (chm) and .NET framework 2.0 | 30 Nov 2006 11:48 GMT | 1 |
I work on a large application (relative I guess) and the help is implemented in a CHM file converted from a Word file. For the version of the app pending release one of the things done was to upgrade to .NET 2.0.
|
| when microsoft stop the support for ASP.Net 1.1 | 30 Nov 2006 09:54 GMT | 1 |
Can any one tell me when microsoft stop the support for ASP.Net 1.1 Thanks, Pankaj Jain
|
| About the setting "Http Compression" of IIS. Is is really useful for web application? | 30 Nov 2006 07:51 GMT | 2 |
Now I met some performance problems in my application. Because according to our business. The size of some web forms are larger than 1xxx MB. So it takes a long time for user opening a web page. Surely we are modifying some source code for performance improvment.
|
| VSNET: Problems adding VS 2005 extensions for .Net 3.0 | 29 Nov 2006 21:51 GMT | 5 |
I am running vs.net 2005 on an up to date XP SP2 system. I just added the .Net 3.0 framework as well as the "Windows SDK for Windows Vista" just fine. I think I am supposed to add the two VS 2005 extensions for .Net Framework
|
| Updater Application Block Examples | 29 Nov 2006 21:04 GMT | 1 |
Does anyone know any good examples of Application Block? I am using VB 2005 and know there is one click but that doesn't suit my needs. I want to be able to check a server for a more recent exe and dlls and patch the local exe.
|
| Difference between ArrayList and List<object> ? | 29 Nov 2006 17:17 GMT | 3 |
Is there any difference between ArrayList and List<object> ? Which one should I use ? Thanks.
|
| Pump Messages During Long Operations | 29 Nov 2006 16:54 GMT | 3 |
"The CLR has been unable to transition from COM context 0x1b0f58 to COM context 0x1b10c8 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows
|
| Dragging and dropping onto a form with many controls | 29 Nov 2006 14:32 GMT | 2 |
Hi, I want to be able to drag and drop some files onto my application but it is only possible to drop at a location where I have no child controls. e.g. If i have a form with a textbox on it, I want to be able to drop
|
| C# / 2005 / Async Socket Buffer Corruption | 29 Nov 2006 09:20 GMT | 6 |
I have been fighting a problem for about two weeks and I can't seem to find any info on it. Any help is greatly appreciated. We have an ASYNC I/O system for email receptions (in bound email). This service has been working very well for years. I upgraded it to Dot Net
|
| SocketException WSAENOBUFS on Socket.Connect | 29 Nov 2006 08:13 GMT | 3 |
I have a client application that connects to a TCP server and uses the Socket class. The application connects every 10 minutes to the server and exchanges information. The application runs fine but we have been having a problem after running it for several days where we ...
|
| How to load an external assembly with references? | 29 Nov 2006 06:11 GMT | 2 |
I am trying to load an assembly A which references an external assembly B, by using Assembly.LoadFile method. A was loaded but B was not. When I try to invoke a method in A, which requires assembly B, it fails. How can I solve this?
|
| Other printing problem (resolution not honored) | 29 Nov 2006 00:44 GMT | 6 |
Before printing I create an instance of PrintDocument as Follow (beware, pseudo code) //============================== PrinterResolution pr = new PrinterResolution();
|