| Thread | Last Post | Replies |
|
| ASPNET can't write in event log on win XP | 19 Jan 2005 13:55 GMT | 8 |
I'm trying to write in the event log and it looks like it's any of my applications which are called by ASP.NET that are having trouble with event log. Here's the error:
|
| CSC.EXE Compiler Error when /Lib switch have reference path with s | 19 Jan 2005 12:36 GMT | 1 |
Hi Friends, I am facing trouble with dynamically compiling C# source files. Here is the example: Following command works:
|
| Get values of parameters of a given method | 19 Jan 2005 07:07 GMT | 4 |
I want to analyse the values of the parameters of a given method. With the method GetParameters() of a MethodInfo object you receice an array of ParameterInfo objects. This helps you to get all information about the parameters of a method (i.e. name, type, etc.). But you can not ...
|
| List enumeration exception under weird circumstances. | 19 Jan 2005 06:55 GMT | 2 |
I hv foll. code: foreach(object obj in myChkedlistbox.CheckedItems) { Messagebox.show(obj.tostring());
|
| Advanced Grid Usage | 19 Jan 2005 05:01 GMT | 1 |
I am from Visual FoxPro Community and used to develope data entry forms on many sides on Data Grid. But the Grid in Dot Net is quite different than in VFP as long as interfaces are concerned.
|
| Problem with System.Resources.ResxResourceReader | 19 Jan 2005 00:01 GMT | 4 |
There is documentation at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr fsystemresourcesresxresourcereaderclasstopic.asp about a supposed class for reading .resx files. However, the sample code will not compile because the System.Resources ...
|
| Add / Remove Programs "Repair" function causes services error | 18 Jan 2005 22:33 GMT | 2 |
I've created a Windows Service and Installer using the MSDN Walkthrough article. However, if I select "Change" then "Repair" out of the Add / Remove Programs list then I get the error "The specified service already exists" Anyone know how to fix this error or disable the Repair ...
|
| Debugging Users Group | 18 Jan 2005 19:55 GMT | 7 |
Managing many Students is not always a simple process. Is there a way to add the Domain logged on user to the Local Debugging Users Group through a script preferably Group Policty? The students may not always use the same computer so I need this to folow their roaming profiles.
|
| Application Server Design for .Net | 18 Jan 2005 17:24 GMT | 4 |
My organization is currently considering the purchase of a new intranet application server and we are looking for opinions from those who have been down this road before. In brief the server must support the following: - 600+ users using various ASP.Net based applications, only 2 ...
|
| Data Grid in Dot Net! | 18 Jan 2005 15:50 GMT | 1 |
I am from Visual FoxPro Community and used to develope data entry forms on many sides on Data Grid. But the Grid in Dot Net is quite different than in VFP as long as interfaces are concerned.
|
| Can someone suggest?... | 18 Jan 2005 11:21 GMT | 3 |
In my application, the majority of data is taken not from a database, but is generated by the application itself. Now before report generation I have to spread these data across tables for the sake of a single report.
|
| Error: dotnetfx.exe is not a valid Win32 application | 18 Jan 2005 09:01 GMT | 1 |
When I try to install .NET Framework on a WinXp system with VS.NET 2003 installed I get this message. How can I correct this. Thanks in advance
|
| CheckedListBox.SelectionMode | 18 Jan 2005 08:15 GMT | 1 |
Who has used checkedListbox control in windows form? I feel puzzled about the reference of it document.What means "SelectionMode.One" ? Does it mean this control only support select one from many choice or select nothing? As in my test project ,It seems that it supports ...
|
| DataView.Find | 18 Jan 2005 06:56 GMT | 3 |
It seems that the DataView.Find differs from the DataRowCollection.Find method. The latter searches the Primary Key of the table for the object supplied as the "key" parameter. However, where the DataView.Find is concerned, it seems that the Primary Key of the table is not the ...
|
| Process Output and Error Redirection and Synchronization Between Threads (C#) | 18 Jan 2005 06:19 GMT | 7 |
I am hoping someone can help me with a threading issue... I have created a program which runs a console program and displays the output in a RichTextBox on a Windows form. Here is the code I'm using for the process to redirect the console output
|