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 > august 2005 > threads for saturday august 13

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

SQL Server error constants in ADO.NET
Posted by Carl Johansen at 8/13/2005 10:13:22 PM
I'm calling a SQL Server statement and I know that it might sometimes return a "violation of unique key constraint" error (SQL Server error 2627). I'd like to catch this and handle it - something like this: Try cmd.ExecuteScalar() Catch ex As SqlExce...more >>


How do I bring a <a TARGET=xxx> window to front if it's already op
Posted by Brian Kitt at 8/13/2005 9:43:02 PM
I don't know where to ask this question. If you know of a better place to ask it, please let me know. I have a main web page containing many links to detail pages. All detail links open with Target=xxx, so that I only have 1 detail page open at a time. In other words, if you click on det...more >>

.NET eats memory like a pig
Posted by Mike P at 8/13/2005 7:13:31 PM
I know everything about reference counting and making sure you don't have large objects lying around. I have also profiled my app with multiple tools. I know about the fact GC collects memory but not necessary give it back to the OS. It seems that .NET win app will only return memory to th...more >>

Can VB.Net DLL Have Specific Controls With No Form?
Posted by jean NO[at]SPAM vaneskahian.com at 8/13/2005 3:44:15 PM
I am very new to .Net and Visual Basic in general. My goal is to write a Visual Basic .Net DLL that can have its functions and subroutines called from another .Net application. My DLL will not have any kind of user interface. Can I use a Timer Control, A Winsock Control, and Serial Com Port c...more >>

please help with instalation of windows vista beta 1
Posted by Adam at 8/13/2005 2:38:35 PM
I tried installing vista beta 1, 3 time and everytime it showed me a blue screen on the boot-up of the first restart. please help Im desprete...more >>

VS.NET Deployment proj: can it install a service?
Posted by Ken Overton at 8/13/2005 11:18:56 AM
I've built a service that can be easily installed by simply copying it into place and running InstallUtil.exe -install <service.exe>. But it'd be great if a Setup project could do that because then the one setup.exe could take care of all that messy transactionality stuff. But I can't find...more >>

Background Processes
Posted by Ed at 8/13/2005 10:03:02 AM
Is there a way to run an application in the background other than through a service. As I understand it when creating a service it is best practice not have any kind of user interface. My application doesn't need an interface all the time, but it does need it periodically. This is why a w...more >>

Avoiding Image Caching
Posted by Nathan Sokalski at 8/13/2005 1:33:43 AM
I have been trying to find a way to prevent the images on my site from being cached on the user's machine. I want to avoid this because the images used in an Image control often change, yet have the same name. When they are cached, the cached image is displayed which is not what I want. I thou...more >>



is it possible to use PHP in
Posted by Yoshitha at 8/13/2005 12:00:00 AM
hi we have one php project, and the similar project has to be developed in asp.net is it possible to use the same code in asp.net , i mean i've to call the functions used in PHP PROJECT IN MY ASP.NET PROJECT? Is it possible to convert PHP project into asp.net project? Thanks in advanc...more >>


DevelopmentNow Blog