| Thread | Last Post | Replies |
|
| AppDomain memory usage | 07 Sep 2007 22:00 GMT | 1 |
How do you determine the memory usage of an AppDomain? I am looking for something like System.Diagnostics.Process.PrivateMemorySize64 but using an AppDomain rather than a process. Thank you,
|
| Customizing Relations in a Typed DataSet | 07 Sep 2007 21:43 GMT | 1 |
I'm working in Visual Studio 2005. I'm looking at two tables in the Data Set Designer. There's a relation between the two tables that lists 7 matching columns. Works great. One of the key columns from each table is called "Team". Valid values are F1
|
| I need a tool to find IDisposables missing Dispose/using | 07 Sep 2007 20:56 GMT | 2 |
Are there any tools available to track down IDisposable objects that don't have a call to Dispose? I'm thinking this can be done with static code analysis. If the object is created inside a method, it should be created with a using statement. If it's a member of a class,
|
| Web Service and SSL | 07 Sep 2007 20:45 GMT | 1 |
If I've configured a site on my web server (running IIS 5.0) to require SSL, when I add a web service in Visual Studio 2005 (C# Express) and use https://...in the URL when adding the service, will the windows app I'm building automatically use SSL when calling the
|
| missig data | 07 Sep 2007 20:07 GMT | 3 |
I have a Label control that I load some text into it on the page load event. when I navigate to a different page and then hit the "back" browser button the label is gone from the screen. I am assuming that the label control is still there but the text in the label has been some ...
|
| Member field could be one of two types... | 07 Sep 2007 19:44 GMT | 4 |
I have a situation where I have a class which manages different data connections. In trying to enforce encapsulation I have a member field called connection which could be a type of SQLConnection, or OleDBConnection etc. When I am setting up the field how can I say it might be ...
|
| Must Restart IIS for web services to work | 07 Sep 2007 19:26 GMT | 4 |
I have developed some web services that I use to communicate to a SQL Server database from a Windows Mobile device. The web services work fine but since moving to the .Net Framework 2.0, the customer must restart IIS everyday in order for the mobile devices to communicate with ...
|
| Determine/Set Current User Short Date Format | 07 Sep 2007 17:25 GMT | 6 |
Is there a method of determining which format the short date format is stored in for the current user on the machine using .NET? If it is not in UK format I ideally need to be able to set it to UK format as well.
|
| Partial class problem | 07 Sep 2007 17:01 GMT | 4 |
I have two web pages in a VS 2005 project. the first page has a struct defined and used in the partial class: public partial class InterIndex : System.Web.UI.Page {
|
| Twelve Proofs that Muhammad is a True Prophet | 07 Sep 2007 15:53 GMT | 1 |
My brothers and sisters everywhere! With this essay, I am not singling out the adherents of Islam - to which I ascribe - but rather I am writing this essay to every man and woman throughout the whole world. I ask Allah that He facilitates tat this essay reaches every ear,
|
| MessageBox in multi threaded app | 07 Sep 2007 15:49 GMT | 7 |
I have a multithreaded application that has one worker thread that does all the work in the background. There is some work that takes some seconds of time. After that work is completed the worker thread calls a delegate of the form using BeginInvoke. The delegate takes
|
| Couls someone translate VB->C# ? | 07 Sep 2007 15:45 GMT | 15 |
Could someone please translate the code below into C#? Please also tell me the libraries I might need. Many thanks, Adrian.
|
| BackgroundWorker Does Not Fire RunWorkerCompleted | 07 Sep 2007 15:44 GMT | 1 |
I have a small app that I am working with to create LDIF files from text files. I have a pictureBox that has an animated GIF that will appear on the form when the LDIF are being created. The pictureBox appears and the GIF is there, but it does not stop when called. So
|
| question about the using statement: datareaders, and connections | 07 Sep 2007 15:44 GMT | 5 |
consider these two using statements: using (SqlConnection sqlcon1 = new SqlConnection(constr)) { ...} and
|
| BackgroundWorker Does Not Fire RunWorkerCompleted | 07 Sep 2007 14:28 GMT | 1 |
I have a small app that I am working with to create LDIF files from text files. I have a pictureBox that has an animated GIF that will appear on the form when the LDIF are being created. The pictureBox appears and the GIF is there, but it does not stop when called. So
|