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 > march 2006 > threads for tuesday march 21

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

for some reason when i deploy my C# application on windows 2003 occasionaly rdr[0].ToString() hangs where rdr is a System.Data.SqlClient.SqlDataReader
Posted by Daniel at 3/21/2006 11:36:23 PM
for some reason when i deploy my C# application on windows 2003 occasionaly rdr[0].ToString() hangs where rdr is a System.Data.SqlClient.SqlDataReader. Is there a fix for this? is my visual studio.net out dated? ...more >>


are System.Data.SqlClient.SqlConnection thread safe? can many threads share a System.Data.SqlClient.SqlConnection instance without any synchronization
Posted by Daniel at 3/21/2006 9:58:59 PM
are System.Data.SqlClient.SqlConnection thread safe? can many threads share a System.Data.SqlClient.SqlConnection instance without any synchronization? ...more >>

Windows 2003 server IIS 6.0, having problems...Plz help needed......
Posted by batista at 3/21/2006 9:55:09 PM
Hello, I have a web service that i created in IIS 5.1,on windows xp. it has a method "stopservice" in which im stopping the aspnet_wp.exe,to clean all resources.And im using a boolean set to true so that after that if anyone access the service, it will give an error that service needs to star...more >>

C# code to open a windows directory
Posted by Shilpa at 3/21/2006 9:46:13 PM
Hi All, I need the C# code to open a windows directory. Regards, Shilpa ...more >>

Identify a file type and open the file
Posted by Shilpa at 3/21/2006 9:16:08 PM
Hi All, I want to write C# code to identify a file type and open the file in the associated editor. For example, text files should be identified and opened in notepad, html should be opened in internet explorer/netscape/mozilla. At design time, I do not know if internet explorer/netscape is ...more >>

Query engine error on crystal report based on stored procedure
Posted by Frank Teunen at 3/21/2006 3:57:16 PM
Dear reader, I'm having a problem linking a dataset to a crystal report. I'm using next code. In between I explain my problem 'This code is to fill a dataset with the result of a stored procedure on an SQL data base Adapter_Sp_CoparnEmptyAfterDate.SelectCommand.Parameters("@Date")...more >>

InProc/OutProce memory sharing
Posted by source at 3/21/2006 3:30:21 PM
I have two exes and would like to share a simple boolean variable among two exes. The client will setup the value for hte boolean while the server will read it.How do I do that? I have a Server.exe and I have a client.exe Client.exe setups the value and I want my server.exe to read it. I do...more >>

Different execution behavior between .Net1.1 and .Net2.0
Posted by Winista at 3/21/2006 1:36:45 PM
I have a library that reads PDF file and manipilates its content. And I use SharpZip library to decompress the streams included in PDF file. All well and good. I have 3 lines of my test code that takes a PDF file and spits out the required content from the file. It all works fine in .Net.1. envi...more >>



Mysterious bug in VS2005 which occasionally causes crash
Posted by scarleton NO[at]SPAM gmail.com at 3/21/2006 10:50:25 AM
A coworker and I have spent the last day and a half trying to track down this bug in our code. We found the solution and thought we might post it to help others out... The setup: Class FinalForm derives from Class BaseForm that derives from System.Windows.Forms. public class BaseForm : Fo...more >>

Atlas
Posted by Alex at 3/21/2006 9:46:21 AM
Hi Everyone, I just installed Atlas and its samples, I'm trying to run the samples but I'm getting this error: Error 1 The type or namespace name 'Web' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\Program Files\Microsoft ASP.NET\Atlas Sample A...more >>

Problem printing polygon
Posted by Jaime at 3/21/2006 7:54:57 AM
When I send a graph (polygon) to printer, I receive the next message: Object referente not set to an instante of an object.--- at System.Drawing.SafeNativeMethods.GdipFillPolygonI(HandleRef graphics, HandleRef brush, HandleRef points, Int32 count, Int32 brushMode) at System.Drawing.Graphic...more >>

Problem sending email from Webform
Posted by Mark A. Sam at 3/21/2006 7:41:58 AM
Hello, I am sending two emails from the same procedure, one to myself (while = testing) and another (a comfirmation) to the user on the website. I was having difficulty finding a relay server to SMTP though, but was = able to do this though one of my personal account, Cabbage.Org. It = doe...more >>

Sending Email Using CDOSys from Windows 2003 Server
Posted by Mitch W at 3/21/2006 6:22:28 AM
I have an application that I have developed on Windows XP that references the Microsoft CDO for Windows 2000 and attempts to send a message using: CDO.Message cdoMsg = new CDO.Message(); It runs fins on my XP development system; however, when I move it to Windows 2003 Web Se...more >>

Interfacing with a database using an API (i think...)
Posted by garyusenet NO[at]SPAM myway.com at 3/21/2006 3:20:44 AM
At least I think it's using an API (i don't totally understand the concept.) I'm using Act 6. I need to interface with the act database and add 'contacts' to the database. The reason I need to do this is because i'm writing a little program to add a new prospect to the database when a telep...more >>

How to use config file in classlibrary project (dll).
Posted by Stefan at 3/21/2006 2:50:19 AM
Hi! I´m creating a classlibrary project. The output will be a dll. This dll will have to read some settings from some kind of config-file. Normally, when creating a standard .exe-program I use the app.config file. Which is the best approach to use when creating a classlibrary? Please give me...more >>

Intellisense has gone whacky
Posted by Tim Mostad at 3/21/2006 2:15:13 AM
Intellisense has begun to act up. It has worked great until now. It just started that when I type the first letter of a word it immediately adds a set of parenthesis after the letter. If I try to backspace, I can delete the close parenthesis but when I get to the open parenthesis it retypes th...more >>

ms licensing
Posted by Howard at 3/21/2006 12:48:21 AM
I confused about MS licensing policies. If i have a sql server 2005 standard edition 5 CAL license and i hst a website with it. does it mean my site can only have 5 concurrent visitors? same question about windows server 2003 licensing Thanks, Howard ...more >>

DefaultValue Property attribute in design time
Posted by job NO[at]SPAM bla.com at 3/21/2006 12:00:00 AM
I'm having trouble getting the DefaultValue property attribute on my server control show up in design time. Here my property code: <Bindable(True), _ Category("Misc"), _ DefaultValue("myDefaultValue")> _ Public Property MyProperty() As String Get Return m_MyProperty ...more >>

Any alternative for memcpy in dotnet
Posted by Usman at 3/21/2006 12:00:00 AM
Hi I was wondering if there's any alternative for memcpy in dotnet. What I actually have to do is to copy the bytes of a uint variable to a byte array. How is it possible. Regards Usman ...more >>


DevelopmentNow Blog