| Thread | Last Post | Replies |
|
| Execute a .exe and additional parameters | 05 Aug 2005 15:19 GMT | 2 |
hi, i have 2 questions, first, there is a function to execute programs? second, for example, i execute a program with this parameters: "C:\myProg.exe" -filename were filename is the name of the file that i want to the program open, how i can make the program "Read" it?
|
| System.ExecutionEngineException mscorlib | 05 Aug 2005 13:42 GMT | 2 |
I don't know why this error is raise, but Sometime, when I switch to my application (By clicking on it on the Taskbar or by doing ALT+TAB) sometimes I receive this Error Message : "An unhandled exception of type 'System.ExecutionEngineException' occurred in mscorlib.dll" The
|
| Can't delete an assembly from the GAC! | 05 Aug 2005 11:47 GMT | 11 |
I need to delete an assembly from the GAC but it tells me "Can not acces file 'IDODBLibNET' because it is being used by another process" Now, I have deleted the assemblies that I know depend on this one. I can't remember any other.
|
| Create Class at Runtime? | 05 Aug 2005 10:28 GMT | 2 |
I have a DataTable with 3 columns in it - Name, Type, Value. I have these rows in the DataTable - myProp1 , System.String , aaa myProp2 , System.Int64 , 500000
|
| Pagefile control (Virtual memory | 05 Aug 2005 08:57 GMT | 5 |
I would like some assistance on a application I am developing in vb.net 2003 that uses a large dataset to query a database. Most queires are small, and execute with no problem. When a large query is executed and stored in the dataset, I use the garbage collector and the ...
|
| ISSUE/BUG Report X509CertificateCollection.Remove/Contains | 05 Aug 2005 07:35 GMT | 1 |
LS, The X509CertificateCollection.Remove and X509CertificateCollection.Contains are not consistent with each other. Although a X509CertificateCollection reports that it contains a certificate, it might not be able to remove this
|
| healthMonitoring suitable for windows service? | 05 Aug 2005 04:16 GMT | 1 |
I am interested in the ASP.NET 2.0 healthMonitoring facility. My solution includes Windows services. If I instrument my common libraries for healthMonitoring, will I get any logging in the Windows services? (Background: I used LAB/EIF and I'm considering alternatives as we move ...
|
| how come when i do oGraphics.FillEllipse it draws blury? is there anyway to adjust this default compression to not be blury when drawing a simple ellipse? | 05 Aug 2005 03:49 GMT | 1 |
how come when i do oGraphics.FillEllipse it draws blury? is there anyway to adjust this default compression to not be blury when drawing a simple ellipse?
|
| Create Class at Runtime? | 04 Aug 2005 23:02 GMT | 1 |
I have a DataTable with 3 columns in it - Name, Type, Value. I have these rows in the DataTable - myProp1 , System.String , aaa myProp2 , System.Int64 , 500000
|
| Unique EventID | 04 Aug 2005 21:43 GMT | 6 |
Has anyone implemented a unique number generator for the EventLog EventID? I need to populate the EventID since I have an application that reads the EventLog. Any help is highly appreciated.
|
| Service Concepts | 04 Aug 2005 18:52 GMT | 1 |
I have been experimenting with services written in C#/.Net, and have resolved most of the questions that I had. However, I have encountered some aspects that have me scratching my head. From my research and experiments, there are at least three basic
|
| Determining Framework Version | 04 Aug 2005 17:39 GMT | 4 |
I need to determine the version(s) of the dotnet framework that is(are) currently installed on the target PC. Here's the caveat.... I won't be able to use dot net code to do this. It'll have to be under C/C++. What's the best/most preferred technique for determining this? Should ...
|
| Problem/Error with Embedded Resources (Sound File) | 04 Aug 2005 16:23 GMT | 1 |
Anyone know how to embed sound file to vb.net project, then play the sound file? I have searched the web for example... and download the example and when run, it works perfectly.
|
| Capturing Text from CAPTCHA Images | 04 Aug 2005 15:14 GMT | 2 |
Hai all, I am doing a project in .net and in that project I have a problem in capturing text from an image. i.e images like CAPTCHA images . which has inbuilt text with in the image.So, Can any one suggest me how to continue
|
| Stream is serializable !?!?! | 04 Aug 2005 10:32 GMT | 3 |
I notice that the System.IO.Stream class extends MarshalByRefObject which has the [Serializable] attribute I presume this means that a stream can be serialized What does it mean to serialize a stream? Has anyone tried it?
|