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


all groups > dotnet general > may 2006 > threads for wednesday may 3

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

URGENT! How to make it to run faster
Posted by Niyazi at 5/3/2006 11:05:01 PM
Hi I have a report that I have to run it monthly in my machine. My code in VB.NET and I access AS400 to get data, anaysie it and send into pre formated Excel sheet. The data consist of 9000 rows. I use data table and with for loop I send the data row by row in pre-formated Excel sheet. ...more >>

Gacutil not available.
Posted by GhanaShyam at 5/3/2006 9:43:01 PM
Hi, I have installed VS2005 and now I am seeing that Gacutil tool is not available in the specified folder. But the file gacutil.exe is present in the \%windir%\Microsoft.NEt\Framework\v1.1.4322 and whenever I try running gacutil, it pops up an error saying the specified file cannot be fou...more >>

ValidationSummary Issues
Posted by Code Rodent at 5/3/2006 9:18:01 PM
Hi there, Please please could someone shed some like on a problem that I'm having using a combination of Wizards, ValidationGroups and ValidationSummary controls. What I want to do is to have a wizard that will take me through several steps, and at each step validate input data using Req...more >>

Single instance with Arguments
Posted by bhu at 5/3/2006 9:16:09 PM
I want to create a console app which will have only one instance running. but here is the conditions. Let us say i have this console app TEST with arguments TEST a (running) TEST a ( should not run exit out) TEST b (Should run) the arugument should be part of the instance...more >>

How to display Unicode with MFC CDialog in .NET 2005
Posted by Jennifer at 5/3/2006 7:07:09 PM
Hi, Is there anyone to have idea how to make the MFC CDialog box display Unicode (like Chinese characters) in .NET 2005? We have some dilog boxes created from CDialog class in VC++ 6.0 and try to integrate them into our new project developed in .NET 2005 to display Unicode. Any idea and hin...more >>

Crystal Report XML Report Service Problem
Posted by Sean Chiu at 5/3/2006 6:49:24 PM
Hi all, I have a problem on crystal report xml report service. After I finished a simple report service and tested it in local IIS, it works. However, when publishing it to a production IIS (another webserver in separate PC) , the following error error message is prompted. /****************...more >>

Excel in WindowsForms: Access Denied
Posted by Ariel Dolan at 5/3/2006 5:07:17 PM
I am trying to open an Excel file from a C# Windows Forms application. On the statement: ExcelObj = new Excel.Application(); I get an "Access is Denied" error (System.UnauthorizedAccessException). The curious thing is that this error occurs only on my home computer, but not on my office com...more >>

Opinion - Rewrite in vb.net 2005
Posted by Stan Canepa at 5/3/2006 3:58:31 PM
I am looking for good documentation to help support rewriting a VB 6 app in Dot Net. I looking for things like VB 6 being unsupported in March 2008, general performance improvements, at what point will VB 6 just won't work on the newest version of Windows. How good is the ajax functionality in 20...more >>



Packaged Deployment of Message Queuing Components...
Posted by Jason Richmeier at 5/3/2006 2:48:03 PM
Is there a way to create a setup package (setup and deployment project in Visual Studio 2005) that installs the Windows Message Queuing components as a prerequisite or is this something that has to be configured manually? It seems like I read something about this around a week or so ago but ...more >>

InstallAllUsers property of an .msi install
Posted by Mike McAllister at 5/3/2006 12:10:03 PM
Does Visual Studio 2003 support this property? It's not in the UI properties sheet for a Package and Deployment project, like it is in Visual Studio 2005. I was hoping there's some 'behind-the-scenes' way of changing it. I'm working on an install Package that really needs to have the install...more >>

Free Hosting
Posted by Ricardo Magalhães at 5/3/2006 10:04:20 AM
Hi Please tell me a good free hosting (or not so expensive) that suport ASP.NET and BD (Access or SQL Server), pop3 and smtp server, host domain name , ftp and other services.. Regards Ricardo ...more >>

.NET Class and Classic ASP
Posted by Matt at 5/3/2006 9:33:59 AM
I am in the process of creating a security control object in VB.NET. This object will be utilized from classic ASP (Asp 2.0) applications that reside on our Intranet (as well as ASP.NET pages as they are developed). What is the best way to access this object from my classic ASP pages? Based on...more >>

Large fonts and small fonts problem.
Posted by Luc at 5/3/2006 5:45:03 AM
I saw a few posts on this newsgroup about it but nothing to help me resolve this problem: We designed a window in .NET on a platform using small fonts (120 ppp). But this window will run on servers configured with large fonts. For a reason I cant explain, not only the font changes when se...more >>

VS2005 BadImageFormatException msmq
Posted by notis.stamos NO[at]SPAM gmail.com at 5/3/2006 5:08:40 AM
Hi all, I am trying to port an application developed with VS2003 to VS2005. The project builds successfuly but when I run it, it throws a BadImageFormatException in the following line of code in the constructor of my main form : .... if (!System.Messaging.MessageQueue.Exists(@".\Private$...more >>

Form close
Posted by sudhaoncyberworld NO[at]SPAM gmail.com at 5/3/2006 4:02:03 AM
Hi all Just i want to close the form1 when i click the button1 on form1 and the same time i want to load the form2 on the same event. And i dont want to hide the form1 instead of close. Please post some piece of coding Thanks ...more >>

VB.NET Add-In
Posted by VJ at 5/3/2006 12:07:01 AM
Hello, In VB.Net forms, we use sendkeys.Send Now I have a vb.net add-in project and want to use similar command. But it seems that with add-in program, this namespace cannot be entered. Similary, I also want to set bitmaps to the add-in buttons. But I cannot see options to import syste...more >>

Visualize my namespace structure
Posted by Rasmus at 5/3/2006 12:01:01 AM
I'm looking for a way to visualize the structure of namespaces in my C# project. Idealy a program that can inspect the dll and provide me with a overview of the namespaces and the classes contain in each. Any ideas?...more >>


DevelopmentNow Blog