| Thread | Last Post | Replies |
|
| errors in using .NET 2003 | 23 Aug 2005 00:29 GMT | 1 |
I have a project that was written in V6.0 (c/c++) and it works just fine, but when I run it in .NET 2003 (V7.0), I get a whole lot of linking errors. I have spent alot of time trying to solve it but to no avail....please help! the errors that show up are:
|
| Controlling Threads | 22 Aug 2005 21:51 GMT | 5 |
I am having a problem with QueueUserWorkItem. I thought there was a maximum number of worker threads a threadpool had available, 25 per processor, or something like that. However, when executing the following code, after about 125 or so Excel processes are running I get:
|
| user interface feedback | 22 Aug 2005 20:20 GMT | 4 |
does anyone know the method of refreshing the user interface while a windows form is handling deep calculations , i want to reflect some data on some labels and text boxes but the from is freeze till calculation is finished , i know i can use another thread but i remember there was ...
|
| Recover after HttpWebResponse error | 22 Aug 2005 20:07 GMT | 3 |
We have a problem getting the response from one particular webpage (I am not allowed to give it away). The problem is that sometimes it fails (unexpected termination by server) and then all subsequent calls to that page will also fail. However,
|
| HttpWebRequest and Multi Threaded apps Question | 22 Aug 2005 20:02 GMT | 6 |
Im in the process of writing a program that crawls a website. Im using the HttpWebRequest and HttpWebResponse classed to get content. To make my application more scalable, my application is multithreaded, with each thread making a different request.
|
| Detect Type with Reflection? | 22 Aug 2005 19:42 GMT | 1 |
I have an instanced class that needs to, at Runtime using Reflection, check the current AppDomain for the existence of another Type, and if it exists create a new instance. If that Type is not in the AppDomain, then attempt to load it from disk.
|
| The remote server returned an error: (401) Unauthorized | 22 Aug 2005 17:44 GMT | 2 |
I am using the following C# code to connect to and download information from a URL. (The pages are on JBoss server and we are using NTLM authentication to connect to the server). ----
|
| multithread debuging | 22 Aug 2005 17:42 GMT | 4 |
I have a program which use multithread. Inadvertently dare I say, as they are not my threads but those of a FileSystemWatcher. Anyway some method get called on my GUI. I rewrite the code in such a way that it should only be to a funtion like that:
|
| loading web application project suddonly takes 5 mintues and says "Contacting server to open Web project.." wile it takes 5 minutes to load. how to fix? i tried reregistering asp.net and iisreset. no progres. | 22 Aug 2005 16:28 GMT | 1 |
loading web application project suddonly takes 5 mintues and says "Contacting server to open Web project.." wile it takes 5 minutes to load. how to fix? i tried reregistering asp.net and iisreset. no progres.
|
| Process Cannot access file "file_name" because it is being used by another process | 22 Aug 2005 16:02 GMT | 1 |
When I read from an AVI stream and write a bitmap for the second frame,I get this error Process cannot access file "file_name" because it is being used by another process
|
| Beta 2 - slow TcpClient | 22 Aug 2005 12:49 GMT | 2 |
I am using asynch downloads and it seems - at least visually - that Beta 2 framework is doing that a bit slower than 1.1 Anybody experienced this? Checked my code and found nothing wrong - compiles ok with 2.0. Runs ok. But
|
| MSDE Connection Issues | 22 Aug 2005 12:23 GMT | 2 |
I am working on a C# .net 1.1 project in which there is a search box. As the user types, it refreshes the results list based on LIKE %% query to an MSDE database (in this case on the local machine). Initially, I implemented it with a single-threaded, but eventually for ...
|
| Help with printing images with text and speed. | 22 Aug 2005 10:58 GMT | 3 |
I have an app written in c# that prints string and images to a page using System.Drawing.Printing. The problem is that when I query the printer resolution and set the printing to default (600 DPI) it prints the images fine but the printing is slow, and you can see the print jobs ...
|
| Programmatically embed non-localizable resource in assembly? | 22 Aug 2005 10:51 GMT | 6 |
I would like to know how to programmatically embed a non-localizable resource in assembly. I know I can do this in the IDE (using 'Embedded Resource' Build Action) or using the C# compiler in the command line like this:
|
| Need to change Active Solution Configuration!! | 22 Aug 2005 10:08 GMT | 1 |
I am using EnvDTE to modify and control a solution and its projects in VS.NET 2003, however I have not found how to change programatically the Active Configuration for the solution. Am I missing something?
|