| Thread | Last Post | Replies |
|
| Huge xml files | 28 Jan 2008 16:10 GMT | 2 |
Hi Group, I have an xml file wich contains a rootelement and a subelement with a filename and a subelement with bindata. In each xml file there is only one entry for each element. Like this:
|
| Données site web | 28 Jan 2008 15:38 GMT | 1 |
Bonjour, Pour mon propre usage j'essaie de développer une appli qui, étant donnés une ville de départ, d'arrivée, et deux dates/heures, aille chercher sur le site de la sncf les différents horaires possibles sur
|
| problem with DataTable.Select | 28 Jan 2008 15:31 GMT | 3 |
.NET 2.0 I have a datatable which consist of 3 columns (int, date, value). This DataTable have 3 rows, the values of the "date" ("date" column is of datetime datatype) column is:
|
| How do I debug a WCF Web Service running in IIS | 28 Jan 2008 15:25 GMT | 2 |
I am trying to attach to a WCF Web Service running in virtual directory in my local dev box, but not sure how to do it. I tried setting a breakpoint on the .svc and attaching to the Inetinfo process, but it doesn't break. I am getting a SQL connection error, but the message is ...
|
| Get class- and functionname | 28 Jan 2008 15:06 GMT | 7 |
Is there a possibility to get the class- and the functionname from the current function? I want to log all exceptions with the class and the function, where the exception occured. So I created a function logException(string message, string classname, string functionname)
|
| Newbie question about textboxes | 28 Jan 2008 14:27 GMT | 4 |
I am just starting out in C3, so please forgive me for asking this question: How can i put the contents of an integer in a textbox? I have this: int a; a = 10;
|
| ASP.NET 2.0 Gridview values change in cell - row specific javascri | 28 Jan 2008 14:06 GMT | 1 |
I need to have a column in a gridview that cycles through a set of comma delimited values i.e. if you imagine a column where in one row the value might be "111,222" and in the next row it might be "111,222,333,444".
|
| where do I get the wsewsdl3.exe tool for WSE 3.0 support? | 28 Jan 2008 12:29 GMT | 2 |
I have installed VS2005 Prof. but cannot find the tool wsewsdl3.exe? Where can I get it? Greetings, Michael
|
| Security permissions problem | 28 Jan 2008 11:16 GMT | 2 |
I've got a program where I call a method in an internal class to update the registry. Something like this: Program: using System;
|
| WPF: Multiple Types in ComboBox ItemsSource | 28 Jan 2008 09:19 GMT | 1 |
I have two data-bound comboboxes (using List<Class1> and List<Class2>), which are both displayed but have mutually exclusive options. A value should be taken from one or the other as an option for the user. As such, I'd like to put "Uses ClassX" as the first item in each of the ...
|
| Objects Persist Across Threads - Please Help. | 28 Jan 2008 07:44 GMT | 15 |
I have a telnet application (which many of you have already helped me with, thank you). I am now running into a bit of a serious design problem. It seems that each new thread (telnet connection) is "connected" to
|
| accessing COM from C# with an IStream** parameter | 28 Jan 2008 05:59 GMT | 7 |
I'm trying to call a COM function from C#. The function has a parameter from the type array of IStream* (IStream**). The COM component (out-proc-server (.exe)) has the following code: (C++)
|
| Some outstanding ASP .NET questions | 28 Jan 2008 04:12 GMT | 5 |
We here have been working in ASP .NET for a long time now. We have made tons of successful applications even without knowing the specifics about the tools. However, the amount of effort it takes to manage some application features seems way more complicated than they
|
| Start Loading a file at an offset | 28 Jan 2008 03:30 GMT | 7 |
I'm trying to add 206 Partial content to my web server and I'm getting errors each time I try using the offset from the Read command. Maybe I'm not understanding the Read() command. I've scaled this demo back, but in reality the file is 3.8GB, I need to send chunks of 100KB ...
|
| working with smaller images created from big images | 28 Jan 2008 01:23 GMT | 3 |
I have the following code in which I am attempting to break a large image up in 16x16 blocks and perform some processing on those blocks. For debugging I would like to save each of the 16x16 blocks just to see things working. The original image needs to stay preserved and not
|