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 > august 2006 > threads for wednesday august 2

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

Recommended way to add child controls in CreateChildControls
Posted by paul.hester NO[at]SPAM gmail.com at 8/2/2006 10:32:50 PM
Hi all, What is the recommended way to add child controls *around* existing child controls in the CreateChildControls method (e.g. table, row and cell controls for layout purposes)? Is the best way to keep a reference to the existing child controls, clear the Controls collection and then re...more >>


Building problem
Posted by wpw at 8/2/2006 10:32:01 PM
Hi I have problem in building my application wich contains 54 dlls and one of which is always fails in building in both modes, this particular dll is around 69K and only workaround sofar is to exit vs IDE and delete the file manualy and build again. I am using VS2003 Any better sugess...more >>

Co-existing ASP.NET 1.1 and 2.0???
Posted by dm3281 at 8/2/2006 9:12:51 PM
Hi all -- We currently have an ecommerce application installed on a W2K Advanced server running .NET 1.1. In November, I installed .NET 2.0 in order to allow a Windows Forms application I wrote to be run on the server for extracting system information. We have recently had an issue with ...more >>

What do these BIZARE Messages mean - WTF.bmp [00/36]
Posted by Curt at 8/2/2006 8:07:52 PM
Thank God for backups. This is the 3rd time this kind of crap pops up. I have not been in the module these errors reference in a month. But now my app will not build because of this crap. Any assistance would be most appreciated. To Date, this kind of stuf has cost me about 2-3 days work....more >>

Moving windows
Posted by Nathaniel at 8/2/2006 7:36:45 PM
How do I move windows in vb.net? ...more >>

Install C# Express after VS.NET 2005?
Posted by Kyle K. at 8/2/2006 7:15:33 PM
I'm sure this has been asked before, but... Is it possible to install Visual C# Express Edition AFTER installing Visual Studio .NET 2005 Standard Edition? I would like to develop some personal applications in C#, but don't want to use Visual Studio since the license for it belongs to my ...more >>

can't find the asp.net user account
Posted by Dica at 8/2/2006 6:49:49 PM
i'm getting an error when trying to perform a file move operation. this operation worked fine on my dev box after i granted read/write/delete perms to the asp.net user account on the folders i needed to manipulate. now that i've put the app into production, i'm getting file access errors, so ...more >>

Is MSbuild appropriate for automated builds of a large code base?
Posted by jrett at 8/2/2006 5:29:02 PM
I've got a source tree with over 100 projects, some depending on others and I'd like to set this up on an automated nightly build, or where devs can do private builds of the entire source tree to verify their code integration into the build before they check in. When I worked at Microsoft, we...more >>



Operators Inherited?
Posted by Shak at 8/2/2006 5:23:40 PM
Hi all. I was led to believe that static methods were not inherited by their subclasses (and since that makes sense, rightly so). However, a subclass I've written is using it's (abstract) superclass's operators. How can that be when operators are always static? Is it a special case? It'...more >>

problem regarding threads, invoke and class libraries
Posted by ThunderMusic at 8/2/2006 4:24:59 PM
Hi, I have a class library with some classes... One of those classes fire events from a different thread. When I try to display the information contained in the event args of this event in my UI, it says I can't access my control's properties from a different thread... I wanted to use the ...more >>

IIS locks DLLs after deploying web site.
Posted by brianedow NO[at]SPAM gmail.com at 8/2/2006 4:11:27 PM
I do not know why this happen, and it does not happen ALL the time, but it does happen on a fairly regular basis, and when it does, it causes real problems. If anyone can tell me how to prevent this, and moreover, how to FIX it, without having to bounce IIS, I would REALLY appreciate it! This p...more >>

Copy files between two web servers..
Posted by Matthew Moran at 8/2/2006 3:52:02 PM
I posted this on the .asp group but believe this may be a more appropriate forum. I have a need to have a web server (windows based) grab files each week from a linux based server - hosted elsewhere. I cannot use UNC paths. I want to have a script (.asp/asp.net) on the windows server that...more >>

