| Thread | Last Post | Replies |
|
| Manipulating OpenOffice .ods files in C# | 19 Oct 2007 08:18 GMT | 1 |
I need to accomplish this (trivial) task: I have some .csv files and I have to place them into differente sheets of a .ods file. As far as you know, is there any .NET library (and in C# ut sould be GREAT) to manipulate .ods files?
|
| DataSet Designer reflect Database changed schema | 19 Oct 2007 05:56 GMT | 3 |
The DataSet designer in Visual Studio 2005 is still pointing to the old database. I have done this before and it worked without a hitch. The problem is that I have moved the database and solution on to a different
|
| Regex q: Try getting this working with grabbing the content without ( and ) | 19 Oct 2007 05:39 GMT | 1 |
I want the output to look like this Output(good): findme Output(bad)
|
| WCF Serialization Problems | 19 Oct 2007 05:12 GMT | 5 |
I am attempting to serialize a Dictionary<string, string> type in a WCF data contract. But when i create a service reference to my contact, the type instead comes out as ArrayOfKeyValueOfstringstringKeyValueOfstringstring[]. How do I fix
|
| SecurityException | 19 Oct 2007 03:29 GMT | 2 |
I've just inherited a PC with XP, so I loaded VS2005 on it and was running a simple windows application when I got a SecurityException just trying to open a file with the following message: Request for the permission of type
|
| printing | 19 Oct 2007 02:43 GMT | 1 |
i have a project that i need to be able to take a single print job and print to multiple trays. it is an hp 9000 with 4 trays. i have read news groups etc and everything i find doesn't work. i have 2 print settings. 1 set to the papersource of tray 2 and 1 set to the paper source ...
|
| Protection Level | 19 Oct 2007 01:39 GMT | 7 |
I am getting a "Protection Level Error" when I access a private variable (numberOfEngines) from my subclass SingleEnginePlane. If I set it as public I can access it directly from my object in my Main function. I would like the subclass to access it directly but not directly from ...
|
| dynamic html vs dynamic formview/detailsView | 19 Oct 2007 00:00 GMT | 2 |
hey all, can someone please help me decide on which way to go. i get a single untyped data table which can contain different fields and values at different times. so i'm thinking i would dynamically generate the html table which would take
|
| Locking Static DB Load Method | 18 Oct 2007 23:52 GMT | 4 |
I'm working in Visual Studio 2005. I have the following method. I'm trying to figure out why I wouldn't want to wrap the contents in a lock(MyLockObject) {...} Seems to me that having a static method in a mutlithreaded environment isn't thread safe.
|
| How to modify library-specific settings in referencing applications | 18 Oct 2007 22:45 GMT | 1 |
I understand that settings stored in the app.exe.config file and accessed via Properties.Settings.Default are only available within an app domain, but I'm confused about the best way to handle merging settings that were defined for referenced libraries.
|
| CodeDom and pasing csharp code | 18 Oct 2007 22:13 GMT | 2 |
I am looking for the way of using CodeDom for parsing C# code. My needs is to extract for a source files all methods. Does anyone have a sample ? Sam
|
| HTML Page Scraping | 18 Oct 2007 21:55 GMT | 10 |
I want to write an app in C# that signs in to a website and grabs some information. Do you know how complicated that can get (with security tokens, etc)? Thanks,
|
| net use in c# | 18 Oct 2007 21:39 GMT | 5 |
It looks like when you run an application as admin, the mapped drive information is lost, in other words the program will not be aware of all the logical drives in the box. Only way I make other application to be aware of this logical drive is by running dos prompt (cmd) 'as
|
| newbie - creating a new instance | 18 Oct 2007 21:18 GMT | 4 |
I have a c# class that I am trying to create an instance of from vb.net, and am getting the error "Sub New() is not accessible in this context because it is 'Private'. Declaration (c#) and instantiation (vb.net) are below:
|
| XML Class | 18 Oct 2007 20:42 GMT | 1 |
I used the wsd.exe tool to create a class based on an XML schema which did not have a style sheet reference. How can I add a style sheet reference (i.e. <?xml-stylesheet type="text/xsl" href="simple.xsl"?>) to that class for each object of that class that is instantiated?
|