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 2007

Filter by week: 1 2 3 4 5

WindowsXP Home Edition
Posted by EDD at 5/31/2007 9:46:16 PM
I have gotten the dreaded blue screen of death. I was loading the patch for WOW and it critically fail which prompted me to send a error message to MS, then my computer when to the blue screen and started dumping. I have been have problems with Internet Explorer not work since E7 came out and ...more >>


HELP!!! i need help with bluetooth...PLEASE!!!!!!
Posted by Kit at 5/31/2007 4:54:00 PM
ok so i got this phone from my b/f (its an 'o2 Xda ll mini' i think) and he got it from his friend or whatever but it didn't come with the manual so now whenever i want to turn on bluetooth it says'turn of flight mode first' WTF IS FLIGHT MODE AND HOW DO I TURN IT OFF IF I NEVER TURNED IT ON???...more >>

How to enumerate two collections in the same loop?
Posted by Andrew at 5/31/2007 4:33:01 PM
Hello, friends, In c#.net, can we enumerate two collections in the same loop? For example: foreach (int amount in AmountCollection && string lastName in LastNameCollection) { Console.WriteLine(lastName + " made $" + amount.ToString() + " this week."); } Can we do something lik...more >>

Windows Service OnStart() not executing
Posted by thejackofall at 5/31/2007 1:34:04 PM
I have a Windows Service. When I start the service from the Services window, it indicates that the service started, but does not execute. When I debug with a public method of Service1 that starts my thread ( _MyThread.Start(); ), then it executes, but not when I start from the Services win...more >>

Where can I find 'standard' tool bar icon images?
Posted by Jamie Risk at 5/31/2007 12:56:42 PM
I"m programming an application in VS2005 (C#) and I'm having a devil of time locating images to put on my toolbar ... where are they found? - Jamie ...more >>

VS 2005 and Javascript
Posted by Gary L at 5/31/2007 10:40:06 AM
I'm having an unusual issue with javascript. I had an error in some javascript code, so I commented out the problem area and attempted to run again so I could do a view source on the page and see what's happening. Even though the code is commented out it still attempts to run the problem cod...more >>

Help with #define
Posted by ewpatton NO[at]SPAM gmail.com at 5/31/2007 10:09:33 AM
I have two preprocessing macros defined in my program: #define SetBooleanAttribute(str, attr) else if(key->Equals(str)) \ ##attr## = (settings->Attributes["value"]->Value=="true" ? true : false); #define SetStringAttribute(str, attr) else if(key->Equals(str)) \ ##attr## = settings->Attribut...more >>

Where to stor config file?
Posted by calderara at 5/31/2007 7:38:02 AM
Dear all, I am building a set of libraries working in a n tiers architecture Some of those libraries use common configuration settings like the database connection string and some others. I can imgaine that I can get one config file per buisness library. What is teh best way and where to s...more >>



WCF, net.Tcp, baseAddress
Posted by Duffman at 5/31/2007 7:25:01 AM
Hello, I have an odd problem with a windows service host - both as a console app and a windows service (installed and uninstalled using installutil) For some reason if I only use the baseAddress I'll get an AddressAlreadyInUseException on the service.Open command. If I specify a diffe...more >>

Want to send ascii data over the tcp socket in VB.NET.
Posted by Valli at 5/31/2007 12:00:00 AM
Hi, I want to send ascii data over the tcp socket in VB.NET. When the data reaches the destination, the special characters in the messages are recived as '?'. I meant the special characters which are not keyborad characters. Example chr(250), chr(254). Is there any way to send these kin...more >>

.NET Application requires Local Administrator Rights
Posted by eltonchew NO[at]SPAM gmail.com at 5/30/2007 9:37:53 PM
Hi, We have an inhouse developed VB.NET Windows application which runs successfully only when the user is given a local administrator rights. Without which, it fails to start. There isn't anything reported on the event viewer. Giving the user full access to C:\ drive also doesn't do the trick...more >>

'class' is defined in multiple places
Posted by Josh at 5/30/2007 4:32:31 PM
Hi, I've googled this but I'm not getting anwhere. I've obviously ensured that the class is not defined twice. Its a web site ( the main dll ) that runs perfectly on my development machine but fails when it gets run on the server. I've been all over the server and deleted every other occ...more >>

