all groups > dotnet general > june 2005 > threads for friday june 24
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
asp.net errors in iis log
Posted by Aaron at 6/24/2005 11:55:40 PM
I would like to write a program that finds all asp.net errors in iis logs?
what characteristics should i look for? (a line in the log that has the
error?)
what about sql errors?
Thanks in advance,
Aaron
... more >>
ODBC Data Sources
Posted by Landley at 6/24/2005 11:24:56 PM
Hi All,
Is there a method that I can call to return a list of available database
drivers?
If so, is there then a way to get the list of fields that are required for
those the database drivers?
L.
... more >>
Changing control name
Posted by Ant at 6/24/2005 8:55:02 PM
Hi, I'm a Vb6 developer just getting into .Net & I like it!
But...
How do I change the name of a control, say, a button, once code has been
written to it. Even if I delete the old event, whenever I click on the newly
named control, it brings me to the old controls click event. i found that i... more >>
'findstring' in listbox
Posted by amber at 6/24/2005 3:59:03 PM
Hello.
Can someone tell me what I may be doing wrong here?
I'm using the code (lboxRP is a listbox):
Dim newRPindex As Integer
newRPindex = Me.lboxRP.FindString(RP)
Me.lboxRP.SetSelected(newRPindex, True)
When the last line executes, I get an error message:
An unhandled exception of t... more >>
automation of Office .Net Programability
Posted by Jason at 6/24/2005 3:19:04 PM
Hi,
I have managed to automate the inclusion of the framework and SP into my
installs but have hit a brick wall on being able to switch on the
Programmabilty support for office applications without simply launching the
Office setup and requesting the user make the changes manually.
Is th... more >>
Record Locking
Posted by Justin at 6/24/2005 2:51:02 PM
Hello:
I have a question regarding Record Locking in ASP...If the user x's out of
the web page, how can I unlock the record? A co-worker told me it has to be
done in Javascript, but he doesn't know how to write the javascript and I
don't know Javascript.
The records are locked in the da... more >>
Connection(less) to a remoting server
Posted by jabailo NO[at]SPAM texeme.com at 6/24/2005 2:32:56 PM
Is the connection between a Remoting Client and a Remoting Server
considered connection-bound or connectionless?
....even if it runs on http?
... more >>
Can I use a variable in an app.config file?
Posted by jabailo NO[at]SPAM texeme.com at 6/24/2005 11:38:22 AM
I have the config file below.
Is there anyway for the value of MachineName to be populated,
automatically, with the IP address that the application is running on?
So, I would say something like machineName=@IPAddress or some such thing...
<?xml version="1.0" encoding="utf-8" ?>
<... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Solution Project Dependencies
Posted by Bruce Wilhelm at 6/24/2005 11:01:03 AM
I have a VS2003 solution with 4 projects in it. I am trying to set up the
dependencies in the dialog box, but after I close the dialog the dependencies
do not change. Is there something that I am missing that keeps resetting the
dependencies wrongly.
Thanks,
Bruce... more >>
syntax to see if record exists in SQL!! (ASAP!)
Posted by ST at 6/24/2005 10:03:14 AM
Hi,
I'm sort of in a rush here...I'm sort of new to vb.net and I'm trying to
write the syntax to check a sql table to see if the record already exists
based on firstname and lastname text fields (will match to firstname and
lastname in SQL table). I can't figure out the syntax!!! I would li... more >>
C# Reflection
Posted by Luiz Ragazzi at 6/24/2005 9:22:02 AM
Please, anyone can help on this:
I need to call a method from my class
but I need the information type at run time..as I know, I have to use
GetType method of the object class.
Any idea how to use this to call the method of my class ?
Regards,
Luiz... more >>
Bluetooth Commercial SDK
Posted by yauhen.safrankou NO[at]SPAM gmail.com at 6/24/2005 8:25:54 AM
Hello
I have a question about working with Bluetooth.
Are there any commercial Bluetooth SDK for working with Bluetooth from
C# in Windows XP? Could you advise me something?
Thank you in advance!
With best regards,
Eugene Safrankow.
... more >>
OO question beginner
Posted by .net lear at 6/24/2005 8:11:33 AM
if I have an object, say a recipe, which is added to a database, whose
responsibility is it to add to the db? The recipe or something else?
Let's say I want to delete a recipe? Does the recipe kill itself? Or does
the database or something else do the removal?
Where does the responsibility l... more >>
Florida .NET developers
Posted by DCastilla at 6/24/2005 7:11:03 AM
My apologies for sending this here, but I am looking for .NET developers for
a project in Florida where it is in our best interest if the developer is
also in Florida. If anyone on this list is in Florida and interested in
working on a .NET project please contact me off-list at micdani@earthli... more >>
create columns automatically -- want to choose alignment!
Posted by AW at 6/24/2005 6:14:02 AM
I am creating my columns automatically at run time, but I also want to align
the text columns to the left and the number columns to the right. Is there
anyway to do this?? I can't see how to specify this. Thanks.... more >>
What good is this automatic garbage collector?
Posted by joe at 6/24/2005 12:00:00 AM
I have a simple .NET application with two or three listViews which are
filled with icons and when the user click on the proper item, they display
the related images. I use "image = null ; " for all images that have been
used and are going to be closed. This is how ever no way to reduce the
memor... more >>
Converting a 4D array to a 1D array and addressing it
Posted by elziko at 6/24/2005 12:00:00 AM
I have a four dimensional array which I am trying to flatten into a single
dimension array:
Dim Array4D(10,10,10,10) as Single
I can create my one dimensional array to be big enough to contain teh data
from the 4D array:
Dim Array2D(Array4D.Length - 1) As Single
Then I populate it lik... more >>
|