| Thread | Last Post | Replies |
|
| WaitForExit | 15 Mar 2006 13:30 GMT | 4 |
I am using WaitForExit to wait for an external batch file to finish executing. Why does WaitForExit freeze my vb form ? thanks
|
| KB815131 "BUG" never fixed - Web Services and Custom Objects | 15 Mar 2006 10:10 GMT | 4 |
Check out this knowledge base article: http://support.microsoft.com/?kbid=815131 Quote from the article: "Microsoft has confirmed that this is a bug in the Microsoft products
|
| Profiler API 2.0 bug? | 15 Mar 2006 09:33 GMT | 1 |
I call GetStaticFieldInfo(), GetAppDomainStaticAddress(), GetThreadStaticAddress(), GetContextStaticAddress() methods during GarbageCollectionFinished() notification. SetEventMask() has following flags as arguments:
|
| "System Update Required" to install ClickOnce app | 15 Mar 2006 09:26 GMT | 2 |
I have been successfully deploying our application using ClickOnce, but so far, only on XP workstations. I recently tried to deploy it to a Windows 2000 workstation, running with SP4 and dotnet 2.0 framework. The little window titled "Launching Application" comes up, then the
|
| Worker thread is blocking UI !!! | 15 Mar 2006 09:06 GMT | 3 |
I am trying to add nodes into a treeview control (through recursion) from a secondary thread. Following is the code snippet class Test {
|
| How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? | 15 Mar 2006 07:30 GMT | 1 |
How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? How to specify which account that aspx application should use when doing file IO from network paths?
|
| .NET Runtime Event Log Entries | 15 Mar 2006 07:21 GMT | 1 |
I have a Windows 2003 server which is getting some strange entries logged, entires which I am uinable to trace the source of. When I log in via RDC I get an application popup saying that the IIS worker process blew its top.
|
| Web service for IP address to Geographic location | 15 Mar 2006 05:26 GMT | 3 |
Does anyone know a Web service for IP address to Geographic location resolution? Thanks P.S. I am in the UK, but I assume any good web service would be worldwide??
|
| How to get the Process Name with minimal privilege? | 15 Mar 2006 03:50 GMT | 1 |
System.Diagnostics.Process.GetCurrentProcess().ProcessName fails for a caller with minimal privilege on Windows 2003 Server: System.InvalidOperationException - Couldn't get process information from remote machine.
|
| How does one track down possible memory leaks in .NET 1.1? | 15 Mar 2006 00:53 GMT | 1 |
We have a large client server application written in c# .NET 1.1 using Sql Server 2000 MSDE as our database. Our application also uses Crystal Reports 11 and Infgragistics 2005 Version 3. My question is that I think our app is experiencing some sort of memory leak, but I don't
|
| newbie: Interactive service | 14 Mar 2006 20:19 GMT | 1 |
I'm trying to develop a .net windows service, but I've got one general question: If I want to write/read to files on the local harddisk - does the service need to be marked as interactive?
|
| What TCP-algorithm does dotnet use ? | 14 Mar 2006 17:21 GMT | 4 |
Our company is in the startup phase of a large project involving lots of network traffic. At this point, I'm trying to find out whether TCP will be fast enough for the task. I've read a few articles that promote UDP, claiming that TCP is slow, mainly written by gamers. But I've also
|
| Printing Rich Text Format | 14 Mar 2006 16:58 GMT | 1 |
Is there a possibility to print RTF document in .NET Framework, without writting own RTF parser?? There's lots of tables and some text formatting tasks In my RTFs... So writting own RTF parser would be a bit hard.
|
| Best Practices: Resources vs. Settings | 14 Mar 2006 16:31 GMT | 2 |
Can anyone provide some direction as to what types of information should be put in the project's resources vs. the project's Settings. (ie. Properties.Resources and Properties.Settings) As I see, Settings can store both User and Application specific
|
| Clarification about Microsoft.mshtml component within .NET 2 frame | 14 Mar 2006 13:48 GMT | 4 |
In the past 3 days I have done some research about Microsoft.mshtml component within .NET 2 framework. I need some clarification/comfermation about the Microsoft.mshtml componet and microsoft stargey. In specific: Microsoft.mshtml within the .net 2
|