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 > december 2007 > threads for december 15 - 21, 2007

Filter by week: 1 2 3 4 5

best software package for this-vs2005 standard edition?
Posted by Paul at 12/21/2007 12:28:02 PM
I was just wondering if anyone knows if vs2005 standard edition will work for this. I would like to build some windows applications that will have Crystal reports as an output and interface with SQL express. I need low cost software as am on a budget and noticed that vs2005 standard edition ...more >>


Open port 80, security issues?
Posted by Bjorn Sagbakken at 12/21/2007 9:22:24 AM
Hi. This might not be the right forum for my question, but still I throw it out: I have just succeeded in publishing my ASP.NET web application on my own PC, opening port 80 in/out in my firewall, so now it is accessable from internet. It is running on IIS own WinXP. So far I haven't ex...more >>

List View Colours
Posted by Mr. B at 12/21/2007 12:12:48 AM
I've not programmed for a while in VB 2003... but I've decided to modlfiy a Project I have. Seems simple enough... I've a List Box... I fill it with about 30 lines of data (3-4 columns). What I want to do is to be able to List the ROWS of data either a RED or GREEN colour depending upon an ...more >>

SOAP/HTTP without IIS-ASP.Net
Posted by aaa.aaa at 12/20/2007 8:01:36 PM
Hello, I wonder whether with the DotNet framework 2.0, it would be possible to write a windows application service which incorporated a server HTTTP "embedded" (via code) without using IIS locally. The purpose of the application is to consume SOAP messages over HTTP containing objects (d...more >>

slow boot sequence
Posted by memorn at 12/20/2007 5:06:00 PM
built new computer...msi motherboard...put in all utilities and drivers...bios recognizes everything...boot sequence fine...ran beautiful yesterday when i built it...now when window xp window appears and loads it takes 12 seconds from window xp screen (which then goes totally dark to my logi...more >>

File not being included in my deployment application
Posted by John Sheppard at 12/20/2007 1:34:24 PM
Hello, I am setting up a msi installation application in dotnet. A file that needs to be deployed doesnt get copied automatically even when i mark it as include in output directory. The file is called policycache.config Thank you for any ideas anyone may offer John ...more >>

Thread safety in static methods
Posted by aesper at 12/20/2007 9:11:00 AM
I have a question about using statics in a multithreaded application. I know that when threads share resources we need to be carefull and make sure they are well synchronized when accessing these resources. My question is about static methods that only deal with mehod-local variables. Do we ...more >>

Automated Install of a .NET application
Posted by MANILAS.BRAHMS@googlemail.com at 12/20/2007 6:27:49 AM
I would like to do an unattended/automated installation of a .NET application. I have a deployment project which creates a setup.exe and *.msi file which asks the user for a couple of parameters while installing. As part of my automated build/deploy process, I would like to automate (1) removin...more >>



BindingList and ArgumentOutOfRange when bound to DataGridView
Posted by Jim Balo at 12/19/2007 11:24:31 PM
Hi, When I bind a BindingList<> to a DataGridView and then call RemoveAt(n) on it, I get ArgumentOutOfRange. Could someone explain why? Sample: public partial class TestForm2 : Form { private BindingList<Person> _personList = new BindingList<Person>(); public...more >>

Getting started with Hyper-V
Posted by CodeSlinger at 12/19/2007 9:34:00 PM
I plan to build my own 2008 Server/Hyper-V system and will not be using one of the tested Dell or HP systems from the release notes and could use some pointers as to my assumnptions and answers to a few questions. Some getting started with Hyper-V assumptions. Please tell me if I am off bas...more >>

Installing .NET 3.5 on Windows 2000 Pro/SP4
Posted by Fred Mertz at 12/19/2007 8:33:13 PM
According to this page: http://www.microsoft.com/downloads/details.aspx?FamilyID=333325fd-ae52-4e35-b531-508d977d32a6&DisplayLang=en#Requirements ..NET 3.5 requires XP, Vista, or Server 2003. There is no mention of older operating systems, like Windows 2000. While.NET 2.0 can run on many ol...more >>

WCF -Inproc: Client and Server on main thread -> Client call hangs...
Posted by José_Joye at 12/19/2007 6:40:57 PM
I'm currently running some tests with WCF in In-proc environment. I have created a small winform application that starts the host in the main thread with an named pipe endpoint. If I call a method exposed by the server using the proxy from a separate thread, all is fine. However, if I do ...more >>

puzzled in Application manifest
Posted by Jeremy at 12/19/2007 4:56:21 PM
Got from MSDN that there's an element - assemblyIdentity in the application manifest which describes and uniquely identifies the application owning this application manifest. What I'm puzzled is following attributes with this element: 1- processorArchitecture (optional), which specifies th...more >>

How do I create a standalone executable
Posted by mohaaron at 12/19/2007 3:40:56 PM
Hello all, This might seem like an odd question but I would like to know how to create a standalone executable. I'm using vs.net 2005 and the closest project template I can find for what I want is a console application. The console application is not what I want as I don't want a command prom...more >>

clickonce deployment is fucked
Posted by John Sheppard at 12/19/2007 2:30:20 PM
Error 1 Publish failed with the following error: Could not find a part of the path 'C:\Work\sun\sun\bin\Release\sun.publish\sun_1_0_0_0'. :( Its not even building anything to that directory...I cant change it...I could try placing my build in that directory but thats fucked? clickonce my as...more >>

Determining user rights to a folder
Posted by Ramon Gene at 12/19/2007 1:06:01 PM
What's the best way in .Net (C#) to verify if an specific user has write access to a folder? Any code snippet is appreciated. Thanks a lot, Ramon ...more >>

Serialization problem
Posted by Art at 12/19/2007 11:39:04 AM
- I populate [deserialize] order class from a file (order.xml)- works OK, - Serialize back to a file - works OK, Now ... - I populate another instance of order class with data from DB, - at this time both classes, deserialized and populated form DB, are identical - when I serialize DB versi...more >>

MessageBox in Class Library
Posted by Steve at 12/19/2007 11:26:39 AM
Hi All, I'm writing an error handler and need to display a MessageBox from within a Class Library. I've added System.Windows.Forms as a reference and also to my using list. The compiler complains that "The type or namespace name 'Windows' does not exist in the namespace 'System'. What co...more >>

Purpose of Implementing the Observer Pattern
Posted by Mohamed Mansour at 12/19/2007 10:30:41 AM
Hello, What is the purpose of implementing the Observer Pattern if we can trigger an event easily? For example (from books), You have a "Forecaster" which notifies "Observable" when a prediction is ready, then there is a "WeatherViewer" which calls methods from the "Observer Interface"....more >>

Why does it take so long?
Posted by AlBruAn at 12/19/2007 7:31:01 AM
I apparently posted this in a wrong group ... one intended for pre-.Net development using VB. Anyway... I have a solution containing a project of Web pages, a project that contains all my business objects, five Web Service projects and three Windows Services projects. I'm only working wit...more >>

MMC 3.0 and .NET 1.1 ???
Posted by mssun at 12/19/2007 7:21:05 AM
I am trying to develope MMC 3.0 snap-in with Visual Studio 2003. I didn't find whether MMC 3.0 supports VS2003 and .NET 1.1 in MSDN documentation. I know MMC 3.0 SDK sample codes are all built with VS2005. I installed MMC 3.0 on Windowes XP Professional SP 2, which only has .NET framework 1.1...more >>

Logging on machine and accessing UNC share
Posted by Chris Ashley at 12/19/2007 3:17:30 AM
I have a .NET Windows Service which needs to log on to another machine to access a UNC share. Is this possible? I assume so due to the existence of the NetworkCredential class, but I can't find any associated class to access the share using a NetworkCredential object?...more >>

Question on Directory.GetFiles()
Posted by Michael Jackson at 12/18/2007 4:49:19 PM
In my .NET 2.0 VS 2005 VB application, I'm using Directory.GetFiles(path) to get all the files in the directory. However, I'm getting an error regarding "Illegal character in Path", even though I can copy, etc the file using the Windows XP explorer. I can trap the error, but then this traps...more >>

How to tell if an assembly is .net 1.1 or .net 2.0
Posted by weisun.aa@gmail.com at 12/18/2007 3:42:35 PM
Manually Thanks!...more >>

ROOT.CIMV2.Win32.Product spurrious error, how to fix?
Posted by Mark at 12/18/2007 2:30:00 PM
Hi... We have some code written in C# that's trying to manage a farm of servers. It's using the WMI classes to look at the remote machine for certain installed packages, and occasionally it blows up but I can't figure out why. The code is ManagementScope scope = new ManagementScope(...more >>

Possible dumb question: .NET without the framework
Posted by Chuck B at 12/18/2007 10:14:55 AM
I have a .NET application installed on a server. It runs fine when I run an instance on my PC. My question is, is it possible to run a .NET app hosted on a server without having the framework installed on the client PC? ...more >>

Deleting Recycle Icon From Desktop on XP
Posted by leoram at 12/18/2007 9:19:04 AM
Is it possible to delete the recycle bin icon from the desktop on XP OS? If so, how is it done? Normally, a right click and delete will do it but when I right click there is no delete option. Thanks RickC...more >>

Outlook express 6 lost .dll
Posted by Keith E25 at 12/18/2007 6:23:00 AM
It would appear that I received a virus and my computer disinfected it and removed the programme. The missing .dll is OESTORE.DLL. How do I get this back or import the .dll into OE 6. I have tried all the usual lines except reinstalling IE 7 as I don't want to lose emails saved etc. Any ...more >>

Deleting Recycle Icon from Desktop
Posted by leoram at 12/18/2007 5:03:00 AM
My OS is XP. Is it possible to remove recycle bin icon from desktop? If so, how. Normally, a right click delete will do it but there is no delete when I right click the icon. Thanks. RickC...more >>

While Loop with a StreamReader process included for fun
Posted by William Foster at 12/18/2007 3:40:00 AM
Good evening all, I am trying to write a process that uses a while loop to cycle multiple files from an array throught the StreamReader Process. The whole thing works using: Dim Import_File_Reader As System.IO.StreamReader While ... Import_File_Reader = New Strea...more >>

how to Retrive Country and other info from IP address using asp
Posted by amgu at 12/17/2007 9:54:00 PM
Hello I am looking for a asp.net code so that we can incorporate the code which can help us to retrive the country and other infromation through IP address of the visitor for the website. amgu...more >>

Change IP Address to country , Orign and region
Posted by amit at 12/17/2007 8:51:00 PM
Hi I am looking for a code in asp.net how to change IP address to country , orign and region ....more >>

when exactly HWND is created
Posted by shark at 12/17/2007 12:13:00 PM
Hi, My question is, when exactly window is being created? Let's assume that we have user control placed on any form. Form's contructor create user control and adds it to its controls collection. But when exactly this window is created? When form window is created ? I thought that it's crea...more >>

XmlDocument's LoadXml and concurrency
Posted by Sashas at 12/17/2007 10:29:36 AM
Hi All I'm writing a web services that accesses an xml config file. Because of the possibility of multiple accesses to the config file (through multiple instances of the web service), I have a concern. Can multiple instances of my web service lead to a race condition when accessing this xml f...more >>

Outlook Express and IE 7
Posted by Homer at 12/17/2007 7:01:00 AM
Microsoft keeps bugging me to install IE 7. The last time I did that I had a number of problems with Outlook Express. Have they fixed these problems? ...more >>

How to set the tab order for controls in different dll user controls
Posted by Kakkanattu at 12/16/2007 9:19:10 PM
Hi All, Im my windows application(.NET 3.0), I have a window form. In that I am using one usercontrol. The user control is from another project/ dll. So while pressing the tab key, once all the controls get visited, I want to visit the controls in the user control and after that again come back...more >>

CD-Rom doesn't work on Win2000
Posted by DC at 12/16/2007 6:11:01 PM
I have a DVD Rom on Drive e & a CD Rom on Drive F and neither will boot up disks. Neither are visible on Device Manager, MY Computer, or Explorer. I have been into the BIOS and Standard CMOS ettings and reset the Primary & Secondary slave to AUTO. That didn't work. Not sure what else to do...more >>

Outlook Express and Yahoo Mail
Posted by frosty at 12/16/2007 5:37:01 PM
I use outlook express...when i rec in mail from a yahoo mail customer it puts it into my deleted folder...these people are not on my blocked senders list...any thoughts...i have tried everything that i know to get it put into the correct folder, ie, have made message rules, etc. thanks for any...more >>

Email problem sending out mail
Posted by barbyq10 at 12/16/2007 10:24:02 AM
After sending mail, it leaves the outbox as normal and clears and hits the sent folder, but then I get a popup box that states EMAIL PROBLEM One or more e-mail messages cannot be sent. Details View the log After you verify the format of your recipient addresses, McAfee re...more >>

where to find my new thread
Posted by underjaydee at 12/16/2007 9:16:01 AM
i posted a new thread earlier today, why can't i find it?...more >>

Bitmap file size
Posted by Danny at 12/16/2007 5:22:21 AM
Hi all, Is there a way for checking the file size of a Bitmap without saving it to disk (using C#)? Thanks in advance, Danny...more >>

2007 Microsoft Office Suite Service Pack 1 (SP1)
Posted by Ellen at 12/16/2007 1:55:01 AM
Using XP (English). I left this huge update running to download as I am on dial up. When I got back to computer (said the download would take 68 hours) I recd an error message saying: System has recovered from a serious error. I didn't get the error number sorry. My microsoft update histo...more >>


DevelopmentNow Blog