| Thread | Last Post | Replies |
|
| Windows 2003 Server Variables | 31 Dec 2003 20:26 GMT | 7 |
I am having a disagreement with my hosting company they are saying I am running on a Windows 2003 box. But when I do a trace the values that are returned are. SERVER_SOFTWARE Microsoft-IIS/5.0
|
| How Much memory do my objects use? | 31 Dec 2003 19:25 GMT | 7 |
Does VB/Visual studio.Net have some way to let me know how much memory my objects are taking up? I cant seem to figure out how to get the Locals/Watch/or Memory windows to show this information (Maybe I am doing it wrong?).
|
| Delay Signing of Strong Name Assemblies | 31 Dec 2003 16:50 GMT | 6 |
I am trying to strong name an ASP.NET Application. I have been successfull if I supply the private key file, but now I am trying to use delayed signing to create the assembly but with no success. I get the following error ... The check of the signature failed for assembly
|
| HTTP Webserver - tcp thread issues | 31 Dec 2003 16:42 GMT | 4 |
I have been using several http server code examples from the web, include one from msdn, and I can't seem to get a simple http server thread working. I can connect the server successful using IE6 and following url: http://127.0.0.1:5050
|
| How to Do Unattended Install of .NET Framework 1.1? | 31 Dec 2003 16:25 GMT | 1 |
I want to incorporate an unattended installation of the newest .NET Framework 1.1 package on my Windows XP Pro, with SP1a clients. I can't find instuctions and my attempts to use the Windows Installer with the network
|
| vb6 or .net | 31 Dec 2003 13:19 GMT | 7 |
Problem: I have an application developed in excel with a lot vba controls, macros, links btw sheets, etc...The application has reached it's resource limits with excel. Opening the
|
| Installer classes and config files? | 31 Dec 2003 12:34 GMT | 2 |
I have a .NET Installer class that gets executed during my installation. However, that installer class is reliant on an associated .config file. So I have "MyClass.dll" that is a .NET Installer class. I also have a file "MyClass.dll.config" that is deployed into the same destination ...
|
| ExecuteAssembly does not work at production | 31 Dec 2003 09:16 GMT | 1 |
In development, code below works. But at production, I'll get a assembly key mismatch. I'm am very sure, all assemblies are compiled and copied. The batch exec, is a .NET application as well. Is something wrong with code below?
|
| Good starting point for walking code | 31 Dec 2003 08:21 GMT | 3 |
I have a project where I want to programmatically analyze an assembly by looking at every method of every class and recursively do the same for every method called within. Am I going to have to manually decompile assemblies from raw bytes to do this, or is there a set of classes in ...
|
| Downloading a file from a website | 31 Dec 2003 06:06 GMT | 3 |
Can anyone tell me which .NET class I need (or provide a code sample) to download file from a website/url (Not FTP) and save it to my hard drive. Kind regards, Chris
|
| How can a window send message to other window | 31 Dec 2003 05:47 GMT | 1 |
just as subject. thanks !
|
| Help with Regular Expressions | 31 Dec 2003 01:39 GMT | 3 |
In the process of monitoring my inbox with .NET code, I would like to check the body of the email message to determine if there is a code (GUID) stored in the body of the mail message formatted like the code below. The
|
| W2K -vs- XP Pro -vs- W2003 for .Net | 31 Dec 2003 00:09 GMT | 1 |
I've been a developer for 10 years, and these last 5 years I've been doing VB6 and ASP, however I think it's time for me to expand my expertise by getting into dot.net. I will be taking a C# course in January, and I'm trying to
|
| Network Neighbourhood | 30 Dec 2003 18:33 GMT | 1 |
I am writing an application that requires a directory picker dialog. I am having no problems listing all the directories mapped on the machine but i cannot find help anywhere on enumerating the network neighbourhood. Any help would be appreciated
|
| LDAP - VB.NET DirectoryServices Problem | 30 Dec 2003 18:17 GMT | 7 |
I need to read data from a Novell eDirectory LDAP-server, located at a specific IP address. What works: -----
|