COM attribute named Event
Posted by aaron.m.johnson NO[at]SPAM gmail.com at 5/30/2007 9:21:25 AM
I'm using a COM object in .NET that has an array attribute named Event. Since event is apparently a reserved word in .NET, it's making me call get_Event() to retrieve the data. The problem is that the object I'm getting back from get_Event seems to be broken. If I try to access any of it's at...more >>

64 or 32 bir .net 3.0?
Posted by Michael Zdarsky at 5/30/2007 8:10:04 AM
Hello, we have a 2003 R2 Server x64 installation. We want to install our own 32 bit applications based on .net 3.0. So my assumption was, that we need .net 3.0 32 bit on that machine. Is that correct? But the 32 bit version is not installable. We get the error 5100 (means ASIA???). S...more >>

Problem with WEBDAV
Posted by ngrTerry at 5/30/2007 3:00:32 AM
I have tried the code supplied by microsoft help page as below and all I get is 440 Login Timeout I have checked the address with the administrator and he says this is right. I feel as if I am close, but obviously not close enough.... Dim oXMLHttp As MSXML2.XMLHTTP30 = New MSXML2.XM...more >>

Smart Indent in Visual Studio 2003
Posted by stonny at 5/30/2007 2:15:59 AM
Hi, I am editing code under visual studio 2003 environment. Does it have a 'Smart Indent' function like matlab does? Thanks ...more >>

VS2005 will not browse on vista
Posted by PeterW at 5/30/2007 1:04:03 AM
I install Visual Studio 2005 Pro on Vista. I open and migrate a 2003 web project to 2005. I attempt to browse an aspx file from the Solution Exploer. It displays a blank html page. I create a master page with 3 content placeholders. I create a WebForm that uses the master and then brows...more >>

Mobile Application
Posted by Doug Bell at 5/30/2007 12:00:00 AM
Hi, We have a current application for some mobile Hand Held Barcode Scanners. The current App was written in Delphi and I intend to re-write it in VB.Net. Before I start can anyone recomend a News group for Mobile Apps. The program will need to work disconnected and update our main database w...more >>

Shortcut keys vs. mouseclick
Posted by Johnny E. Jensen at 5/30/2007 12:00:00 AM
Hello I've developen an MDI application using C# in VS2005 In my menu toolstrip i have the toplevel menuitems text starting with the; &File, &Admin to be able to use the ALT + KEYSTROKE. When I use the Alt+A to pull down the dropdown menu. Then click ENTER on an menu-item. This fires the me...more >>

vb5 license issues...pls help
Posted by shai_guyjama at 5/29/2007 7:11:02 PM
is it true that Visual Basic 5.0 is already shareware? I heard rumors of it circulating around here in the Philippines that it is. If it is, can you please direct me to a site specifying such, and if not, please bash this rumor once and for all. thank you....more >>

Duplicate Emails sent
Posted by DrDave at 5/29/2007 3:50:01 PM
Windows Mail (Vista) sends duplicate emails every time. I can't seem to find where to correct this problem -- Dr Dave Vista Newby...more >>

Visual Studio 2005 Debugger Skips Breakpoints
Posted by theresegt1 at 5/29/2007 1:54:23 PM
Does anyone know why VS 2005 might skip breakpoints when debugging through the browser? It's a new installation so no configurations other than 'set startup project' and 'set startup page' have been set. Do I need to do additional configuration to get the debugger to break at breakpoints, or mig...more >>

Load balancing window services
Posted by anand kumar at 5/29/2007 1:26:00 PM
Hi, We have a requirement where windows service application XX will be deployed on two servers that is load balanced. The windows service polls the file directory and performs some logic when the file is being copied to the UNC path. The window service uses FileSystemWatcher to perform file o...more >>

single sign on for windows applications or windows services
Posted by Pouria at 5/29/2007 12:13:07 PM
Hi, Does anyone have any experience with single sign on for .Net windows applications or windows services? So the idea is to be able to use the user credentials from logging into windows to authenticate the user for using a windows application or windows service. I have found some information...more >>

Launch an application from a service
Posted by randyh NO[at]SPAM newsgroups.nospam at 5/29/2007 10:52:02 AM
I need to launch an application that interacts with the desktop from a service. The catch is I need it to work at the CTRL-ALT-DEL screen when nobody is logged in. How can I accomplish this?...more >>