Common Dialog - how to put on a form
Posted by Steve Barnett at 8/2/2006 3:37:04 PM
I need to include a wizard in my application that will, as one of the steps, ask the user to select a file to open and (later) a file to save it as. The naff way to do this would be to have a button on the form that pops-up the common dialog. The cool way to do this would be to have the common...more >>

Deploying .NET from a CD
Posted by the_grove_man NO[at]SPAM yahoo.com at 8/2/2006 10:08:53 AM
I have an application that I am giving to customers from a CD. Using the setup everything works fine but one thing. When the customer doesn't have .NET rather than having them go to the InstallURL in the Launch Conditions I am having them go to ".\dependencies\dotnetfx.exe" which is on my CD a...more >>

WebClient DownloadFile over ssl / https
Posted by gavkel at 8/2/2006 9:59:36 AM
Can anyone get this to work? All Im getting is the login html being downloaded. Would appreciate any help - my heads hurts Thanks Gav ...more >>

AppActivate c# vb.net equivalent
Posted by André at 8/2/2006 9:13:02 AM
Hi, c# .net 2005 I have a windows Sendkeys program using webBrowser1 VS.net 2005. I have to click a client side message box to say {enter}. How do I set focus back to the windows form for my sendkeys to send it to the correct screen? or, is there a better way then using send keys o...more >>

ADODB.Command.Execute | Count of rows affected
Posted by Nick at 8/2/2006 7:45:02 AM
People, I need to find out the number of rows affected by a stored proc that I am invoking using the said method. At the stage I'm in, I cannot use the DAAB, or even migrate away from using the ADODB to either an OLEDB or ODBC data connections. The piece of code that I am using is: cm...more >>

Custom Webdav server authentication and authorization
Posted by Arnaud Martel at 8/2/2006 6:52:01 AM
Hi, I am developping a custom Webdav server in C#. The IIS configuration is just an application Website with all verbs redirected to aspnet_isapi.dll and the server works as a httpModule. This server access a virtual filesystem actually located in a database. The whole thing works fine with ...more >>

Running Invisible console Application
Posted by Nicol at 8/2/2006 4:47:01 AM
Hi, I have created a console application in c#.net. I also scheduled it in the windows scheduler. In the scheduled task i will specify the command line arguments. When I say "Run", I am getting the command window, which I dont want. I need to run my application in silent mode. My sys...more >>

Microsoft Recruitemnt process for .Net certified resource
Posted by AssanKhan Ismail at 8/2/2006 4:09:02 AM
what is the Microsoft Recruitment's procedure ? How many levels i have pass to join Microsoft as an permanent employee ? How much microsoft will pay/year( in $ ) for 3 yrs of relevant experience in MNC with MCSD certificate ? Thanks in advance. Assankhan Ismail...more >>

Where can i get dotnet Modules for Numeric and Statistic?
Posted by Werner at 8/2/2006 3:51:02 AM
Is there a list somewhere with available .NET Modules, components, addin-ins .......more >>

how to create a user in web mail using dotnet coad by using webmailserver api
Posted by Abhi at 8/2/2006 1:59:40 AM
i need to create a user in web mail using dotnet coad by using webmailserver api ex: xxx is my webmail then i want to create to a user in that webmail xxx ex: yyy@xxx.com how i should do in dotnet code plz.... help me ...more >>

open custom extnsion files with cutom applications using c#.net
Posted by Yoshitha at 8/2/2006 12:00:00 AM
Hi I am developing a C#.Net windows application for my project. In that project I have an IDE to work on. The application is similar to Adobe Photoshop. My requirement is as follows. 1) I must be able to save my work in a file with custom file extention (similar to *.PSD in photoshop) 2) Af...more >>

web development advice needed
Posted by MPA at 8/2/2006 12:00:00 AM
Hi, We are a small company with experience in client-server apps with PowerBuilder and most major databases. We have no internet experience. We are now looking into slimming our main application, rewriting it with DOT.NET and making it accessible for Internet browsers. Our app constists of hier...more >>


DevelopmentNow Blog