| Thread | Last Post | Replies |
|
| DataReader Vs List Class | 06 Aug 2007 21:28 GMT | 3 |
I have recently joined a company and while looking at the source code I did find the following: They were accessing data from database using dataReader and after that passing it to List Class.
|
| Remoting problem from C# shell namespace extension dll | 06 Aug 2007 21:25 GMT | 3 |
I am using business objects that are built on top of Rockford Lhotka's CSLA Business Object framework. I have a simple windows application that uses the objects configured for remoting and the app logs on without any problems.
|
| Event Log message missing | 06 Aug 2007 21:18 GMT | 12 |
I have a small app which tries reading the system, application, and security event logs within Vista. Many of the event logs return with a generic sentance indicating that: "The description for Event ID '1073742825' in Source 'LoadPerf' cannot be
|
| Dealing with very large binary files | 06 Aug 2007 21:09 GMT | 4 |
Helllo, What's the general accepted strategy for dealing with very large binary files in C# ? I have to do a program that reads some "multi frame bitmap " files
|
| Setting References - What Happens Behind The Scenes? | 06 Aug 2007 21:06 GMT | 6 |
The "big picture" here is that I'm wondering what it is *specifically* about [setting a reference] that enables my application (e.g., Project_A.exe) to recognize and consume the types located in referenced assemblies. Suppose I have Project_A (Windows Forms application) opened in ...
|
| Windows Service not starting | 06 Aug 2007 20:20 GMT | 5 |
I have created a Windows Service using C# and .NET2.0. The service is quite simple - right now it doesn't do anything except throwing an exception in the OnStart method. It used to something more, but I couldn't get it working, so I boiled it down to the exception to test.
|
| Delete from generic list using ForEach | 06 Aug 2007 20:02 GMT | 5 |
I have a generic list object with a property called, "MarkedForDeletion". During the course of my processing, some of the objects in the list will get this property set to true and so at the end I want to loop through my list and remove any object that has this
|
| Accessing office addins... | 06 Aug 2007 19:26 GMT | 6 |
I build a com add-in for word 2003/2007 using c# and it works well. Now I need to set variable values and run funcions from an external .net program. How can I do? I tried to access the add-in via object model but with no results..
|
| Get Value in Excel Spreadsheet From C# | 06 Aug 2007 18:54 GMT | 4 |
I am opening an Excel Workbook from C# (VS2005) and I need to get a value from a Spreadsheet before closing the C# application. Does anyone know if this can be done? Here is the code to open the Workbook: //Open the Excel Spreadsheet
|
| Multiple Request Processor | 06 Aug 2007 18:11 GMT | 2 |
I have the following requirement. I have table which contains requestID, priority and the request status(status can be 'Queued','Procesing','Completed','Failed') I need a class which takes 5 top priority requests and process the
|
| Using ForEach method of Generic List Object. | 06 Aug 2007 17:54 GMT | 1 |
I have another question that has to deal with the methods that the Generic List object provides that require delegates but the delegates do not allow you to pass in parameters. I'll explain first and then try to provide an example.
|
| how to change the cursor of the textbox? | 06 Aug 2007 17:42 GMT | 2 |
how can i change the cursor of the textbox to the block style?
|
| Type.IsValueType | 06 Aug 2007 17:41 GMT | 4 |
I was doing a little messing around with some type conversion they other day. Code is below. struct ValueStruct {
|
| tried new Microsoft Visual Studio 2008 Beta2 | 06 Aug 2007 17:33 GMT | 4 |
Had no problem building website before, but now get this message: Error 1 Could not load file or assembly 'System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. C:\Inetpub
|
| How to do this in c# | 06 Aug 2007 16:26 GMT | 2 |
For example, I have 3 textboxs, which allow users to input something and compare with the system data. Such as 1st textbox is to enter first name, second is to enter surname, third one is to enter the sex(M/F).
|