Groups | Blog | Home


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 > december 2004 > threads for wednesday december 15

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

Runtime error Server Error in '/' Application
Posted by Hemant at 12/15/2004 11:27:01 PM
Why i am getting this error. Server Error in '/' Application Runtime error Please help me out. Thank you Hemant ...more >>


Month problem???
Posted by Job Lot at 12/15/2004 10:03:01 PM
I have two ComboBox on a form both holding list of months in a year (Jan – Dec). I wan to calculate number of months between Month selected in first combobox and Month selected in second combobox. For instance, If first combobox has July selected and second combobox had June selected ...more >>

C# command line compilation
Posted by aladdin at 12/15/2004 7:57:04 PM
Hi, I wonder what's the difference of compilation between using command line and using VS.NET IDE. For I have a windows service program, there's always a difference between the output file size, e.g. file size compiled by IDE is 45,580, by command line is 40,960. my command line is like: ...more >>

Sending compressed Web Service requests to Apache server
Posted by PerryG at 12/15/2004 1:47:08 PM
We have a .NET 1.1 client which is sending a gzipped soap request using HttpWebRequest to an Apache server. The Apache server is using a the 'mod_deflate' server to decompress the incoming message, and to also compress the response (GZIP). The mod_deflate filter requires the 'Content-Len...more >>

.Net languages
Posted by smk23 at 12/15/2004 1:31:20 PM
What is a good source of unbiased info about the relative value of programming in C#.Net vs VB.Net for a web-based application? Everyone seems to like what is most familiar to them, and I am looking for objective differences. Thanks for the input. -- sam...more >>

Should I return an int or an enum?
Posted by thechaosengine at 12/15/2004 1:17:17 PM
Hi all, I have a property called GeneralStatus that can return an int between -1 and 3. These values are represented by an enumeration called StatusEnum. My question is, should my property definition return a int (the underlying type of the enum) or should I return the enum itself. W...more >>

Error " Invalid Parameter Used" when I try to display an image
Posted by Wally at 12/15/2004 11:55:03 AM
I am trying to display images from an Access 2000 database and I get an error "Invalid Parameter Used" when I execute the code line "picBLOB.Image = Image.FromStream(stmBLOBData)" in my Visual Basic .Net application. I have researched MSDN for help and found the example article 321900 (see ...more >>

Help - Long shot
Posted by David Pope at 12/15/2004 11:53:43 AM
I this webservice that I have developed. The webservice is only accessible if the Windows SP2 Firewall is turned off. How do give someone access to my local webservice and keep the firewall running? thanks, Dave ...more >>



Combobox binding
Posted by amber at 12/15/2004 11:43:06 AM
Hello, I have 6 comboboxes, that I thought I could bind to the same datasource, and have them display different 'selectedvalue's', but apparently I can't... My code is as follows: dim drv as datarowview = me.listbox1.selecteditem dim dtbDL as datatable = _dataset1.Tables(0) dim dtvDL as n...more >>

Returning data from a stored procedure
Posted by John Spiegel at 12/15/2004 11:12:34 AM
Hey All, How should one return a single data element from a VFP stored procedure to a ..NET caller? The basic thing that keeps hanging me up is that VFP doesn't return sets of data--at least not in the same sense that something like a SQL Server does, but Execute___ commands are expecting set...more >>

Mapping XML structures easily ?
Posted by Navin Mishra at 12/15/2004 10:04:50 AM
Hi, I've two XML structures having same attributes, elements, etc. but just different namespaces. They are serialized into two identical C# structures. How I can map one structure into another ? Direct cast doesn't work and right now I've to map each structure member one-by-one. Is there...more >>

Debugging issues
Posted by amber at 12/15/2004 9:59:07 AM
Hello, I'm having some weird things happen when I step through my code. I'm working with a large solution, containing a few projects, with many classes/forms etc. I'm trying to solve a minor issue with a combobox, and am having trouble stepping through my code. I have 2 breakpoints set, ...more >>

Accessing controls on the ComponentTray
Posted by Duncan at 12/15/2004 9:57:06 AM
It seems that controls that are in a form's ComponentTray (e.g. ToolTip, ErrorProvider) don't appear on its list of controls (FormName.Controls). Is there any way I can get hold of them? ...more >>

Zero Deployment on Windows 2003 Server
Posted by JP Burford at 12/15/2004 9:01:02 AM
I am working on testing zero deployment on Windows 2003 server. The application I am testing is a simple Managed application written in C#. When I access the application I receive the following error: Unhandled Exception: System.ArgumentException: Invalid directory on URL. at System.Secur...more >>

ERROR:Crystal Reports - Logon failed.
Posted by Gidrazas at 12/15/2004 8:56:00 AM
Hi all. I want to get data from Sybase ASA9 to report named Subjektai.rpt in web form. I made ODBC connection to DB and it looks OK. But whe i run project i get an error like this. Logon failed. Description: An unhandled exception occurred during the execution of the current web reques...more >>

Object design question (two, actually)
Posted by Roger Bonine at 12/15/2004 8:27:04 AM
I'm working on a rewrite of our employee database. I plan to implement a fairly heavyweight base class, which includes 20 or 30 fields, including address and phone number collections and the like. (I'll use lazy init to fill the collections when needed.) More specialized employee types wo...more >>

TabControl management
Posted by John Spiegel at 12/15/2004 8:00:35 AM
Hey all, Is it possible to disable individual tabs of a TabControl? Also, can the tabs be turned off? Basically, I'm building a <gulp> wizard form and would like to use a TabControl to separate the functions of the different steps, but want to navigate with next & prev buttons. TIA, Jo...more >>

Best practice for threadsafe logging
Posted by martin at 12/15/2004 7:17:09 AM
Hi, Is there any best practice guidelines or examples for threadsafe logging? I have to write an auditlogging class for a website. The auditlog will be stored in files on the local filesystem. A new file file is created by the interval of 24 hours. /m...more >>

Script error on asp.net page
Posted by csgraham74 NO[at]SPAM hotmail.com at 12/15/2004 6:41:13 AM
I have an error message happening on my asp.net webiste when i attempt to print a pdf document. An error has occurred in the script on this page? Do you want to keep running scripts on this page? I view the site through a HTA - i was wondering if anyone would know of a way to suppress t...more >>

multiple attributes.add on a link button
Posted by rufus at 12/15/2004 12:39:03 AM
I want to add 2 'onclick' events to a link button but, of course, the javascript wont work. In other words: linkbutton.Attributes.Add("onClick", "MyFunction1();") linkbutton.Attributes.Add("onClick", "MyFunction2();") How would i get this to work? (keeping in mind that I cannot combine ...more >>


DevelopmentNow Blog