Groups | Blog | Home


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 > january 2004 > threads for monday january 26

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

upgrade to VS 2003
Posted by james ou at 1/26/2004 9:06:05 PM
hi, everybody, Now I use VS 2002, and I know MS have released VS 2003. I want to upgrade to VS 2003. Do I just install VS 2003 in my pc? And it is ok, there will not problem happened? Because I saw someone post that install VS 2002 and VS 2003 in the same pc will have some problem. thanks...more >>


Installing dotnet framework question
Posted by Joe727 at 1/26/2004 8:38:06 PM
Hi - the Gateway (Computer) Download Assistant requires the installation of ..Net Framework. http://support.gateway.com/support/drivers/assistant/default.asp 1 - What exactly is .Net Framework? 2 - What exactly does it do? 3 - How will it alter my PC? I am running XP Pro SP1. Than...more >>

Smart Device Extention
Posted by Michael at 1/26/2004 7:01:05 PM
Hi After I install smart device extention for VisualStudio.net, would I still be able to develop normal desktop application using Visual Studio Thanks Michael...more >>

Do I need .NET Framework SDK?
Posted by Sohail Khan at 1/26/2004 6:43:24 PM
Hi, I have installed Visual Studio .NET Do I need .NET Framework SDK? What is benefit of .NET Framework SDK? Thanks in Advance Sohail ...more >>

Algorthim Needed
Posted by Chris at 1/26/2004 5:04:49 PM
Not in the right group I know, but it's the only one I visit and someone here probably knows. I have an array of integers 1 to X. It is not sorted and already populated. If there are 5 elements then 1,2,3,4,5 would have to be in the array The user could screw up and enter 2,2,3,4,5 this would...more >>

No installer?
Posted by Jan at 1/26/2004 4:52:13 PM
Hi, I ran into a problem when I tried to install a Windows service using installutil.exe. I got an error like this and the service was not installed. No public installers with the RunInstallerAttribute.Yes attribute could be found in the c:\SomeFolder\MyService.exe assembly. Remove InstallS...more >>

MobileInternetToolkit Install Fails:Incompatible Version .Net Framework
Posted by Phil C. at 1/26/2004 4:30:13 PM
Hi. I'm trying to install the Mobile Internet Toolkit 1.0 to use its features in the Asp.net IbuySpy Projects. When I run the installation, I get "Setup has detected an incompatible version of the Microsoft .Net Framework". I'm running the .Net Framework v1.1.4322.573. I've also ran some frame...more >>

custom sorting of ListBox controls
Posted by Marri Suliez at 1/26/2004 4:07:02 PM
Has anyone found some documentation on how to properly subclass a ListBox control and provide custom sorting (when the list items come from a DataSource)? The only way I can figure out how to do this is by sorting an array of some sort and then setting the DataSource. I don't like this bec...more >>



Configuration Problem..Please Help
Posted by Arsalan Ahmad at 1/26/2004 2:59:13 PM
Hi all, I am developing a simple one page application in ASP.NET which takes an input in a text box and print in a label. But when i uploaded it to the website i get the following error: Server Error in '/WebApplication2' Application. --------------------------------------------------------...more >>

Avoiding adding another code group
Posted by rodneyl NO[at]SPAM clear.net.nz at 1/26/2004 1:59:02 PM
I have an application that has been deployed at a client site where it runs under a strong-named security context (it lives on the LAN – is not installed on each machine, thus all assemblies must be signed and added to a code group on each client machine's runtime security policy). I now want...more >>

Character conversion from a .txt file
Posted by quan_ly00 NO[at]SPAM yahoo.ca at 1/26/2004 1:49:27 PM
Hi, We have a SQL Server DB that currently holds Big5 encoded text for example: ¡u¤ì§÷«Ø¿v¡v I have no problem displaying this text in a web browser. The characters show up fine. The problem is, I have a text file where I'm using the vb streamreader class to read in data. I've been tryi...more >>

XmlDocument.SelectSingleNode(XPATH)
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/26/2004 1:43:26 PM
Hi, How can I make the XPath case INsensitive for SelectSingleNode()? Thanks. ...more >>

Assembly versions conflict
Posted by Vadim Berman at 1/26/2004 12:48:16 PM
Hello group, It might be more IDE problem of MS Visual Studio, but maybe not. I have two solutions, while one uses assemblies generated by the other. The source solution compiles smoothly, but the destination sometimes issues errors. It says that it cannot copy the assembly to the run director...more >>

Asp.net and IIS
Posted by John Giblin at 1/26/2004 12:11:47 PM
I keeping installing the Microsoft .net Framework and it is not installing the iis isapi mappings. I am running win2k Professional. How can I get the mapping to be installed correctly Thanks John ...more >>

Rounding and loss of precision
Posted by ShikariShambu at 1/26/2004 12:02:41 PM
Hi All, I have an issue related with rounding and loss of precision that I can't seem to figure. I am using System.Math.Round(decimal,2) We have a financial systems that maintains the final data in hundredth precision When I do the calc the credit is off from debit by a penny here is t...more >>

XP Visual Styles and .NET
Posted by Fredrik Mörk at 1/26/2004 10:48:28 AM
Hi, This is not a post on how I get XP Visual Style into my app (I know that). My question is if anybody knows why the standard setting of the FlatStyle property is "Standard", while this seems not to be the default behaviour in the rest of Windows. It would make more sense to me if the standa...more >>

Clipboard, no-touch deployment, STAThread error
Posted by Erik at 1/26/2004 8:52:53 AM
I have an app being deployed via no-touch deployment. Within the app I do some simple clipboard operations using the .Net clipboard object. The app runs fine after normal deployment, but with no-touch, I get the following error when trying to set clipboard data: "The current thread must...more >>

File.Exists - need to know if the caller does not have permissions
Posted by Stan at 1/26/2004 6:46:08 AM
By design File.Exists method returns false if the caller does not have permission, even if the file actually exists at the specified path. No exception is thrown How can I differentiate between a case where file is truly not found and a case where there are no permissions Thanks -Stan...more >>

DirectorySearcher sort order for european characters
Posted by hass chapman at 1/26/2004 4:26:05 AM
H We are trying to get a aspx page to sort members but it treats swedish characters wrongly. How do we get it to sort according to european sort orders Thank /hass...more >>

Slow .NET app shut down
Posted by Carel Lotz at 1/26/2004 1:51:06 AM
H We've been experiencing some slow shut downs on our Windows .NET Desktop application. On further investigation, it turned out that the virus scanner was scanning a *.ini file for our application that is created within the Local Settings\Application Data\ApplicationHistory folder. It turns out ...more >>

not receive CONNECT string
Posted by tommaso.morello NO[at]SPAM poste.it at 1/26/2004 1:33:14 AM
I wrote a C# application to send AT command to my modem with serial port. Comunication is ok, but when the modem is connect with remote terminal (eg. fax, telephone, etc.) I don't receive the string "CONNECT xxxxxxx". I don't have problem with others status (BUSY, NO CARRIER, ETC.). How can I...more >>


DevelopmentNow Blog