| Thread | Last Post | Replies |
|
| ContextBoundObject And Serialization | 19 Jun 2006 12:44 GMT | 2 |
I have ContextBoundObject dervied class, that holds a hashtable. The hashtable contains objects from my DomainModel (Person,Employee etc.). All of this objects (my domain model and the ContextBoundObject) are
|
| File-System Access on remote computer over IP address | 19 Jun 2006 12:12 GMT | 2 |
Hi Ng ! I'm a little confused because of my application. I need to access a file in the path C:\Temp\test.txt on a computer in the same network. Now I just know the IP address of this PC. Is it
|
| TypeLoadException | 19 Jun 2006 11:49 GMT | 4 |
I have created a DLL. It builds successfully without warnings. I created an app that refereneces the DLL and it too builds. However, when ever I try to use an object in the DLL I get a "TypeLoadException", something like:
|
| End of Stream encountered before parsing was completed | 19 Jun 2006 11:27 GMT | 2 |
I've serializing an object to a Network stream but when trying to deserialize it comes back with "End of Stream encountered before parsing was completed."
|
| implicit called base() or this() | 19 Jun 2006 11:12 GMT | 3 |
When I extend a class, for the new class's parameter-less constructor, is the :base() called implicitly? And for overloaded constructor, is :this(), and in turn :base() always implicitly called?
|
| How to Convert a date and time to epoch? | 19 Jun 2006 10:54 GMT | 5 |
I have a bunch of dates in a couple different formats. I would like to convert them to epoch. The dates are like this Mon, 12 Jun 2006 09:18:22 GMT 12 Jun 2006 10:37:28 GMT
|
| How to implement My Editor control ? | 19 Jun 2006 10:45 GMT | 5 |
Hi, All I am working on a project ,It need a syntax-color, line-number... JScript editor, I cann't found a free one on GOOGLE, So I want to implement myself, I need
|
| AcceptTcpClient() / AcceptSocket() | 19 Jun 2006 10:42 GMT | 2 |
What is the difference in using above functions? They have the same description. Is there any common practice, when to use one of them and where we shouldn't? PK
|
| Integrate into Outlook | 19 Jun 2006 10:39 GMT | 1 |
I have written an application would like to make the main form/application appears on the right pane of MS Outloon when the Outlook starts up. Any idea ?
|
| Reading System.Byte[] Value from AD | 19 Jun 2006 08:53 GMT | 4 |
I am writng some code to read AD user properties but I am not having much luck reading octet values. For example, there is a property userPassword which returns System.Byte[]. When I use ADSIEDIT, I can see the value in the format 0x077 0x043 0x064
|
| Eval string expression | 19 Jun 2006 08:53 GMT | 4 |
How can i eval a string expression like String abc = ??"dt.Rows[i].Columns["key1"].ToString() + dt.Rows[i].Columns["key2"].ToString()" Thanks
|
| call a STORED PROCEDURE (oracle) from C# | 19 Jun 2006 08:43 GMT | 3 |
I have a procedure with a lot of parameters: ... var IN BOOLEAN DEFAULT FALSE, ...
|
| Encoding Problem? | 19 Jun 2006 07:21 GMT | 11 |
I'm trying to pass a byte array from C# to Java. I used a BinaryReader in C# to read the byte array. I'm using a DataInputStream in Java to read the byte array. The data is passing through just fine, and I'm getting the correct
|
| Encoding.ASCII.GetString question | 19 Jun 2006 05:55 GMT | 4 |
Hi, All I have a question about Encoding.ASCII.GetString. I want convert a byte array to a string, I use Encoding.ASCII.GetString(byteArray)
|
| listbox control - valuemember & selectedvalue | 19 Jun 2006 05:00 GMT | 2 |
I'm a newbie to c# and could use some help - been banging my head on the keyboard for 3 days now. I have an unbound listbox that I'm populating this way: 1. loop through a datatable and load row into row object
|