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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|