| Thread | Last Post | Replies |
|
| Application.ThreadException not working | 19 Nov 2006 15:27 GMT | 3 |
I have a shoddily written application that is written in 1.1 that I've ported to 2.0 and now occasionaly I get crashes which I suspect are been caused by exceptions in threads, most likely due to trying to access controls which is now stricter, I know I could just set
|
| Raw TCP/IP library? | 18 Nov 2006 13:55 GMT | 4 |
Hi to all :-) I need to know if there is (inside the main .NET framework or available as a library) any TCP/IP implementation which can be run over a serial line. I know the request can sound quite strange, so here are some more elements
|
| convert DataColumn.GetType() into a DbType or SqlDbType? | 18 Nov 2006 04:48 GMT | 4 |
I have a DataColumn, want to derive the DbType. I can do column.GetType() but that's a system type, not a db type. How do I convert it to the corresponding type? Thanks much!
|
| check caller before ServiceBase.Run? | 17 Nov 2006 23:03 GMT | 1 |
I have a service application in C#. If the user double-clicks the service EXE, I want to display a form with options to install or uninstall. In other words, I want: static void Main()
|
| Can I use WCF right now? | 17 Nov 2006 21:10 GMT | 3 |
Is it possible to convert my app which is in Framework 2 to 3 using VS 2005 and release it to customer? What approach must I take?
|
| Loss message in Socket Async mode | 17 Nov 2006 20:03 GMT | 2 |
Hi, all Did not find a .Net Communication forum to post. I am soing a client/server message system and using C#.net socket and Async mode.
|
| Socket close notification | 17 Nov 2006 19:48 GMT | 4 |
I am so surprised to find that there is no close notification in socket class. Like OnClose in MFC CAsyncSocket. Any suggestions please ......
|
| IO.Compression and Encryption | 17 Nov 2006 15:36 GMT | 3 |
Environment: VB 2005 Professional Both ends, its the application which is doing the functionalities. At the despatch end, We have a text file which is to be compressed and encrypted and sent over to the recepient.
|
| ANN: .NET 3.0 Final | 17 Nov 2006 12:33 GMT | 41 |
Microsoft .NET Framework 3.0 Redistributable Package http://www.microsoft.com/downloads/details.aspx?familyid=10cc340b-f857-4a14-83f5 -25634c3bf043 Readme http://msdn.microsoft.com/windowsvista/support/relnotes/netfx3/default.aspx
|
| Printing Problem | 17 Nov 2006 04:23 GMT | 1 |
Before printing I create an instance of PrintDocument as Follow (beware, pseudo code) //============================== PaperSize ps = new PaperSize();
|
| Compression namespace for Array | 16 Nov 2006 23:59 GMT | 6 |
I would like to use Compression namespace for Array, i.e. use .NET native Compression for compress a String, or an Array of Integer whose elements are returned values of AscW for each char of the String. I tried with the code available @
|
| How can I use Regasm on server? | 16 Nov 2006 19:09 GMT | 1 |
Hello all. I have an assembly that needs to be registered on a server for use with SQL Server 2k. Locally I can run Regasm from the VS.NET command window and that's that. But how can I get the assembly registered on the (or any) server? I have the dll, snk...all that, but I ...
|
| FileSystemWatcher help! | 16 Nov 2006 17:06 GMT | 1 |
Okay, I am writing a service that monitors the file system on one of our servers and I can take of that in a cinch. However, I found no properties or methods available to see who the user is that controls the process performing the deletion. I also need to know what
|
| TypeConverter and arrays | 16 Nov 2006 16:49 GMT | 1 |
Using asp.net1.1, I have a property on a control that is an enum. I use an accessor and set it in HTML view. So: public enum Permission {
|
| Howto Identify an Exception? | 16 Nov 2006 15:55 GMT | 6 |
For some procedures that throws exceptions, I would like to show different messages to the user depending on what type of exception he's getting. For instance this one: when the file is locked, I want a messagebox to tell that the user has to close the file first.
|