Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > december 2003 > threads for tuesday december 30

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Installer classes and config files?
Posted by Bob Willer at 12/30/2003 7:54:51 PM
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 directory. ...more >>


Oracle error occurred, but error message could not be retrieved from Oracle
Posted by Gerard Lai at 12/30/2003 6:09:31 PM
I am writing a web based application using vb.net in my host computer. Every time i improve the application, i will port this to my staging server. The strange thing is that sometimes when i tried to access this application in the staging server, it gave me this error and i cannot retrieve...more >>

How to Do Unattended Install of .NET Framework 1.1?
Posted by Mike Lemons at 12/30/2003 5:48:52 PM
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 installation package that I downloaded have failed....more >>

ExecuteAssembly does not work at production
Posted by Egbert Nierop (MVP for IIS) at 12/30/2003 5:37:59 PM
Hi, 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? Thanks for your time! AppDomain currentDomain = Ap...more >>

Failure of installing net framework
Posted by Xuyal at 12/30/2003 4:50:29 PM
Hi:Everybody! I've encountered setting up failure in installing of net framework,it happened in the last registration stage of setting up,so it was rolling back and could not be installed to Windows Xp system. Hope to find a solution to it Thanks a lot...more >>

Windows 2003 Server Variables
Posted by Nick at 12/30/2003 3:13:55 PM
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 Server software is set to Microsoft-IIS/5.0 can somebody actually verify on their own ser...more >>

W2K -vs- XP Pro -vs- W2003 for .Net
Posted by Scott at 12/30/2003 2:30:07 PM
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 decide what setup to install. I know I will use VS.net Ent...more >>

Good starting point for walking code
Posted by Keith Patrick at 12/30/2003 12:46:23 PM
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 the framework...more >>



Timeout with HttpWebRequest
Posted by donler at 12/30/2003 11:33:05 AM
I call this code multiple times. After some period of time (I don't know how long, sometimes after a short period and then it will recover), (HttpWebResponse)webRequest.GetResponse() starts to timeout. At some point it will continue to timeout and never recover until I stop the app and start it ...more >>

Delay Signing of Strong Name Assemblies
Posted by timm.hagen NO[at]SPAM paisleyconsulting.com at 12/30/2003 10:29:53 AM
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 'Microsoft.Applicatio...more >>

Help with Regular Expressions
Posted by Brian at 12/30/2003 9:32:55 AM
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 position of the code may or may not be the last thing in the body of th...more >>

an error occured while registering the generated type library: Error Accessing OLE Registry
Posted by Ashish at 12/30/2003 9:18:42 AM
hi All, I have been fighting this error when i build the dll which is marked for com registration, it simply is refusing to regsiter the type library !, although the same code works on other machine and registers the type library i have taken following steps in trying to diagnose the s...more >>

Redirecting assembly versions
Posted by Steve at 12/30/2003 9:17:03 AM
When redirectiong assembly versions, is it possible to use *'s? <bindingRedirect oldVersion="9.0.0.452" newVersion="9.*.*.*"/> At one time I believe I read this was possible but I can't find any documents on it now. Thanks, Steve...more >>

comunication
Posted by Pedro at 12/30/2003 7:09:37 AM
How can you send and recive data to a usb port, or is it beter to do it with the serial port? Ej: I have a device witch has both interfaces, witch should I use? Thx Pedro...more >>

Cannot get application to start
Posted by Tom Dresch at 12/30/2003 6:40:33 AM
I have developed an application using Visual Basic .NET. It runs fine on Windows XP platforms once the >NET 1.1 Framework is installed. BUT it will not start on Windows ME or Windows 2000 Professional. I am using the JetEngine to work with an Access database. Any help is appreciated...more >>

Debug Shared Assemblies
Posted by Rakesh at 12/30/2003 6:20:25 AM
Hi All, I have a created a solution in VS.NET, which has several projects. The output of 2 Class Library projects, is deployed in the GAC. The reference of these assemblies is added in the other projects using the File References, so the CopyLocal property of these references are fals...more >>

HTTP Webserver - tcp thread issues
Posted by Microsoft News at 12/30/2003 1:07:48 AM
Hi, 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 But when I attempt a second connect the windows symb...more >>


DevelopmentNow Blog