| Thread | Last Post | Replies |
|
| How to get a file from team foundation server? | 08 Mar 2007 01:35 GMT | 1 |
I want to get a file from team foundation server, who can tell me how to do it? thanks! Jakie
|
| Net framework 3.0 for XP update causing HP 42xx printers to fail. | 07 Mar 2007 21:32 GMT | 8 |
I approved the .Net 3.0 update in WSUS 2.0 yesterday for a group of PC's. Those PC's which also have HP LJ4 or 42xx series printers are all having problems now. When they print, all the pages print overlayed on a single page. We are seeing this on a large number of
|
| UNC paths from drive mappings | 07 Mar 2007 21:01 GMT | 3 |
I can get a list of drive mappings via Directory.GetLogicalDrives but is there any way I can get the UNC path (eg. \\machine\sharename) for those drives that are mapped to network shares?
|
| cryptography - public private keys | 07 Mar 2007 18:23 GMT | 2 |
I am looking for a good example that demostrates the creation, storage and use of public & private keys in a .net application - preferably C#. I am a little unsure on how I am going to extract the public key for use in a publicly available .net application we plan to develop.
|
| .NET 1.1.4322.2300 and Windows Server 2003 | 07 Mar 2007 15:32 GMT | 3 |
Hi, I need to install the .Net framework version 1.1.4322.2300 on a windows server 2003. I read on Internet that I can install it with the service pack 1 for Windows Server 2003.
|
| Strange Session ? | 07 Mar 2007 13:33 GMT | 2 |
I have a logon screen for an application where I create a session variable to store the username. The user logs on and is then taken to a main screen. The very first time a user logs in everyday, the user logs in and is
|
| OOP: mutliple references to same Object: how? | 07 Mar 2007 13:33 GMT | 12 |
In my object oriented application (VB.NET 2.0, Windows Forms), a lot of objects are opened in different forms by a user. For instance (a stupid exemple, but it shows the easiest what's happening): -> two instances of the Company-Object: MyCompany1 and MyCompany2, both of
|
| Stopping my Windows Service Programatically | 07 Mar 2007 13:27 GMT | 4 |
Can anybody tel me how to programatically kill my service when an exception occurs? Whenever something bad happens I'd like to shut it down. Also, is there a way to programatically restart my service at a set
|
| HttpUtility.UrlEncode | 07 Mar 2007 11:46 GMT | 3 |
Is there a table available that illustrates ***exactly*** what HttpUtility.UrlEncode encodes? (I need to decode and encoded string by HttpUtility.UrlEncode in an unmanaged C++ routine).
|
| Do we have managed newsgroups for .NET 3.0 technologies? | 07 Mar 2007 01:37 GMT | 4 |
|
| need obfuscation | 07 Mar 2007 01:23 GMT | 5 |
Is this Community Edition Obfuscator any good? Is there a good one or a good method that doesn't cost so much money? Thanks, T
|
| What's V#/V sharp? | 07 Mar 2007 01:02 GMT | 12 |
I heard a lot of people talking about "V sharp" today? It sounds a Visual studio plugins? I cannot find any information on the web. What it is? Where to download?
|
| FXCop and Asp.net sample programs | 07 Mar 2007 01:01 GMT | 1 |
I tried to use FxCop on the sample of http://asp.net/learn/dataaccess/default.aspx?tabid=63 And I got the following error. Basically the code defined a member with type of TableAdapter and no Disposable method is defined. It sounds it's not
|
| Dot.Net Error -- any idea? "System.Net.Sockets.SocketException:" | 06 Mar 2007 21:41 GMT | 1 |
We are running Windows Server 2003 Standard SP1 with both IIS and SQL2000 running on the same box (and Dot Net 1.1). We'll start our application, and it will make a TCP/IP connection to a host computer, but after a few hours, we'll see this error:
|
| Data type conversion COM dll in VB. Net | 06 Mar 2007 20:01 GMT | 1 |
I created ATL dll in vc++. One of the function has datatype as WCHAR*. I am rferring this dll in .net, .net automatically converts this to interop dll and the signature for the method WCHAR* is changed to ushort. I actually have a string in WCHAR* variable. since it is ushort in ...
|