| Thread | Last Post | Replies |
|
| zip files using C# | 09 Nov 2007 17:21 GMT | 2 |
Is it possible to read a directory and zip the files within that directory using C#? What I'm trying to do is, create a process (windows service, console app, etc) that will read a directory that stores log files. I want to then take all the log files that are 6 months or older ...
|
| String errors | 09 Nov 2007 17:05 GMT | 2 |
I have the following code and I am trying to read tab dilemited file. But it gives me the following error The best overload method match for String.Split(params char[]) has some Invalid arguments.
|
| Can't get value from app.config | 09 Nov 2007 16:48 GMT | 1 |
I have a simple C# VS 2005 console application that contains a class and an app.config file. My app.config <?xml version="1.0" encoding="utf-8" ?>
|
| FindControl help...please | 09 Nov 2007 16:19 GMT | 4 |
I have a web page that I'm trying to toggle between current data and archived data. So far so good. To preserver the integrity of the archived data, I need to disable the Edit, Delete, and New links in the Form View. The below code is what I've been trying to use, and
|
| Thread Synchronization and method parameters | 09 Nov 2007 14:13 GMT | 2 |
This is probably a very simple question but I just want to make sure. If I have three threads, all of which use their own class scope copy of an object. Now, say I reuse this object for each iteration in each thread, so I have to clean it. I have one method that takes in as an
|
| PropertyInfo.SetValue() | 09 Nov 2007 14:01 GMT | 10 |
I've read that Reflection is slow and shouldn't be used when performance is a concern. In my case, performance is definitely a concern, so I was thinking that I could collect the PropertyInfo objects that I need at initialization, and then just call
|
| MVC on .NET | 09 Nov 2007 11:50 GMT | 1 |
We are developing a Windows client using .NET 2.0 and C#. We have decided to use MVC based architechture due to its obvious advantages. This application shows data from database in a Grid. We want to add a functionality of Printing grid and export grid to XL sheet. I would
|
| What is the best way to take pictures using the Camera? | 09 Nov 2007 11:33 GMT | 6 |
I am developing on a Symbol MC70 devices and in the past they have always realised an SDK for development including Symbol.Camera Wrapper. However it seems that for the MC35 they are not, or it is not yet available. We have a current application written in C# CF2 that uses there
|
| WCF client and specific port | 09 Nov 2007 10:06 GMT | 3 |
i've got the application wich use WCF communication. Because firewall, I need open client port on specific number, but I can't find where it should be set up. Can anyone help me? this is my app.config of my client app.
|
| What is the best way to process HTML Data? | 09 Nov 2007 09:52 GMT | 4 |
I am trying to pull some financial data off of an HTML web page so that I can store it in a Database for Sorting and filtering. I have been thinking about this for some time and trying to find the best way to do it but I am just not experienced enough with this sort of thing to
|
| How do i pass data from form 1 to form 2 | 09 Nov 2007 08:45 GMT | 9 |
I have 2 forms, "Form1" & "Form2", i have a button that currently opens form2 from form1 and then hides itself: Form2 form2 = new Form2(); form2.show;
|
| Legacy ASP calling C# assembly | 09 Nov 2007 08:35 GMT | 3 |
We've got a legacy ASP application which needs to call a method in a C# assembly. How can I capture the Request object in C#? I need to get Servervariables from Request object. Thanks,
|
| Moving Code Breaks Namespace | 09 Nov 2007 01:05 GMT | 6 |
I'll do my best to bring a rather complicated, multifile problem into a single newsgroup question. It's a challenge to balance accuracy with simple code that demonstrates the problem. Assume an external .cs file containing a class MyClass:
|
| Catch "Cannot insert duplicate key row" exception | 08 Nov 2007 23:07 GMT | 6 |
I really don't like the users getting an unhandled expception page, and I'm still to new with ASP.Net and C#. So please accept my appology for the 2 part question. SqlException (0x80131904)
|
| How to ... | 08 Nov 2007 23:00 GMT | 3 |
Reflect an assembly (current dll) and create instance object of every class which base clas is "Module"?
|