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 > november 2005 > threads for friday november 4

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

Signing applications for Windows Mobile 5.0
Posted by Jason Hinsperger at 11/4/2005 5:50:25 PM
My apologies if this is the wrong newsgroup for this question. I found a white paper on the MSDN which explains how to sign applications specifically for WM 5.0, but it doesn't seem to work. I successfully installed the sample certificates on the device and signed a test with them, but whe...more >>


enum: min, max, count, random?
Posted by herbert at 11/4/2005 2:21:02 PM
How can I get the minimum value, maximum value, the number of items in an enum and a random value from an enum? I intend to use an enum as a lookup table for randomly selected colours. Or is enum the wrong choice? better use an array? thanks herbert...more >>

Parse tree-shaped xml with XmlReader
Posted by Sin Jeong-hun at 11/4/2005 12:46:38 PM
The xml's structure is like the following <Directory> <Directory> <Directory> <Directory> </Directory> </Directory> <Directory> ...more >>

Q: Namespaces in Assemblies
Posted by Richard J at 11/4/2005 12:11:06 PM
Hi group, I am relatively new to .NET and am trying to wrap my brain around a concept. Say I have Assembly A1 that contains three namespaces, N1, N2, and N3. If I add A1 as a reference to my project, am I right in thinking that I can perform Imports N1 and that the remaining namespaces, ...more >>

Oracle and Data Application Building Blocks
Posted by Craig Balliet at 11/4/2005 11:46:02 AM
Greetings! Currently, the Data Application Building Block in the Enterprise Library uses the Microsoft data provider for Oracle (System.Data.OracleClient). I am looking for an implementation of it using ODP.NET. Does anyone know where I might be able to find it? Thanks, Craig ...more >>

Drag Drop Messages Form Outlook
Posted by Oleg Medyanik at 11/4/2005 11:21:34 AM
Hi, Is there any way to drag-drop messages from Outlook 2003 into my Application (.NET based) I have not found it googling yet. The problem is that i want the messages to preserve their MSG format, not just get their text. (it should look like you've dropped message to MS Word). Any help i...more >>

2.0 Setup requires 2.0 to be installed???
Posted by Grant Schenck at 11/4/2005 11:05:14 AM
Something I don't understand. I've got .NET 1.1 currently installed. I go to install 2.0 and the setup gives me: "Setup has detected that the following prerequsite programs are not installed: Microsoft .NET Framework 2.0" Seems like a catch-22. I'm trying to install 2.0 so how can tha...more >>

datagrid
Posted by Dmitry Akselrod at 11/4/2005 10:51:24 AM
Hi, I am using a standard .NET 1.0 Datagrid. Actually, I am using two, bound to a master-detail relationship. Both DataGrids are bound to a datasource. I have the MSDN version of the DateTime picker functioning quite well in the datagrid. I am also tracking a double-click event wit...more >>



formatting a textbox - question
Posted by Simon Whale at 11/4/2005 10:50:12 AM
Hi, is there a way within vb,net to specify the way that information is entered into a textbox? for example a field that requires data to be inputted as DD/MM/YYYY i know this was possible with VB6 as you could use a masked textbox. can somebody point me in the right direction? Many...more >>

how to use TARGETDIR??
Posted by Cleyton at 11/4/2005 10:41:03 AM
Hello !! I have a installer that call another class derived of System.Configuration.Install.Installer and in the AfterInstall method i have to get the folder where the user put my application. Can I get this with TARGETDIR or there's another way ?? And How to use the "TARGETDIR" to do thi...more >>

Custom MembershipProvider
Posted by WB at 11/4/2005 8:33:02 AM
Hi, I am revamping my company's website using .Net 2.0 & C#. I would like to implement my own custom membership provider to manage membership information already stored in my existing SQL 2000 database. Therefore, I need to create a class the inherits the MembershipProvider abstract clas...more >>

List mapped drives on Remote Machine
Posted by lastusernameleft at 11/4/2005 8:28:02 AM
Is there a .NET method for doing this? I haven't found anything else that works. Thanks...more >>

upgrade warnings
Posted by John at 11/4/2005 7:00:07 AM
Hello, I am trying to figure out how to determine if I have fixed an upgrade warning. If I delete the green text then the upgrade warning goes away. However, I would expect it to come back after I rebuild if I haven't changed any of the code. Can anyone clarify what actions to take with ...more >>

Extra metadata
Posted by Al Christoph at 11/4/2005 6:31:01 AM
I have a number of datasets that contains lots of engineering type data. Things are in lengths, forces, energies, times, etc etc. The datasets have two underlying natures: 1. The product dataset has all numeric columns and contains only values of the lengths, etc. It does not contain the ass...more >>

Help!!!! How can I retrieve the postback value????
Posted by Peter S. at 11/4/2005 6:08:07 AM
I have multiple calendars on a web page and want to know which calendar was clicked on when the OnDayRender event gets called. Since it's possible a user could click on the same day consecutively, I can't use the SelectionChanged event to figure this out. However if I could get my hands on t...more >>

Cloning a dataset row OR are rows allowed to be orphans?
Posted by Al Christoph at 11/4/2005 4:50:05 AM
Please forgive me if this is not the best group for this problem. I frequently have difficulty figuring out which group to post in. (And got slapped down once when I postied in the wrong group:-( dotnet.general sounds like a good place to get started. I have the need for a data structure to...more >>

System.Net.Sockets.NetworkStream object disposed in shared server.
Posted by johnnyturk at 11/4/2005 4:33:07 AM
I have a .aspx page on my web site that intermittently fails to load with the following error: Cannot access a disposed object named "System.Net.Sockets.NetworkStream. My hosting company says this is due to the fact that multiple ASP.NET applications are sharing the same server. the only...more >>

Matrix Algebra
Posted by PaulNaude at 11/4/2005 4:15:04 AM
It seems VB.net has something different in mind with its Matrix class (used to define geometric transforms). Instead of writing numerous loops and spending a week on debugging, is there a library available for doing matrix algebra? Eg. C = A * B where each of the variables is a matix (2D a...more >>

Certificate value, Country, Money
Posted by guy at 11/4/2005 4:00:09 AM
I live in Croatia and I have MCSD.net Employers in my country dont realy respect this certificate, if u apply for job and lets say u have 2years of experience and u r MCSD and guy next to you also have 2y of experience but he dont have any certificate he will definitely be chosen if he offer t...more >>

HttpWebRequest Exception on HTTP/1.0 204 No Content
Posted by superseed NO[at]SPAM gmail.com at 11/4/2005 1:33:11 AM
Hi, I'm currently coding in C# a class to control a PTZ (Pan Tilt Zoom) Camera. To control the camera I have to send request on a CGI on it. Something like this : http://xxxxxx/axis-cgi/com/ptz.cgi?pan=100 (GET method) or using POST. To do that I'm using the HttpWebRequest and HttpWebRe...more >>

ASP Application - Unable to start debugging on the web server. Access is denied
Posted by Viswanathan S at 11/4/2005 12:00:00 AM
HI ALL! When user try to debug an Asp Web application, He got error "Unable to start debugging on the web server. Access is denied." The IIS server installed locally on the pc with Windows 2000 Professional . Administrator that try to debug on that same pc does not have any problems, Only s...more >>


DevelopmentNow Blog