LoaderLock problem
Posted by aaron.m.johnson NO[at]SPAM gmail.com at 5/29/2007 8:57:19 AM
Help me understand this, please. I have an older VC++ COM DLL that I'm using in a C# project. One of the COM objects takes a callback object as a parameter so that it can spin off a thread and do some long running network stuff without blocking. When I run the application the callback works ...more >>

print spooler not running
Posted by sheila at 5/29/2007 7:50:02 AM
i have a lexmark 1240 printer changed ink cartridge printer has not worked since have tried going to run services print spooler hitting automatic then start shows spooler started when i go back to reinstall printer get error can not install spooler not running what else can i try -- shei...more >>

print spooler not working
Posted by sheila at 5/29/2007 7:38:01 AM
i have a lexmark series 1200 printer that was working fine untill we installed a new ink cartridge since then we have not been able to use printer have tried all listed solutions from run services start spooler to uninstalling and trying to reinstall printer show that spooler is started bu...more >>

I want to publish one Event from my Header User Control using Master pAge
Posted by Rushi at 5/29/2007 6:55:43 AM
Hi All, I want to publish one Event from my Header User Control using Master pAge . And want to attach/detach this event from individual pages. Details: I have one User Control Header.ascx. This control have one Save Button. And this control haivng one Raise Event for this save button. I...more >>

How Can I use MAPI to connect to Exchange2003
Posted by ngrTerry at 5/29/2007 3:25:23 AM
I am trying to find some references on how to use VBNET2005 to connect to an EXCHANGE2003 server to be able to produce a program which reports the number of unread emails in the INBOX for a particular user (emails) Please can someone throw me a lifeline or two. Many thanks in advance for an...more >>

How can I use managed with unmanged code
Posted by Allen Maki at 5/29/2007 2:54:40 AM
I would be pleased if someone gives me a general idea; how I am going to do this. I am using visual C++ .NET 2003. I made a simple program using conventional C++ code. This program accepts data from the user, does some calculations and outputs the result back to the user using th...more >>

Simple question with config file
Posted by calderara at 5/29/2007 12:57:00 AM
Dear all, I am developing a multi tiers application and actually responsible of delivering the buines logic library. That buisnes logic library will need some parameters to be suitebale configured. As a testing purpose I have build a client application which contains app.config files with...more >>

PageIndexChanging in a GridView
Posted by Jason Huang at 5/29/2007 12:00:00 AM
Hi, In my C# 2.0 web form project, I have GridView1 in Form1.aspx. I am wondering why I can't find the PageIndexChanging event in the Form1.aspx.cs but the GridView1 still can go to other pages. So, where exactly does the C# 2.0 web handle the PageIndexChanging thing? Thanks for help. ...more >>

calling unmanaged code from managed code
Posted by Usman Jamil at 5/28/2007 8:15:59 PM
Hi I've a dotnet application in C#. I need to call a COM method from it. The com component is written in VC++. One method is to add a refrence to that COM component in my dotnet application that would create and interop and I can use the methods of that COM interfaces easily. But the proble...more >>

ctfmon.exe keeps shutting down
Posted by Purple Lemon at 5/28/2007 1:10:01 PM
The last day or two the ctfmon.exe keeps "Encountering a problem" and shutting down when I start the computer, and when I open up either Netscape Browser or Internet Explorer. I have no idea why this has just started up, as I've not done anything to the computer in a while. Last thing I did wa...more >>

Serializing some properties of a UserControl-derived class
Posted by she_prog at 5/28/2007 12:49:20 PM
I have a class derived from UserControl. I need to serialize an object of this class, but only some properties of it, as not all properties are serializable (some of the properties coming from UserControl are like that). When serializing, how could I ignore all the properties coming from the Use...more >>

sorting alphabetically
Posted by buffalojimbo at 5/28/2007 11:54:01 AM
I am writing a list of words on a document and want them in alphabetical order... I pulled down table and clicked sort text.... it says sort by paragraphs text... I clicked OK and it won't do it.... Says..."word cannot sort fields in this selection....." I can not find out how to do it in H...more >>

