| Thread | Last Post | Replies |
|
| Async Sockets, pinned objects and .NET 2.0 | 02 Aug 2006 08:22 GMT | 2 |
Hi, I am migrating an application from .NET 1.1 to .NET 2.0. It is a network application that use asynchronous sockets intensively (with more than 300 active connections on average) With .NET 1.1 I had problems because the buffers used in the BeginReceive
|
| Books for building Frameworks | 02 Aug 2006 06:05 GMT | 2 |
Hi NG. Can you tell me some books which deals with building my own Application Framework? I've already the book from Xin Chen. Are there some more?
|
| C# Software Developer Opportunity - Brisbane, Australia | 02 Aug 2006 04:59 GMT | 8 |
C# Software Developer - Brisbane, Australia NovaMind is a Brisbane based software development company, developing and selling Mind Mapping software for Windows and Macintosh computers. We are looking for someone who is has high standards of accuracy, finding good solutions and ...
|
| The project type is not supported by this installation | 02 Aug 2006 00:05 GMT | 5 |
I downloaded the VS 2005 SDK last friday and I am testing out one of the samples - an MFC sample. I can compile it, but when I try to compile an add-in, I get: --------------
|
| PP: Methods w/o any comments | 01 Aug 2006 22:49 GMT | 1 |
We are using nDoc to generate CHM/HTML help files. My requiremen : Is there an easy way (any tool) that generates list of methods which has no documentation (<Summary> Comments) defined, so that we can circulate this list to the team to ensure API Documentation
|
| Preventing ThreadAbortException. | 01 Aug 2006 21:40 GMT | 4 |
Is there any method that I can guarantee execution of a code path within a thread without a Thread.Abort call interrupting it? I am concerned that a file write that is done using two calls will not complete if the thread is aborted before the second call gets a chance to complete.
|
| GetMethodName using Reflections Namespace | 01 Aug 2006 21:37 GMT | 2 |
I have a question regarding reflections or any other method of getting the method name of the current method... Does anyone have a method already built to capture the current method name? I'm sure this can be coded using reflections but have never used this
|
| Could not create Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, | 01 Aug 2006 20:15 GMT | 5 |
Hi Expert, I am the fan of VB My.Application.Log. When I create a new project, it works but after some times My.Application.Log.WriteEntry nno longer work. Exception is enclosed:
|
| create the array using reflection | 01 Aug 2006 19:35 GMT | 1 |
I have a type of System.Type. It indicates an primitive type such as Int32. I try to use the following code to create an array Type arrayType = type.MakeArrayType(5); object objArray = Activator.CreateInstance(arrayType);
|
| add assembly="Microsoft.Office.Interop.Owc problem | 01 Aug 2006 18:10 GMT | 1 |
Howdy All, Any assistance would be appreciated - even a sound beating if so deserved... When I try to run an ASP.NET application on my Development server (w2k3, IIS6, 1.1 Framework) I get the following error in the Parser for the
|
| ADSI Problem | 01 Aug 2006 14:23 GMT | 1 |
Hi Can anyone tell me how I can check the status of an account in Active Directory using C#. I mean, I need to know whether, Account is locked, Password expired or
|
| friend class in c# | 01 Aug 2006 14:00 GMT | 3 |
I would like to know in c# if there is any way to have 'friend' class just like in C++. I know there is the 'internal' keyword, but this will allow access to all
|
| .NET 2.0 | 01 Aug 2006 13:54 GMT | 4 |
I am using Visual Studio 2003 and I just updated from .NET 1.1 to 2.0. I have installed the 2.0 framework and the 2.0 SDK. However when I go into Visual Studio under help->about it still shows the .NET version as 1.1. Am I missing a step somewhere?
|
| Enterprise Library and PostgreSQL (Npgsql) | 01 Aug 2006 11:09 GMT | 5 |
I have two questions that I hope I'm posting in the right area. I've posted in the pgFoundry forums as well, in hopes that someone can answer these. I'm using the Npgsql .Net data provider for PostgreSQL
|
| Publishing An ASP.NET Website With Visual Studio .NET 2005 | 01 Aug 2006 10:13 GMT | 12 |
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/ folder in the same directory as the source code. However, in Visual Studio .NET 2005 ...
|