| Thread | Last Post | Replies |
|
| serial communications | 18 Sep 2003 09:27 GMT | 2 |
does c# or the .NET framework provide any serial communications support? where can i find some info on how to handle serial ports in c#? thanks m
|
| Installing sn.exe seperately | 17 Sep 2003 23:16 GMT | 3 |
My company installs some application on a client machine. Among other thing, the application should generate J# code, and build a strong-named dll from the generated code. I've noticed that sn.exe is a part of the .Net Framework SDK(~108MB).
|
| .NET and downloadable applications | 15 Sep 2003 23:16 GMT | 1 |
Does anyone know if .NET client apps are a viable solution for mainstream downloadable (shareware, try&buy, etc.) applications? Basically, I'm wondering if the download time of the .net re-dist would be a stumbling-block for modem users. Are there any stats on what percentage of
|
| System.Net.dll not found? | 14 Sep 2003 18:01 GMT | 1 |
I have installed SDK 1.1 and the redist then I run : sdkvars.bat to set up the the environment. I copy a little program just try , this program is trying to connect to Yahoo mail.
|
| Doubled Assemblies | 12 Sep 2003 19:19 GMT | 1 |
Hi there, I have some assemblies that seems to be doubled (same path, same version, same name) in my "Add Refenrences" window. How can I correct that? Thank you
|
| DLL, memory leaks, handles issues with TCP/IP...a good question | 12 Sep 2003 00:32 GMT | 2 |
I have an application that uses a dll that we have written. This dll makes use of winsock2.h functions like WSAInitialise etc. all related to opening and closing tcp connections wrapped in our own dll commands. I pass the
|
| XSL Load issue | 11 Sep 2003 22:38 GMT | 2 |
hey, i'm having an issue loading an xsl file. <xsl:attribute name="href"> webpage.aspx?BUID=<xsl:value-of select = "@ID" />& RPID=<xsl:value-of select = "$RPIDNow" />
|
| any problem with .resx files ? | 09 Sep 2003 01:17 GMT | 1 |
I have an internationalized ASP.NET application (currently supporting English and French) and some internationalized resource. sometimes my program can't find my strings ! sometimes it doesn't find the culture neutral one, some times the French
|
| .Net Framework 1.1 With Visual Studio .NET 2000 | 08 Sep 2003 23:53 GMT | 3 |
I've installed the redistributable and the SDK, however .NET studio 2000 is still refering to the v1.0.3.0 (??) ? Anyone has ideas on how to make the application switch to v1.1? (IIS is working wit v1.1 though )
|
| Installed SDK but no compiler? | 08 Sep 2003 23:48 GMT | 3 |
I have installed the .NET Framework SDK and was expecting to have the compiler for C# (csc), but do not. Can someone point me to where I can get it or if I am totally of base?
|
| Good and Free Editor | 08 Sep 2003 16:21 GMT | 7 |
Hi there, just downloaded the latest framework sdk and I want to find a good freeware editor that recognize C# syntax. Is there some around? What about free winforms editor? Thank you
|
| Remoting & firewall | 06 Sep 2003 12:06 GMT | 2 |
I want to write a remoted application which will be used by many client accross internet. I worry about firewall. I've read that you could handle firewall by doing communication over HTTP
|
| how to create .msi ? | 05 Sep 2003 17:43 GMT | 5 |
I have a C# application solution (with 2 projects) it's finished and I'm happy with that I have. I use VS.NET 2003 for the development. now I want to create an install package (typically a .msi), well, I have
|
| unconditional thread abort | 02 Sep 2003 18:23 GMT | 3 |
I want to abort (kill) a thread no matter what. In the documentation it says that if the thread is in an unmanaged code portion when the ThreadAbortException is thrown, the system will rethrow it when managed code is executed. But what if the thread is stuck in an unmanaged
|
| Error in using .Net | 01 Sep 2003 13:38 GMT | 1 |
I installed .Net and framework 1.0 on my computer. Installation went fine but when I try to create a new project I get an error "Automation Server can't Create Object.". If I continue and try to add a form or class or any other object to the project I get the same error and the ...
|