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 > october 2004 > threads for thursday october 28

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

IIS Corrupted -- HELP!
Posted by Yama at 10/28/2004 9:59:02 PM
Hi, I am keeping on getting nothing out of my localhost. Whenever I try to access it I get a "The page cannot be displayed". Immediately then I go into IIS and find out that my server shuts down. It displays to me the following message: The connection to the server 'myPCNAME' was lost. ...more >>


How to release excel from memory
Posted by Anu at 10/28/2004 8:14:01 PM
i am using ASP.net to read one excel file. after reading the excel file cell by cell, i am not able to release the excel. i am using objExcel.Application.Quit() objExcel = Nothing but still excel is not releasing from memory thanx in advance Anu ...more >>

ASPNET built-in account not found in domain controller
Posted by PH at 10/28/2004 5:38:51 PM
i have a test machine running windows2000 server. it is a domain controller with visual studio 2003 installed. i cannot locate the ASPNET built-in account in the active directory user and computer?? how is that so? my xp professional desktop can find the ASPNET built-in account in the compute...more >>

VB.Net and Crystal Reports
Posted by http://www.visual-basic-data-mining.net/forum at 10/28/2004 5:04:28 PM
Hi, I wrote a program in VB.Net 2003. The program includes some reports made with Crystal Reports for Visual Studio.Net 2003. On my computer (with Win XP Pro) the program runs as it should do. When I install the program on another computer with Win XP, everything is still OK. But when I ...more >>

risk assessment of dotnet framework
Posted by Alex at 10/28/2004 4:30:04 PM
Dear colleagues I am going to deploy dotnet framework in our company. For this I need to do a risk assessment of dotnet framework. Thus I have following question: Is there an available risk assessment of dotnet framework? Is there a document which describes what and where exactly is inst...more >>

Activator.CreateInstance Method
Posted by shmeian at 10/28/2004 4:28:03 PM
I have the following code which works fine. However I want to pass the object I'm instantiating a string for its constructor. I can't get the syntax right. Can someone give me an example of Activator.CreateInstance where they pass an argument with the object type? Assembly a = Assembly.GetE...more >>

Help with app that is EITHER console app OR Windows app
Posted by Fred Iannon at 10/28/2004 4:01:33 PM
All, I have developed an application that needs to run in one of two modes: (1) IF NO command line parms are provided I would like it to run as a Window form application (i.e. /target:winexe) with a Main form, etc. and with execution returing to the command line AS SOON AS the program ...more >>

Application has generated an exception that could not be handled
Posted by Skylar Challand at 10/28/2004 3:36:49 PM
I am getting the following message on a Windows XP computer when trying to run a VB program. The same program is installed on 8 different computers without any issues. .NET Framework is installed & app was installed using the installer that comes with Visual Studio .NET. The application uses...more >>



Problem beim Erstellen von Kommentarwebseiten
Posted by Wolfram Schubert at 10/28/2004 1:53:03 PM
Hallo, ich bin noch in der Experimentierphase mit Visual Studio, habe gerade ein Test-"Projekt" WinFormHello (Form mit Button drauf, der eine Messagebox ausgibt) und möchte nun aus meinen zwei Kommentarzeilen eine Dokumentation erstellen. Die einzelnen HTML-Seiten der Dokumentation sind an...more >>

MSMQ Problem
Posted by Nikhil at 10/28/2004 1:19:05 PM
I have an MSMQ dll created in C# when called through a C# windows form application it works fine but when I call it using an ASP page I get an error while trying to send a message attached the stack trace, any insight would be highly appreciated. at System.Reflection.Assembly.nLoad(Assembly...more >>

IO optimization when copying bytes from one file to another
Posted by Skwerl at 10/28/2004 1:09:03 PM
Hi guys. I've written code to embed an ICC profile in a TIFF image, and I think my IO operations are slowing things down. It is taking about a second to embed each tag in 7-meg TIFF files. Doesn't sound too bad until you try doing it to 500 files. Basically what I am doing is this: 1. R...more >>

Converting a UNC path to a physical file path
Posted by Simon at 10/28/2004 12:49:08 PM
I wonder if someone can help with this - I 'm creating an IISVirtualDirectory, and setting its Path property to the physical path I want to reference. This works fine when I have a standard file path - 'C:/Test' - however I sometimes have a UNC path - '//remoteComputer/Test' - and IIS appea...more >>

Do you use a form's Dispose Method?
Posted by thelenj at 10/28/2004 11:39:10 AM
I create a form in a sub. The form just displays some information for the user and then the user may close it. Should I be calling the forms Dispose method? Why?...more >>

