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 2003 > threads for tuesday november 25

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

Please help.....
Posted by EMW at 11/25/2003 9:41:28 PM
Hi, Could you please take a look and tell me what this means? Cor has tried to help me, but we haven't found it yet. Everytime I run this code, I get an exception error. Here is my code: Dim connStr As String = "Provider=Microsoft.JET.OLEDB.4.0;data source=" & Me.txtFile.Text Dim SQLs...more >>


TcpClient remote address
Posted by Stephen Remde at 11/25/2003 9:37:42 PM
what the kosher way of vreating a tcp client/server app in .net? can anyone recommend a good in depth tutorial? currently im using a TcpListener but i cant get a remotre address from the TcpClient's it returns Stephen ...more >>

Multiple listeners on a TCP/IP port?
Posted by Paul A. Steckler at 11/25/2003 8:31:37 PM
I need to write a TCP/IP server in C# that can handle multiple connections. My first try was to use TCPListener instances in multiple .NET threads. Of course, I got an exception from System.Net.Sockets about multiple sockets on the same port. This happens even with a single listener in multiple...more >>

VB6 upgrade to VB.Net
Posted by Osi at 11/25/2003 8:27:13 PM
hi, can someone please email me the solution to the following problem? problem: i was upgrading the VB6 application to VB.Net, using the wizard provided in VB.Net. i faced the following error massage: "Upgrade failed: Exception occurred: The referenced component CommanDialog is miss...more >>

Is double the highest precision floating point type?
Posted by Michel at 11/25/2003 4:25:50 PM
Hi there, I need to make a poisson distribution function that uses: double Math.Exp(double d) The d argument is a negative number in my case. When d becomes bigger and bigger, the result loses precision and is finally 0 (when d reaches 650) because it is too small to fit in a double. In m...more >>

FRUSTRATED!!! Please help with configuration problem
Posted by Daniel at 11/25/2003 3:56:32 PM
I don't know what's going on. We have a ASP.Net site on a development server that we all need access to. I can't use the "open project from web" option. Everyone else in the office can do this fine. They can even log in from my computer and use this option. I select this option, and type in ...more >>

DateTime Picker for PDA
Posted by Colin Joss at 11/25/2003 3:41:42 PM
Sorry folks, being a bit dense here. I need a DateTime Picker for a PDA application I'm building. Couldn't see one in the standard tools so search Microsoft. Found one. Downloaded it. Now what? How do I get the DateTime Picker tool onto my tool bar? tia Colin...more >>

WebResponse.GetResponse Error
Posted by Jonathan at 11/25/2003 3:05:06 PM
Calling the System.Net.WebResponse.GetResponse method (see code below) results in the following error: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. at(System.Net.HttpWebRequest.CheckFinalStatus()) at System.Net.HttpWebRequest.End...more >>



Error in XML structure. How to skip node and continue using XmlDocument
Posted by Peter at 11/25/2003 2:30:25 PM
Hello, I am having trouble processing an XML file that contains an error on one of the nodes. How can I instruct the .NET framework to skip the node and continue when it comes across a node that contains an error? Please advise. This is the error: Hexadecimal value 0x1C is an invalid ...more >>

Help Not Installed
Posted by Stephen Costanzo at 11/25/2003 2:23:54 PM
I installed .NET 2003, it completed. I then inserted the MSDN 2003 CD = and clicked the "wrong" install button. I guess I got the one with the = autoplay as opposed to the one that came from .NET. Now, I get the "Help = Not Installed" error. Mind you I can go to the INDEX and see all of the = he...more >>

SqlXml - Is it worth the effort?
Posted by mark NO[at]SPAM corporatedigital.com at 11/25/2003 2:15:46 PM
Ok gurus, what would you do? I'm developing an app in C# and trying to use SqlXml but there seems to be a problem at every turn. I want to create a biz object that represents an order to sell a home. The database schema for this order has about 15 related tables therefore I need to also have 15 ...more >>

Serializing Collections
Posted by Waz at 11/25/2003 2:02:55 PM
I'm having some problems serializing a class that contains a collection. Creating the TestClass below and then calling its Serialize method throws the error: There was an error reflecting 'TestApp.TestClass' If I use place an [XmlIgnore] over the TheDeliveryList property it works fine....more >>

StreamWriter and CR/LF
Posted by Rich at 11/25/2003 1:45:29 PM
Ok I am writing lines out to a text file for an interface to another system. The other system need to have a CR/LF at the end of each line. What is the code for this. I have tried vbCrLf and StreamWriter.NewLine = ("\r\n") which seems like it puts a carriege return in but when I open ...more >>

Object Equality
Posted by Doug Holland at 11/25/2003 1:20:30 PM
Currently I am responsible for writing the C# coding standards document for a client and I have been doing some investigations with ildasm to establish some additional best practices. When using either the C# equality operator '==' or the object.Equals() methods, which is better? Personally...more >>

