Re: [ADVANCED-DOTNET] Can't find oracle provider dll

2006-04-10 Thread Christopher Reed
It sounds like it's not getting installed into the GAC. You will probably then need to install into the GAC manually and then add the reference to your config file (though I believe that this should be done by your project). Hope this helps! Christopher Reed Web Applications Super

Re: [ADVANCED-DOTNET] ASP.NET 2.0 error

2006-02-24 Thread Christopher Reed
this help! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 3:04 am 2/24/2006 >>> I got the strong name and the version from the GAC. I still get

Re: [ADVANCED-DOTNET] ASP.NET 2.0 error

2006-02-23 Thread Christopher Reed
Or look in the GAC and verify the 2.0 version. Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 11:26:21 am 2/23/2006 >>> Try Verson=2.0.0.0 -Br

Re: [ADVANCED-DOTNET] Word file

2006-02-21 Thread Christopher Reed
Yeah, I just noticed a few other emails from this same address. >>> [EMAIL PROTECTED] 10:30:53 am 2/21/2006 >>> I believe what we're seeing is the evolution (de-evolution?) of a spammer. On Tue, 21 Feb 2006 10:41:58 -0600, Christopher Reed <[EMAIL PROTECTED]> wrote:

Re: [ADVANCED-DOTNET] Word file

2006-02-21 Thread Christopher Reed
What file? I don't believe that you can send attachments with message to this list. Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 10:06:19 am

Re: [ADVANCED-DOTNET] Source Control - What do you use, and why?

2006-02-08 Thread Christopher Reed
Actually, the Team Foundation Server is still in beta, so from a production perspective, you need to wait another couple of months before you'll have all of the resources of VSTS. Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "Th

Re: [ADVANCED-DOTNET] Gacutil problems

2005-12-02 Thread Christopher Reed
different in the VS 2005 batch files, the concept is the same. Hope this helps! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 4:49 am 12/1/2005 >&g

Re: [ADVANCED-DOTNET] Appeal to the Possitive People on the Net Re: http://drpcdr.ca

2005-11-01 Thread Christopher Reed
delete any more replies from Mr. Charles (except for his apology, of course). Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 10:27 am 11/1/2005 >>>

Re: [ADVANCED-DOTNET] Appeal to the Possitive People on the Net Re: http://drpcdr.ca

2005-11-01 Thread Christopher Reed
Look, you're on a .NET mailing list. Why? What knowledge about .NET do you wish to impart, or what questions do you wish to ask? Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient.&qu

Re: [ADVANCED-DOTNET] Appeal to the Possitive People on the Net Re: http://drpcdr.ca

2005-10-31 Thread Christopher Reed
Okay, so what do you know about .NET? Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 1:47 pm 10/31/2005 >>> A subscriber to a mailing list has

Re: [ADVANCED-DOTNET] Appeal to the Possitive People on the Net Re: http://drpcdr.ca

2005-10-31 Thread Christopher Reed
I do not believe that the current website is this guy's website. Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 3:41 pm 10/31/2005 >>&g

Re: [ADVANCED-DOTNET] Primary Key Bug

2005-10-26 Thread Christopher Reed
s I have a compelling reason, I generally use integers for my primary key values to avoid this type of situation. Overall, using strings in your primary key is not a best practice, so why do you need to? Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL

Re: [ADVANCED-DOTNET] Primary Key Bug

2005-10-25 Thread Christopher Reed
Look at this: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q316626 Apparently, the guilty party is the SQL-92 standard. Thus, it's not a bug. It's by design. Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "Th

Re: [ADVANCED-DOTNET] Primary Key Bug

2005-10-25 Thread Christopher Reed
Actually, it doesn't matter whether ANSI_PADDING is on or off. All primary key and unique fields cannot have values of "key1" and "key1 " (with the space). Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The o

Re: [ADVANCED-DOTNET] Primary Key Bug

2005-10-25 Thread Christopher Reed
t;key1 " becomes "key1". Thus, extra spaces at the end of a string becomes irrelevant. Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 11

Re: [ADVANCED-DOTNET] Primary Key Bug

2005-10-25 Thread Christopher Reed
a whole other esoteric discussion for academia. Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 10:17:37 am 10/25/2005 >>> Nothat's just anoth

Re: [ADVANCED-DOTNET] Primary Key Bug

2005-10-25 Thread Christopher Reed
n XML document. Thus, you should always view data within ADO.NET as if it was represented by a XML file. This is not a bug. This is by design of XML. Hope this helps! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but

