| Thread | Last Post | Replies |
|
| Indicating the object type from app.config | 20 Feb 2007 04:05 GMT | 1 |
I’m successfully using the classes in the System.Configuration namespace to strongly type my configuration objects. However, I can’t see a mechanism by which I can use the configuration file to indicate the *type* of object to create. Is this possible?
|
| Saving updated binding source | 20 Feb 2007 03:23 GMT | 7 |
I created an object using BindingList<T> for GetObjects() and assigned that to a objectBindingSource in a WinForm application. The ObjectBindingSource then assigned to a DataGridView. There was a objectBindingNavigation also on the
|
| Writing to an external config file. | 19 Feb 2007 17:58 GMT | 4 |
I am having trouble writing to an external .config file (a .config file from another application, not the running application) Below I have included the code I am using, but although no exception or error is thrown, noting is written to the file! All the sections and
|
| How to make Global Change to MS Document? | 19 Feb 2007 15:48 GMT | 3 |
I have 3000+ MS Word doucments in a folder and want to insert a header (image file) and a footer (some text) to all of these documents. Is it possible to write some script (VBA?) and
|
| HttpWebResponse is truncated | 19 Feb 2007 13:32 GMT | 3 |
I am using HttpWebRequest to get an HttpWebResponse from an https:// site. I am using cookies and certificates and everything seems to be working properly EXCEPT...
|
| does anyone see what is wrong with my .gif download logic? no matter what image url i try it downloads a junk file that can't be opened in any paint program. | 19 Feb 2007 06:42 GMT | 1 |
does anyone see what is wrong with my .gif download logic? no matter what image url i try it downloads a junk file that can't be opened in any paint program. System.Net.WebRequest myRequest = System.Net.WebRequest.Create(url);
|
| Anyone knows the C# Equivalent | 19 Feb 2007 04:39 GMT | 12 |
I am trying to convert a program from Microsoft VB.NET team: http://blogs.msdn.com/vbteam/archive/2005/04/14/TableAdaptersAndObjects.aspx I am having a hard time converting the following two sections. Anyone knows the C# equivalent?
|
| Cannot find the System.Windows.Forms assembly | 18 Feb 2007 22:06 GMT | 4 |
I am trying to build a WinForms application, and I'm using the Visual Studio C# 2005 Express edition. Doesn't it bind to .NET 2.0 by default, and shouldn't it be able to find the dll without any settings being tweaked ? I'm sure the answer is simple, but I couldn't find
|
| How to Create WinForms client and ClassLib server as one assembly? | 18 Feb 2007 20:43 GMT | 6 |
I'd like to break up my aplication into a WinForm executable, plus a class library containing application utility functions. But I don't want any client other than my own application to have access to my application library. Isn't this the point of an 'assembly'? So how can I ...
|
| What is the difference between runtime version and the version propery in a .net assembly | 18 Feb 2007 20:24 GMT | 1 |
What is the difference between runtime version and the version propery in a .net assembly Thanks -Nen
|
| MS Money 2007 deluxe | 18 Feb 2007 07:19 GMT | 1 |
I purchased the MS Money 2007 deluxe product thru the ms online purchase program, but shortly after my system crashed, and with no backup file i'm stuck searching the web to reconfirm my purchase. Someone please guid me to the light.
|
| CSS and MasterPage | 17 Feb 2007 15:20 GMT | 3 |
I can't apply a CSS file to a web site with a masterpage. In design mode I see it's applied but at runtime no.
 Signature Sorin Sandu
|
| Outlook 2003 & Intellisync | 17 Feb 2007 10:24 GMT | 2 |
I have been using Intellisync with Outlook 2003 and my Blackberry for 3 years. Recently, I am getting a CONFLICT message during the Contact part of the sync. The conflict is my CATERGORIES: Outlook has one space between the contacts with 2+ Categories; whereas my Blackberry ...
|
| Bypassing Disk Caching | 17 Feb 2007 09:39 GMT | 1 |
Anyone know a way to bypass disk caching in Windows XP? I am working on a C# program that needs to verify the integrity of data that was copied to a removable drive. My approach is to read the data back and compare it to the original data source. Problem is,
|
| .Net 2.0 memory usage | 16 Feb 2007 21:36 GMT | 10 |
I ported a .Net service from 1.1 to 2.0. In .Net 1.1, the total private bytes for this service ran around 40MB. In .Net 2.0, the same service has total private bytes of around 140MB. I then ran our service under a memory debugger, and we have a total of 34 MB allocated on the ...
|