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 > august 2003 > threads for thursday august 7

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

How to make a trial version of my software
Posted by AA at 8/7/2003 11:52:14 PM
Hello, I was developa software and I want to sell it I want to have two version 1) Trial version (30 days of validity) 2) Full version My question is, which is the correct or normal way to implement a 30 day trial software?, so I need to detect the installation date and compare to the curren...more >>

Deployment problem
Posted by tc at 8/7/2003 6:49:49 PM
I have an application which needed to use MS Office(Word and Excel). Everything runs well in W2K. But when I deploy the program to WIN98SE. The following errors occur: System.Runtime.InteropServices.COMException COM object with CLSID XXXXXXX is either not valid or not registered i have no id...more >>

Debugging classes from other language
Posted by Alessandro Fragnani de Morais at 8/7/2003 2:39:33 PM
Hi, Today I´m a Delphi developer and would like to move to C#. I installed .NET Framework and .NET SDK, and downloaded the Borland C# Personal to start reading / testing the environment. Reading .NET documentation (from the beggining), I found some references explaining that I (developing i...more >>

Badly Needed DataAdapter feature
Posted by John Viele at 8/7/2003 2:08:52 PM
Any plans to implement SQL logging in the data adapters? It seems like a very basic feature. It would help with debugging if one could view the actual SQL statements that get generated when one does something like: DataAdapter.Update(SomeDataTable); Or, is the feature there and I have ju...more >>

IRDA and the Compact Framework
Posted by Shane Wulson at 8/7/2003 1:49:22 PM
Im not usre if this is the correct group but I am having major problems getting a compact framework application to connect to a irda printer. It will discover the device without problem but will tell me the connection was actively refused when I try to connect to it. I have tried and used ...more >>

Resource DLLs
Posted by Derek Lakin at 8/7/2003 11:56:35 AM
I'm in the middle of extending my Collapsible Panel (http://www.codeproject.com/cs/miscctrl/CollapsiblePanelBar.asp) control to support XP Themes & Styles. So I need to paint it according to the bitmaps that are stored in the current shellstyle.dll. Using uxtheme.dll I can get the current them...more >>

.NET Framework in Win 98
Posted by PABLIN at 8/7/2003 11:29:10 AM
I have a system developed in VB.NET, need to install it in computers with Win98, are disadvantages when installing NET Framework in Win98...more >>

dataset.WriteXML fails to write whole content
Posted by Clark at 8/7/2003 10:09:35 AM
I have 5000 records in my dataset. On exit of application I'm dumping it to a file using WriteXML method. No errors are generated when writing to a file. But when application is starting it generates system error. When I looked into XML file it looks like DataSet has not been written entirely. ...more >>



.NET thread pooling problem
Posted by Gary at 8/7/2003 10:03:35 AM
Hi, I am developing a remote server application. this has to be service multiple requests at the same time. This is currently being done using the ..Net thread pool. I have no problems with upto 25 clients accessing my server. After that I get an exception on the server , that...more >>

Signing Unsigned DLLS
Posted by Ryan at 8/7/2003 9:51:57 AM
Hello everyone, I am using a 3rd party component that is a managed .NET dll, however the author decided not to strong name the assembly. When I go to strong name my assembly that's referencing it, I get the 'Unable to emit Assembly' error messages. Is there any way to give a dll a str...more >>

Changing the ListView FontSize
Posted by Jin Kim at 8/7/2003 8:12:34 AM
Hi all, Is there any way to resize my font in a Listview without changing the column header size? Currently when I change the font size the column header resizes as well. I am using Compact Framework with C#. Thanks in advance. ...more >>

Namespace naming standards?
Posted by Dave at 8/7/2003 7:40:43 AM
Hi, Does MS recommend any naming conventions or standards when creating namespaces in VB.NET or C#? I found an article (http://www.mastercsharp.com/article.aspx? ArticleID=18&&TopicID=4) that states: "Microsoft is encouraging companies to use their full names to develop components a...more >>

System.Net and NAT
Posted by Seth Anderson at 8/7/2003 3:59:19 AM
Somewhere buried in the System.Net namespace is a call or method that I really need that I cannot find. Most computers on the Internet these days go through NAT, where an private intranet address (192.168.x.x) gets translated through NAT and becomes visible on the Internet. My entire home network...more >>

hiding form names
Posted by mahmut arslan at 8/7/2003 12:46:48 AM
is it possible ( via iis or asp.net conf.) to hide form names from the client. for example, I have a web application named MyApp and from the browser I reach the applications start page as "http://server_name/MyApp. and when click a link in the start page that is pointing another webform in ...more >>

SQL Server does not exist or access denied.
Posted by gg at 8/7/2003 12:06:17 AM
hi group, i previously have a single machine development environment on server03 (w2K3, stand alone, SQL2K). i configured it so that my app is using "NT AUTHORITY\NETWORK SERVICE" to access to the database it and it worked just so fine. now, i am installing my asp.net app and database to a ...more >>


DevelopmentNow Blog