| Thread | Last Post | Replies |
|
| Process dump for later debugging | 22 Nov 2007 17:23 GMT | 3 |
We are currently discussing the possibilities in our company, how to optimize the customer support for lots of our business customers. Since our new software products are based aproximatly by 80% on the dotNet-Framework, this seems to be the starting point.
|
| .NET 1.1 and 2.0 interface binary compatibility | 22 Nov 2007 11:47 GMT | 1 |
i have an issue with .NET 2.0 compiler, that generates different interface assemblies than .NET 1.1 compiler. And this causes applications (compiled against 1.1 interfaces) to throw System.MissingMethodException. Recompiling application (no changes
|
| Custom Configuration Section Help | 22 Nov 2007 11:39 GMT | 1 |
I have created a custom configuration section which contains an optional configuration element. When I retrieve the custom configuration section, I also get an instance of the nested configuration element even when I don't have it inside the custom configuration section. Need ...
|
| I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my function | 22 Nov 2007 11:36 GMT | 1 |
I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my function will return? It makes me ...
|
| Timeout in HttpWebRequest.GetResponse() for large uploads | 22 Nov 2007 11:31 GMT | 1 |
I'm using HttpWebRequest in .NET 1.1 to post data files to a web server. The data files can potentially be 20mb or more. The relevant code for this looks essentially like: Stream reqStream = request.GetRequestStream();
|
| Logging method values | 22 Nov 2007 11:28 GMT | 1 |
I want to log all of the values passed into each method to help diagnosing problems that can't be reproduced in test (yet). Is there an easy way to do this or do I have to write logging code specific to each method?
|
| official MS style guide? | 21 Nov 2007 21:55 GMT | 1 |
i thought i remember seeing at one point a "recommended" style guide written for C#. this .NET/csharp guide was written by microsoft and covered things like case, formatting, naming conventions, etc. has anyone seen something like this? i am googling & searching MSDN2,
|
| New async socket behavior? | 21 Nov 2007 17:48 GMT | 1 |
My company has recently migrated an application from .Net 1.1 to .Net 2.0. It uses the Socket class to perform some network communications. When Calling the BeginConnect() method, I have noticed that sometimes the specified AsyncCallback method will
|
| .net Framework 2.0 SP1 question | 21 Nov 2007 15:46 GMT | 1 |
When installing .net framework 2.0 on a machine without .net framework, do I need to install: .net framework 2.0 + .net framework 2.0 SP1 or
|
| Drive/FS change detection | 21 Nov 2007 15:37 GMT | 1 |
I'm recently developing an application which has to deal with SD cards. My problem boils down to SD detection, basically I've two use cases: 1) somebody inserts a new SD card into an existing Drive in the
|
| NET CLR Networking? | 21 Nov 2007 06:07 GMT | 2 |
Am dealing with some .net socket applications. My 1st query is when should we see this "NET CLR Networking" performance object available on a system, i mean after installing which component of .net., for both 32x and 64x systems.
|
| Source Debugging with VS2008 | 21 Nov 2007 04:20 GMT | 3 |
Anyone gotten this working yet? I'm really looking forward to stepping right into the Framework code.... I have it set to download symbols from: http://source.msdn.microsoft.com/symbols
|
| How to show the message box (.net 2.0) in culture specific? | 20 Nov 2007 23:09 GMT | 7 |
Here are the things we have already tested. Installed WinXP MUI pack also, but still showing the text in English only. Could you please help me in this regards to get the text of MessageBox
|
| Deployment question | 20 Nov 2007 16:05 GMT | 1 |
When I build and deploy my windows app, it goes into "Start...Programs...MyCorporationName...MyProgramName". How do I change the folder name from MyCorporationName to something unique to the application? Thanks
|
| Media Player 11 causes intermittent bugcheck blue screen | 20 Nov 2007 14:13 GMT | 1 |
Random blue screens after login. Did not occur everytime. Problem was not memory as verified by CD bootable memory test. Also tried two differnet sets of memory with no improvement. Analyzing MEMORY.DMP using windbg showed the offending executable
|