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


all groups > dotnet general > november 2005 > threads for thursday november 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

urgent, urgent help needed.
Posted by Chris at 11/3/2005 9:52:04 PM
Hi, I developed a COM+ Server application on my XP machine. It works excellent. I exported as server application and then installed it in a windows 2003 server. I then exported it as a Proxy Client from the Windows 2003 server and installed the proxy client on 2 xp machines and it works fine....more >>

ArrayList.Item using Visual Studio 2003, is there something I need to get ...
Posted by Brian Underhill via DotNetMonster.com at 11/3/2005 9:10:02 PM
Is the .Item property not availible or is it called something else? How would you get an indexed value from an arrayList? for(j=0;j<3;j++) { arrayvalue=MyarrayList.Item(j); } -- Message posted via http://www.dotnetmonster.com...more >>

1.1 Setup fails on 2.0?
Posted by Grant Schenck at 11/3/2005 7:27:54 PM
Hello, Using VC 2003 with C# I built a 1.1 .NET app and an associated setup application. When my setup is run on a machine with .NET 2.0 installed it complains: "This setup requires the .NET Framework version 1.1.4322. Please install the .NET Framework and run this setup again. The .NET...more >>

Combine Forms Authentication with Windows
Posted by Nick at 11/3/2005 5:46:11 PM
I am working a new application...well actually a series of applications for my company. They want internal users to be able to go to a site and everything regarding security is transparent, however we will have brokers and customers that also need to connect and will require a username and ...more >>

Service won't start as non-Power User
Posted by Tim Werth at 11/3/2005 2:38:05 PM
This might not be the best place to post this, but it looked the best from what I saw. I have a .NET service that is installed on an XP SP 2 machine by a user with admin privileges. The setup asks the user for a domain account to use run the service as. If the domain account the user prov...more >>

rtf image import
Posted by psb at 11/3/2005 12:07:39 PM
I have trying to automate customer service letters. I have the letters and signature .jpg files. would be nice to marry these in one rtf file. how is this accomplished in .net (prefer vb.net)?? It would be nice to insert signature jpg file like a replace statement. ie. strLetter.Replace(...more >>

Ad Hoc Query in C#
Posted by John Scott at 11/3/2005 10:50:02 AM
Ok...here we go... I am trying to manually run an SQL server back up job from c#. Here is a snippet of my code to begin the process: string strSQL = "USE msdb " + "\n if exists(select * from sysjobs_view where name = 'TempBackupJob') " + "\n EXEC sp_delete_job @job_name = 'TempBackupJob'...more >>

2003 / XP multi-threaded problems
Posted by Rob Durant at 11/3/2005 9:12:00 AM
Hi, I have a multi-threaded application (have also tried as service - same behaviour) that runs fine on XP, but not on 2003. Symptoms are: Threads are started normally, locks acquired and released as needed, runs fine for some time, then stops - Visual Studio detects no exceptions, and I ha...more >>



Please confirm this
Posted by Chris at 11/3/2005 8:58:05 AM
Hi, I am about to yank more hair form my head here. I created a COM+ Application. It uses the following dlls 3party.dll Microsoft.Practices.EnterpriseLibrary.Data.dll Microsoft.Practices.EnterpriseLibrary.Common.dll Microsoft.Practices.EnterpriseLibrary.Configuration.dll The com+ applica...more >>

System.Net.Sockets.Socket Bug?
Posted by Alphamacaroon at 11/3/2005 8:55:16 AM
All, Are there any known bugs with the Socket class in systems with multiple network cards? If I create a Udp Socket (non-multicast) with "new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);" and bind it to anything but the machine's default IP address, I am unable to ...more >>

xcopy using System.Diagnostics.Process doesnt work on W2k with SP4
Posted by Sriram at 11/3/2005 7:50:16 AM
Hi. Following code works fine on XP, but not on W2K+SP4. When I run it on W2K, it does not give me any error, exception. I have tried setting StartInfo.ErrorDialog = True, ErrorDialogParentHandle, CreateNoWindow = False, but in vain... The xcopy is available in the path set in system env...more >>

Dataset alternative to stored proc row results
Posted by Al at 11/3/2005 7:09:30 AM
Using the reader object I'm not having a problem retrieving stored procedure return values, but I'm having trouble getting at the actual data coming back in the row results. My first impulse would be to fill a dataset, but I'd prefer to return the results in a more generic fashion, hopefully vi...more >>

MSComm32.ocx - continued VS Studio .net 2003
Posted by Tazz at 11/3/2005 6:53:14 AM
For those, like me still running VS Studio .net 2003, and having to deal with the exclusion of native support for legacy serial ports, a bit of good news!. I just found out that VS Studio .net 2005, to be released officially on the 7th November, apparently WILL HAVE support for serial ports, ...more >>

Message Queue and Distributed transactions
Posted by Rodrigo García at 11/3/2005 6:21:07 AM
Hi. The problem is a bit hard to explain. I have a ServicedComponent method which runs a distributed transaction consisting on a a MessageQueue reception and several database operations. That ServicedComponent method is called from a pool of threads which get blocked in the Receive method ...more >>

Install windows service from code
Posted by Ant at 11/3/2005 6:21:05 AM
Does anyone have an example of how to install a windows service from .net code. I've seen PInvoke versions, but it should be able to be done using System.Configuration.Install.Installer as the InstallUtil does. Thanks...more >>

DataGridView Control in VS2005?
Posted by Fizzer at 11/3/2005 3:16:04 AM
Hi, Does anyone have any code examples on using the DataGridView control in VS2005? Particularly on creating table styles as this seems to be different to the old DataGrid control....more >>

DLL EntryPoints
Posted by Tazz at 11/3/2005 12:21:01 AM
Another question: I'm sitting with a dll/ocx that I wish to use in my application. The thing is, the manual or help/information of any kind about it, is missing!. Is there a tool I can run against the dll/ocx that will list for me all the exposed methods/properties? Anybody? Thanks Ta...more >>

activities logging
Posted by Stanley Cheung at 11/3/2005 12:00:00 AM
hi all, I want to implement logging for a mailinglist application. the mailinglist will auto send out from a queuing table and user want to know the updated status for how many emails have sent. here is my ideas: =================================== try { // sendemail code SmtpMai...more >>

IXMLDOMDocument::loadXML fails on what seems to be a perfectly fine xml
Posted by Alexandra at 11/3/2005 12:00:00 AM
Hi, I am trying to parse an XML file using DOM in VC++. I need an element which is inside other elements. So I am loading the file. Calling GetElementsByTagName to get the first level elements. Iterating through them, get to the one I need and here I am actually in need of anoth...more >>


DevelopmentNow Blog