| Thread | Last Post | Replies |
|
| In C#, how can I utilize share memory? | 16 Jul 2006 18:46 GMT | 1 |
In C++, I can create a share memory that can be share by different processes to use it. But in C#, how can I share data between process and process, ? and between AppDomain and AppDomain?
|
| KB917283 Update Failed | 16 Jul 2006 17:23 GMT | 2 |
You know, I'm not even sure what this dot-net-framework business is all about. I do know that I had to download and install it before I could run a third-party program, but I haven't a clue as to what this .NET program does. Now, having said that, I do subscribe-to and install ...
|
| Singleton | 16 Jul 2006 14:45 GMT | 3 |
OK, shame on me, I can't even do a singleton properly. I have implemented this a thousand dozen times, but I guess I've now been awake too long. Here's the relevant snippet. When I compile, it rightly points out that
|
| Help publishing a VS2005 Web App... | 15 Jul 2006 22:34 GMT | 1 |
I am using Microsoft Visual Stuido 2005. When I publish my web project, this version seems to delete all the folder/files in the directory before it publishes. I need to have a folder that does not get deleted when I publish. It
|
| 3rd party controls - from 2003 to 2005 | 15 Jul 2006 22:26 GMT | 3 |
My (C#) VS2003 solution includes some 3rd party controls. I want to move to VS2005, but those controls just don't work. They were made for Framework 1.1, and are not suitable for 2.0. Is there any tool, or some kind of magic to make this compatible?
|
| Load assembly .net | 15 Jul 2006 15:40 GMT | 3 |
Hi to all, i need to know how the .net runtime load assembly, i.e. how the runtime locate the assembly and how it is loaded, verified, etc... I look on the web, but i find just how the runtime locate the assembly.
|
| Working with VS 2005, How do I Target Framework 1.1+ ? | 15 Jul 2006 15:09 GMT | 2 |
I'm developing a solution using Visual Studio 2005. Where can I specifiy the versions of the Framework I'd like my executable to be able to run in? Thanks! - Joe Geretz -
|
| maintain string reference | 15 Jul 2006 14:24 GMT | 1 |
I would like to have a string point to another one. What I mean is I want the pointing to change value whenever the pointed one is changed. How can I do it? Example:
|
| Registry entries, Licence Page in VS 2003 Setup Project | 15 Jul 2006 13:05 GMT | 2 |
I have created a windows application in .NET. For this application I have created a Setup Project using Visual Studio .NET 2003. But I want to do some customisation to this basic setup program as follow: 1. My program requires to enter 1 entry in registry during Setup and
|
| sending mail via System.Net.Mail.SmtpClient | 15 Jul 2006 12:25 GMT | 3 |
I am able to send an thru our mail server using the old 1.1 System.Web.Mail.SmtpMail class. When I try sending an email using the new System.Net.Mail.SmtpClient, I get a #5.5.1 unimplemented error: Command Not Implemented
|
| lnk1256: ALINK operation failed | 14 Jul 2006 21:50 GMT | 1 |
My executable is giving me this Link error: LINK : fatal error LNK1256: ALINK operation failed (80040421) : Executables cannot be satellite assemblies, Culture should always be empty. Does anyone know what this means or how to fix it?
|
| Assembly.GetExecutingAssembly | 14 Jul 2006 21:09 GMT | 2 |
Assembly.GetExecutingAssembly returns a Reflection.Assembly Is it possible to save that to disk as a dll or exe, so I can load it later?
|
| Formatting text in stringbuilder | 14 Jul 2006 11:13 GMT | 1 |
I'm writing the result, returned by an sql query, to stringbuilder. But first i want to format the text. I want to make the column heading bold. Because I'm passing the stringbuilder to Excel using response object and while passing, i can't set anything, right? Please can
|
| Graph | 14 Jul 2006 11:00 GMT | 4 |
Any suggestion for Graph Component? I need Window From Graph Component. Any free third party component ? Thank for inform me. with regards, Goh
|
| Building a Scalable (100K+ User) Socket Server in .Net | 14 Jul 2006 07:07 GMT | 10 |
One of the things I've spent the last several years working on is a highly scalable socket server written in C#. The SoapBox Server has recently been tested to well over 100k simultanous users. This means it's handling 100k TCP connections on a Windows Platform
|