Installing VS on two operating systems?
Posted by lallous at 5/28/2007 9:20:52 AM
Hello If one has two operating systems on two different partitions, say Vista and XP. Is there is a way to install VS2005 on one partition and make it work on both operating systems, without needing to install VS2005 on both OSes (so that the registry is patched correctly) ? Regards, El...more >>

Sending mail from a Web application(SMTP)
Posted by Krish at 5/28/2007 4:25:39 AM
Hi All, I am trying to send email from my web application. I am using the System.Net.Mail name space for the same. Now my question is what all are required for having this capability in my web application? If I have the SMTP service installed and running in the same IIS(where my web applic...more >>

Print Preview Problems
Posted by Pete Vickers [MVP] at 5/28/2007 12:00:00 AM
Hi, I have migrated a Vb.Net project from VS2003 to Vs2005. I use a print preview control, and in the 2003 project, i sent it a new print, and it was displayed. In 2005, the first print sent is the only one that is ever displayed. I have debugged the code, and the print I am sending is correc...more >>

Adobe Reader download problems
Posted by DickJ at 5/27/2007 8:25:00 PM
While downloading Adobe Acrobat 8.0 with Windows XP I got an Error Message " Error 1714 The olderversion of Adobe Reader 8 cannot be removed, contact your Technical Support Croup" I tried everything from Adobe Tech Note with no luck....more >>

listing functions in unmanaged .dll
Posted by .paul. at 5/27/2007 6:56:00 PM
how do i list all available functions in an unmanaged .dll? i tried using reflection, but that seems to only work with managed assemblies...more >>

decimal separator, regional settings
Posted by pax at 5/27/2007 4:47:48 PM
Hello there! Here is my problem, in the simplest scenario: - an Access 2000 format database (created with Access 2003) - a simple table that contains one single field defined as Number, Decimal, 18,2 - VS2005 standard, C# - a data source / dataset that cotains that simple Access table - a...more >>

Vista shut down internet connection...
Posted by Stefan_N at 5/27/2007 2:40:01 AM
I have tried everything i can think of, but nothing helps... Why does Vista block my internet connection but not my LAN ??? I don't understand it.... Maybe a bug ? nVidia built-in NIC and D-Link DGE-530T works properly in other Windows versions - and seems to do it in Vista as well. Maybe w...more >>

Word 2002 XP with Vista
Posted by MoodyBlue at 5/26/2007 4:18:01 PM
Hi - I installed Word 2002 from my Small Business Enterprise disc which was for XP. Excel and Outlook are fine, but I cannot open or save documents in Word format, they default to Wordpad and hence look illegible. Can anybody help with a solution please?...more >>

Installing Incredimail on XP home
Posted by sailer at 5/26/2007 12:48:06 PM
It worked fine when I used ME, but now I'm using XP home and when I try to install Incredimail, I get a message 'terminal error'. Then it places an icon on my desktop so I can complete installation at a later date. But the same thing happens. Is there a plug-in out there that would make it ...more >>

No longer receiving mobile alerts
Posted by George R. at 5/26/2007 8:53:00 AM
I used to get text message alerts from mobile.live saying I had a new Hotmail e-mail. Now it says I reached my limit. I went in to My Alerts and checked everything. It said it would reset. I double checked my options in Windows Live mail. I'm still no longer able to receive alerts on my mobile...more >>

Windows xp 64bit edition and internet explorer 7
Posted by mariascott2000 at 5/26/2007 3:34:00 AM
hi, anyone help? everytime i close an internet explorer 7 window i get an error message which also closes all my other ie windows loosing everything i was doing or looking at. i cant remove it from the control panel add/remove programmes as there is not an option to add/remove next to it...more >>

Crystal Report
Posted by drabee at 5/26/2007 1:47:00 AM
Greetings: Please This is the first time i'm using crystal report i'm passing Parameters like code belowe but what i'm getting alwayes just the last record pleeeeeeeeeeeeeeeease any help Dim report As New ReportDocument Dim I As Int16 mycon.ConnectionString = "PROVID...more >>

Can Wireless Gaming Adapter work with Wireless Router?
Posted by Befuddled-1 at 5/25/2007 8:16:01 PM
Trying to set up a WGA54G (gaming adapter) to a WRT54G(wireless router) so I am able to use a wireless service provider on an already established wired/wireless office network. Thoughts???...more >>


DevelopmentNow Blog