| Thread | Last Post | Replies |
|
| Debugging DLLs skips breakpoints | 12 Dec 2005 14:46 GMT | 6 |
I'm having troubles getting the debugging process to work consistenly for external classes. I got it to work once and then I turned it off. But now I can't get re-enabled. Here is what I'm doing. If someone could tell me what I'm missing that would be great.
|
| How do I force FIN packet in IHTTPAsyncHandler | 12 Dec 2005 14:37 GMT | 1 |
Is there a way to force a FIN packet back to the client in the EndProcessRequest method? If not, could someone please explain how/why FIN packets are generated. Would appreciate any help.
|
| Get access to Parameter values off the Stack | 12 Dec 2005 13:25 GMT | 2 |
I would like to get the values of Parameters passed to a method from a centralized exception handling routine. At the moment, the exception is passed to the handler, and I can get the stack and find out which methods are in it and what parameters those methods take, but I would ...
|
| C# .NET app. debug version works well, but Release version doesn't | 12 Dec 2005 12:56 GMT | 2 |
I've a C# .NET application that works as expected when built in the debug mode. However, it behaves strangely when built in the Release mode. Having the .pdb file included makes the applications work well. Can anyone
|
| assembly not working | 12 Dec 2005 11:37 GMT | 1 |
i have a assembly which I put in the GAC. It is a deskband and works fine. I can link another assembly to my deskband and everything works fine, too.
|
| Run after deployment | 12 Dec 2005 07:43 GMT | 2 |
I'm looking for a quick way to execute my app immidiately after its deployment completed. I'm deploying my app using VS2003 setup project. Thanks,
|
| Interface very simple problem | 12 Dec 2005 03:45 GMT | 1 |
Classes: 1-DataRepository Class - Contains (GetClientInfo Method, GetOrderInfo Method) 2-Client Class
|
| Delayed evaluation of items in MSBUILD file | 11 Dec 2005 23:48 GMT | 1 |
First, if there is a more appropriate newsgroup for MSBUILD questions, please let me know. I am trying to figure out how to create an item group that is evaluated AFTER some tasks have already run. For example, the build file will
|
| Data Repository Class & Inheritance Question | 11 Dec 2005 18:45 GMT | 3 |
I have made a Data Repository Class that holds all the Methods for the Objects that i use in my System such as Order,Client,etc Example for what i want to do: In the Client Class I want to inherite from the "DataRepository Class" **ONLY** the methods that is related to
|
| Drawing bitmaps | 11 Dec 2005 16:18 GMT | 2 |
I am drawing a country map that consists of 149 municipality bitmaps, each around 25 Kb. I draw it onto the in-memory bitmap, then draw it on the picture box. I use C++, but anyways if I were using the C# the question would be the same.
|
| how to create a soap proxy | 11 Dec 2005 15:14 GMT | 2 |
I need to create a soap proxy from this schema.. http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-2 I can't create the proxy with the schema only. So, I need just to create the classes like classes generated using xsd.exe,
|
| numbers of arbitary size | 11 Dec 2005 10:55 GMT | 2 |
Hi coders, I want to calculate big prime numbers. To test if a number is prime i want to use the Miller-Rabin-Algo, but the calculation of "2^x" (for x > 1023) isn't possible with datatypes like "double". The result is simply to big.
|
| can't i develop windows services with VS.NET Standard version | 11 Dec 2005 09:40 GMT | 1 |
With VS.NET Standard (not VS.NET Professional). Can i develop windows Services with this? Also, can i develop components for .NET Remoting? Currently I develop windows services with my VS.NET 2003.
|
| .net 1.1 install | 11 Dec 2005 09:04 GMT | 1 |
When I run windows update, I don't see .net 1.1. I have 1.0 installed, and I haven't upgraded my os to sp2. The app i want to install says I need 1.1. I've searched everywhere, but can't find a page for install, only the windows update, which doesn't list it as something I need ...
|
| ToolStripComboBox Keypress not triggered bt Keys.Enter | 10 Dec 2005 16:45 GMT | 1 |
Why isn't the Keypress event of the System.Windows.Form.ToolStripComboBox triggered by hitting the Enter key? I cannot trap Keys.Enter or Keys.Return in the Keypress event.
|