| Thread | Last Post | Replies |
|
| Managed vs Unmanaged Code? | 21 Jul 2007 16:12 GMT | 2 |
Is there is any test to determine if my application only uses managed code? It's developed entirely withing the .net framework, with some third party web controls by Telerik.com and we also use the URLrewriting tool from this site
|
| denied network connection | 21 Jul 2007 15:02 GMT | 3 |
i recently installed windows media connection software so i can connect my pc to my ps3. i am running media center xp. now when i try to connect to my pc from our laptop i get the following: microsoft windows network : Multiple connections to a server or shared
|
| How to get the port number when its 0? | 21 Jul 2007 03:39 GMT | 1 |
I have created a TcpServerChannel with port number 0 and registered it now I want the server to write its port number used on screen (host is a console App)! How can I do that?
|
| CryptoAPI --> Framework? | 20 Jul 2007 22:07 GMT | 2 |
Im trying to port an application (i.e. rewrite it...) to .NET. To crypt passwords, I used the advapi32.dll. The following steps were required to Crypt/Decrypt: - Acquire Context (I'm using RSA)
|
| Generic List - Copy | 20 Jul 2007 20:36 GMT | 2 |
Is there a way to make a copy of a Generic List so that if I remove rows from the original they are not removed from the copy?
|
| checking Web Service availability | 20 Jul 2007 18:14 GMT | 1 |
i need to check the availability of my web service.... how can i do that. i dont want to call any of the methods present in web service to test availability..
|
| Odd behavior in upgrade from 1.1 framework to 2.0 | 20 Jul 2007 15:25 GMT | 1 |
I had a page that was working in Framework 1.1, that functions differently/incorrectly in framework 2.0. What happens is that in the old system I had some drill-down functionality that would display 4 lines that had the first cell as a
|
| Roundtrip Engineering of VS 2005 Win32 C++ and .Net C++ Applications | 20 Jul 2007 13:36 GMT | 1 |
I am looking for a software which enables me to reverse and forward engineer my Win32 C++ Code as well as my .Net C++ Code in Visual Studio 2005. Unfortunately Rational Rose in it's actual Version 7.0 is not able to fully
|
| Basic .Net question | 20 Jul 2007 11:06 GMT | 11 |
I have been digging around for info on the deployment of a .Net DLL. There doesnt seem to be an equivalent of Regsvr32 for a .Net DLL. Is this correct ? Am I right in saying that what I need to do is get the Assembly registered in the GAC ? I can do it using .Net Framework 2.0 ...
|
| memory error | 20 Jul 2007 09:14 GMT | 2 |
i have a software after installing that software i have to add new user variable in the environmental variable list saying its name in and path as its value. this is for the licensing of the software. but after doing that i am getting an error "cdlmd_absoft error" and in the ...
|
| Strong-Typed Collection | 20 Jul 2007 05:14 GMT | 3 |
Is there such a thing in .NET 2.0 as a Strong-Typed Collection? Something where I can define the object type that can be added to the collection, and also so that, somehow, at compile-time, I don't have to cast the item to the desired Object Type?
|
| BCD Conversion in .NET? | 19 Jul 2007 23:39 GMT | 3 |
Is there a way in .NET to do a BCD conversion on a long binary string? Or am I going to have to break this up piece by piece?
|
| .NET is much worse than VCL | 19 Jul 2007 22:48 GMT | 10 |
I have been used .NET for few years. Before that I used Delphi (VCL) for many years. My conclusing is that .NET is much worse than VCL. Here are the reasons: 1) VCL comes with full source code. .NET has none. Even if the documetation
|
| Detecting the active datagrid | 19 Jul 2007 21:37 GMT | 3 |
Hi All; This may be a very simple question, but for the life of me, don't know the answer. If I have 5 datagrids on a page but only a specific one, through coding, is
|
| System.Diagnostics.StackTrace future ? | 19 Jul 2007 20:46 GMT | 7 |
The constructor new System.Diagnostics.StackTrace(System.Threading.Thread targetThread, bool getSourceInformation) *requires* that the target thread be suspended. But System.Threading.Thread.Suspend (and .Resume) are currently labelled
|