DataView's RowStateFilter
Posted by Marina at 10/28/2004 10:43:35 AM
Is there any way to have a DataView, that only shows rows that have been changed? So no deleted or added rows - just rows that already existed and are now marked as modified. Wanted to set the RowStateFilter property, but DataViewRowState enumeration doesn't seem to have a member to describe thi...more >>

comboBox1_DrawItem......with icom
Posted by Supra at 10/28/2004 9:29:19 AM
in vc.net... private void comboBox1_DrawItem(object sender, DrawItemEventArgs e) { Bitmap bmp = new Bitmap(e.Bounds.Width,e.Bounds.Height,e.Graphics); Graphics g = Graphics.FromImage(bmp); g.FillRectangle(new SolidBrush(e.BackColor), new Rectangle(0,0,bmp.Width,bmp.Hei...more >>

scrolling marquee text in label
Posted by jdcharbonneau at 10/28/2004 8:29:06 AM
I've written a custom controll that scrolls text (marquee style) one character at a time. This works - but is too jerky looking. I'd like to make a smoother-scrolling marquee. I think the way to do this is to turn the text into a bitmap, and scroll that. Are there any examples of doing this or...more >>

How to put Excel Chart onto VC++ .NET Windows Forms? ERROR!!!
Posted by Bil Muh at 10/28/2004 8:17:22 AM
Esteemeed Developers, Please do allow me thank You in advance for your sincere guidances. I am facing problems while Putting Excel Chart 10.0 Component onto VC++ ..NET Windows Forms. I am developing an windows application on "Windows Forms (.NET)" by using Microsoft Visual C++ .NET v20...more >>

ASP.Net VB Database Question - Simple but frustrating
Posted by PCL at 10/28/2004 7:29:13 AM
I am trying to get the value from a simple stored procedure - the Stored Procedure returns 1 record with one field - it is basically "Select Max(po) as MaxPo from PODB" I want to store that value into a variable - in old asp i could simply say MaxPO=rs("MaxPo") and i would be done. Now i h...more >>

Datagrid problem. Creating extra unwanted row some who??
Posted by Stephen at 10/28/2004 7:13:04 AM
I have a really annoying problem with a datagrid. I have an application which populates a datagrid on the onclick event of a button. The datagrid is bound to an ArrayList which holds the values. Everything worked perfectly for me in my test application however when I copied and pasted the cod...more >>

Recommendation
Posted by Paddy at 10/28/2004 7:11:06 AM
Hi, I'm currently developing in Lotus Notes, but I want to move into the microsoft environment. The applications I mainly develop are for document management. ie storing information such as licensing details, attaching documents etc. Does microsoft provide a framework for this type of s...more >>

ASP.NET/VB.NET - Input is constantly recognized as NULL
Posted by MrMike at 10/28/2004 7:05:37 AM
Hello. I'm building a webform that allows users to add records to a database. The code that adds the new record to the database is below. Basically a user popualtes 3 textboxes on the webform and those values get populated into specific columns of a new record. The problem I'm having is ...more >>

List Boxes after service pack 2
Posted by Jason Maynard at 10/28/2004 7:04:59 AM
My company has just loaded the new Service pack 2 through out our offices and now our list boxes appear but they are empty. I tried to run it on a machine with out service pack 2 and it works fine. Any ideas? Is there a patch I don't know about? Thanks, Jason...more >>

Migrating website that references a web service
Posted by stmthoma NO[at]SPAM gapac.com at 10/28/2004 6:25:17 AM
I have a project that references a web service. How do I change which web service it references when I move from dev to qat to production? I have been changing path to the web service in dev to point to my qat service, building the project and coping it to qat. Then changing the path back fo...more >>

Active Directories
Posted by Andrew Alger at 10/28/2004 6:19:12 AM
I am having a hard time trying to communicate to the Active Directories to retrieve the following: User Name Email Address Phone Groups User is assigned to The last one is the most important. I am trying to develop this in VB.NET. Code Follows. Please give code examples if possible. ...more >>

Excel, DB2, AS400 (retriving data and sending into Excell)
Posted by Niyazi at 10/28/2004 5:49:03 AM
Hi, I have to retrieve a data from AS400 DB2 and after working with data I have to export into one of existing Excel file. I can connect into specific library in AS400 DB2 using AS400 Client-Access v5.2 program using (in VB.NET) ODBC driver (DSN Name …) . I can retrieve datam work on i...more >>

instantiate OUTLOOK from ASP.net/VB
Posted by Greg at 10/28/2004 1:59:09 AM
Hi. I am writing an INTRAnet app using asp.net/VB that, amongst other things, needs to access the global address list in Outlook, extract some email addresses and send email to these people. (actually, I believe I will have to be using Outlook's Web client). I am spending vast amounts ...more >>


DevelopmentNow Blog