writing to system tray
Posted by Nate at 11/25/2003 1:15:40 PM
Hello, I am currently writing a C++ MFC app in .NET that will some day write free system memory as a number represented by a system tray (taskbar status area) icon. I can make my application minimize to an icon, but cannot find a way to make the icon "dynamic", without having a seperate ...more >>

parameter loading
Posted by bwcaeldon NO[at]SPAM hotmail.com at 11/25/2003 1:14:30 PM
My first page of the asp.net project is a html page that has frame and for some reason I am unable to get the parameter that is being sent in via the url. The link that I have defined in my project as start url is: http://localhost/MDN0100/index.htm?store=5000 Then in the index.htm page I...more >>

Bug In System.TimeSpan Object?
Posted by dnlwhite NO[at]SPAM dtgnet.com at 11/25/2003 11:20:31 AM
Is it possible there is a bug with the System.TimeSpan object in .NET? I am using it to track times and am seeing an unusual situation. From what I understand, there are 1000 milliseconds in a second. I have a test I ran using the TimeSpan object which when I use TimeSpan.Milliseconds I got ...more >>

Modeling tool
Posted by Al at 11/25/2003 9:12:31 AM
Can anybody advise me what modeling tool to use? I need mainly class models for C# and database models for MS SQLServer 2000. ...more >>

Crystal Reports objects
Posted by Brian Toothill at 11/25/2003 9:04:55 AM
The Crystal Reports C/C++ SDK has a CRPEJob class, to support printing reports. What .NET objects/functions would provide the functionality of CRPEJob::SetFormula() and CRPEJob::SetSelectionFormula() ? (I think the latter is ReportDocument.RecordSelectionFormula). -- Thanks, Brian Toothil...more >>

Compiler error from setting icon
Posted by TGF at 11/25/2003 8:19:42 AM
Hello, When I attempt to set the icon property on a Windows form (.NET), when I go to compile, I get the following error.... e:\Projects\MyApp\AboutForm.h(108): error C2039: 'GetObjectA' : is not a member of 'System::Resources::ResourceManager' ....Does anyone know why this happens, a...more >>

Missing Windows subelement in System namespace dll
Posted by Snehal and Shantanu Gadkari at 11/25/2003 8:18:18 AM
I installed the 60 day evaluation version of Visual Studio .net 2003 yesterday 11/24. I am trying to use the MessageBox API and I find that the System.Windows hierarchy is missing Regards, Shantanu...more >>

.NET Console connect to STS over SSL?
Posted by Jennifer at 11/25/2003 5:30:04 AM
Hi, I am trying to write a sample console app which enumerates the lists for a sharepoint team services site. The site does not allow anonymous and uses windows integrated security. My code works fine over "http" but as soon as I try to address the "https" SSL site, then the initial SPS...more >>

SQL syntax
Posted by Christian Dokman at 11/25/2003 4:35:14 AM
When I use the LIKE clause in a SQL statement in ASP.NET, it doesn't seem to work. When I create a query in Microsoft Access and use a Like clause in the where statement, it works just fine. When I use the same SQL syntax in ASP.NET, it gives no results. By the way, I use something like: WHERE (...more >>

Clientside code and Serverside code
Posted by Christian Dokman at 11/25/2003 4:35:14 AM
Is it possible to interact between client-side code and ASP.NET (server-side) code and how is this done? For example, I have a html-table that shows a column with html-buttons. When I click on a button, I want to handle the click event with ASP.NET. I now handle it with Javascript. Is it possibl...more >>

Changing date format
Posted by Gani Pola at 11/25/2003 3:02:06 AM
Can someone please tell me how I can change the date format (e.g dd/mm/yyyy, mm/dd/yyyy) in a configuration file? In my windows app, I can retrieve the windows setting but not my ASP.NET application. TIA GP ...more >>

Re: News group
Posted by Patrick Santry at 11/25/2003 2:14:16 AM
You can access them all via the Web at: http://www.wwwcoder.com/main/DesktopDefault.aspx?Tabid=251 "Simon" <simon.zupan@stud-moderna.si> wrote in message news microsoft.public.dotnet.general:<3fc20b82$1@news.s5.net>... >Hi, >is there any news group for asp.net developers? >I can't find ...more >>

Framework V1.1
Posted by MikeH at 11/25/2003 1:00:36 AM
Hi I have a client running NT 4 SP6a. My .NET app exeuted fine under Framework Ver 1.0 but on upgrading to 1.1 it now generates a "Application has generated an exception that could not be handled" error. Is 1.1 still supported on NT4 and if it is, what might be my problem? This is my o...more >>


DevelopmentNow Blog