| Thread | Last Post | Replies |
|
| displaying directory structure | 11 Apr 2008 17:29 GMT | 2 |
I need to display the directory structure of a directory in a network. When I use the network share I do not have any problem with my Directory.GetFiles() but when I use \\servername\c$, I am getting security exceptions. I can understand why that error is coming. Is it
|
| Sort Method for Collection | 11 Apr 2008 17:01 GMT | 2 |
I have a collection of nodes and I want to sort then by certain property, I create a Node class which implements the IComparable interface: public class Node : IComparable{ ... public int CompareTo(object obj) {
|
| Not able to open CR file using c# | 11 Apr 2008 16:54 GMT | 2 |
In my system the crystal report working till yesterday as well, but from today whenever I tried to open crystal report its asking me to log on to crystal management server, which never appears previously. I can't remember any changes I made or not to the setting, So when I am
|
| Reading and Writing Excel Spreadsheets Using ADO.NET C# | 11 Apr 2008 16:53 GMT | 1 |
I'm using ADO. NET to update excel from c# code. It works fine with one exception. If value for given column can be parsed to number then something (ADO .NET ??) put extra apostrophe sign at the begining. How to avoid it?
|
| recursive function causing service to stall at start up | 11 Apr 2008 16:53 GMT | 3 |
I have the following: public static void RunBatch() { if (OnDemandRunning) { //If OnDemand is Running we will do nothing
|
| New coder question: problems with parsing string to int | 11 Apr 2008 16:21 GMT | 12 |
I am pretty new to csharp myself, but have been trying to do a few things that I am running into problems with. I know there is a way around it, but I just dont know what it is. I am hoping somebody here can help me.
|
| datagrid alternative? | 11 Apr 2008 15:11 GMT | 8 |
I need to create code to deploy Google Analytics e-commerce. The item data needs to be formatted like so: pageTracker._addItem( "3333", // OrderID
|
| WPF: How to define a static resource consisting in another assembly? | 11 Apr 2008 14:59 GMT | 1 |
I've got following XAML definition: <StackPanel Orientation="Horizontal"> <control:TreeListView x:Name="LegendTree" Width="300"> <control:TreeListView.Columns>
|
| Intermittent problem with XML deserialization | 11 Apr 2008 14:36 GMT | 2 |
A few of the users of my program are encountering an XmlException that looks as if the XmlSerializer is seeing an empty file (error at line 0, position 0, root element missing). I have a hunch the problem is that I was doing this:
|
| Where to find dll with "Microsoft.Practices.WSSP.WSE3.QuickStart.Common"? | 11 Apr 2008 14:17 GMT | 2 |
As per the subject, I am working with some code that uses the above namespace (Microsoft.Practices.WSSP.WSE3.QuickStart.Common). Microsoft's site sucks and makes finding anything damn near impossible. Shame that I need to ask the world instead of search it
|
| Enterprise Cacheing Block | 11 Apr 2008 14:14 GMT | 1 |
I'm looking to implement the Enterprise Cacheing block as a plugin to an ASP page. I expect this page to be hit many many times a second and I'm concerned about thread safety. One of the 'bullet points' that I saw in the description of the block was "Thread Safety" but I've ...
|
| C# windows form and EXCEL vba question | 11 Apr 2008 11:03 GMT | 2 |
In my C# 1.1 Windows form project, I would like to export record to Excel 2000 spreadsheet Record.xls. I also need to do some data manipulation in the Record.xls. How do I call the VBA from my C# windows from project?
|
| VS2005 cannot find project in solution when opening designer | 11 Apr 2008 10:50 GMT | 3 |
We have three developers working on a project in Visual Studio 2005 SP 1. Two of the developers are not experiencing the following problem. The other one has the situation below: The solution contains a number of projects, three of which seem to be
|
| Asynchronous web service invocation | 11 Apr 2008 10:36 GMT | 6 |
I have a simple web service, exposing a web method DoSomething() which might take a lot to execute. I'm writing a client application (using .NET FW *2.0*) and I'd like to invoke it asynchronously. I did the following:
|
| how to improve a performace to send some of data between machine. | 11 Apr 2008 09:20 GMT | 1 |
i need your advice to be implemented my code. i am making some program to send lots of data to Server. i wrote some code below. i am using c++/cli and C#, c and c++.
|