Re: [ADVANCED-DOTNET] DataRelation

2005-10-11 Thread Christopher Reed
our update statements. Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] >>> If I load 3 datatables into a strong typed dataset with relations and have th

Re: [ADVANCED-DOTNET] Wrapping a standard console application into a windows service

2005-09-01 Thread Christopher Reed
Look at the System.ServiceProcess namespace within the Framework SDK. Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 2:09:14 pm 9/1/2005 >>> I

Re: [ADVANCED-DOTNET] ASP.NET 2.0 ObjectDataSource poor design?

2005-07-07 Thread Christopher Reed
How can you update a data record (or set of records) without passing in the changed information as parameters? Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROT

Re: [ADVANCED-DOTNET] GAC

2005-07-06 Thread Christopher Reed
Look at the Assembly class within the System.Reflection namespace. It has a property called GlobalAssemblyCache that is a boolean, indicating whether or not the assembly is in the GAC. Hope this helps! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL

Re: [ADVANCED-DOTNET] Problem with MSDN

2005-07-05 Thread Christopher Reed
ave the main library files on your hard drive. Reinstall the MSDN Library using the custom option, making sure that everything is installed to the hard disk, if that's what you want. Hope this helps! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL

Re: [ADVANCED-DOTNET] Using a Thread to pipe commands to IE

2005-07-05 Thread Christopher Reed
client technology. Thus, unless this is an intranet application, you need to reconsider your approach and go into a redesign mode. Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient."

Re: [ADVANCED-DOTNET] ASP.NET - How to stop page postback when pressing enter on a Textbox

2005-04-08 Thread Christopher Reed
When you press Enter, you are activating your Button. Try the following:

Re: [ADVANCED-DOTNET] Encrypted password in configuration file

2005-01-06 Thread Christopher Reed
Your web.config should have something like this: Hope this helps! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED]

Re: [ADVANCED-DOTNET] const modifier in method parameter - managed c++

2004-11-19 Thread Christopher Reed
e first place. Hope this helps! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 8:48:11 AM 11/19/2004 >>> On 2004-11-19 15:41, Stoyan Damov wro

Re: [ADVANCED-DOTNET] Random number generation.

2004-11-12 Thread Christopher Reed
uence from the RNG is manipulated so that it closely fits the predictor. But, then again, that's another can of worms. Statistically speaking, 95% of the time, Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the e

Re: [ADVANCED-DOTNET] Random number generation.

2004-11-11 Thread Christopher Reed
lating a different probability distribution such as the Normal (Gaussian) or Poisson, then you will need to calculate the appropriate pdf value. Hope this helps! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen

Re: [ADVANCED-DOTNET] Server.Transfer and Service Pack 1 (1.1)

2004-09-17 Thread Christopher Reed
The logs are indicating only one POST, no GETS. In other words, it appears that when the Server.Transfer call is made, it goes back to the server, but never comes back. Also, we are transferring back to the same page, which works without SP1. Thanks for the feedback! Christopher Reed Web

[ADVANCED-DOTNET] Server.Transfer and Service Pack 1 (1.1)

2004-09-17 Thread Christopher Reed
there have been changes (fixes) made to the way Server.Transfer works. We still trying to understanding this, but I do not see why this would be happening unless this was a bug in the worker process. Any input and/or insight will be greatly appreciated! Christopher Reed Web Applications Supervisor

Re: [ADVANCED-DOTNET] Is this an asp.net bug?

2004-07-15 Thread Christopher Reed
thing else. Until you parse the markup, you cannot get into the inner workings of the ASPX file. I hope this makes sense. Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMA

Re: [ADVANCED-DOTNET] Is this an asp.net bug?

2004-07-15 Thread Christopher Reed
It's not a bug. Try "" so it won't read it incorrectly. Hope this helps! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 7:27:49 A

Re: [ADVANCED-DOTNET] LDAP Authentication to a non-Microsoft server

2004-03-25 Thread Christopher Reed
Look at the System.Net namespace, specifically the AuthenticationManager class. You can use this as a building block for a custom authentication methodology. Also, look at these links (watch for word wrap): http://www.informit.com/articles/article.asp?p=30478 http://msevents.microsoft.com/CUI/Ev

Re: [ADVANCED-DOTNET] Configuration File....

2004-03-05 Thread Christopher Reed
Could you provide us with a snippet of your code from your Windows Service application as well as your configuration file? Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>>