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 2005 > threads for friday december 16

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

locating assembly
Posted by John L. at 12/16/2005 5:38:05 PM
Hi, suppose I have the following in my configuration, <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <probing privatePath="bin"/> </assemblyBinding> </runtime> </configuration> Here the privatePath 'bin' should be a sub-fol...more >>

Crystal Reports .NET 2003 with Access database password
Posted by daniel NO[at]SPAM software-labs.net at 12/16/2005 4:23:28 PM
Hi all, I'm using Crystal Reports for Visual Studio .NET 2003 against a fixed Access database with a fixed database-level password, using OLEDB. I designed the reports just fine, but I'm not finding a way to actually use them from code. Is there really no way to either embed the fixed conn...more >>

Know when computer is locked
Posted by Steve Amey at 12/16/2005 3:30:50 PM
Hi all In my .NET application (maybe run as a service), is there a way to know when my computer is locked? I want to write an app that logs when the computer has started and when it has been shutdown, but also log when the computer was locked. Our system administrator has set our computer t...more >>

VS 2005 licensing
Posted by Steve Long at 12/16/2005 2:13:18 PM
Hello, sorry for the cross-post but I didn't get an answer in the other groups I posted in. I'm hoping someone can help with a definitive answer on this question: On the "Microsoft Software License Terms" agreement, under 2.a. it states: One user may install and use copies of the software...more >>

Not a valid assembly (Add Reference failure)
Posted by Troy Dot Net at 12/16/2005 2:13:01 PM
When trying to add a reference to a DLL (made with VS2005TS) to a VS2003 project, I receive the following error popup: A reference to 'assemblyname.exe' could not be added. This is not a valid assembly or COM component. Only assemblies with extension 'dll' and COM components can be reference...more >>

Trouble with Process.start in my web application
Posted by Nisha at 12/16/2005 1:34:19 PM
Hello everyone, I have a web page which needs to open files of type .pdf (adobe) and ..doc(microsoft word). I tried something fairly simple and have been having a lot of trouble getting it to work. So far just started with PDF as I figured that would be the simpler of the two. However w...more >>

Reading PDF files
Posted by Jan Eliasen at 12/16/2005 1:15:50 PM
Hi I need to be able to read PDF files from within my .NET code. Does anyone have any experience with this? Any libraries I can download and use? Or perhaps buy and use? Which ones are good, and which ones are not so good? Any help is apreciated. -- Eliasen Jr. representing himself ...more >>

Determine if a property is read-only, write-only or read-write with reflection
Posted by darin_dimitrov NO[at]SPAM hotmail.com at 12/16/2005 12:40:38 PM
Is it possible to determine if a property is read-only, write-only or read-write with reflection? Does MemberInfo class contains such information? Thanks ...more >>



GDI+ Error on Bitmap Save
Posted by WB at 12/16/2005 10:31:02 AM
Hi, I have a helper class that has a method to resize images. It takes the virtual path of an image and resize it to a specified dimension like this. public void ResizeImageTest(string pathImage, int newDimension) { string pathImageOnDisk = System.Web.HttpContext.Current.Server.Ma...more >>

Force .Net to do TLS only
Posted by devgrt at 12/16/2005 10:06:18 AM
[PocketPC2003, C#, .Net CF 1] <--> [IIS6] We post some xml to https as shown below. The server supports SSL 3.0 and TLS. We wnat to force the PocketPC 2003 application to only use TLS for FIPs compliance. Is that possible? I see in .Net non-CF that you can do something like System.Net.ServiceP...more >>

Question on data structures
Posted by JL at 12/16/2005 7:24:02 AM
Hi, I was asked the following question at work: "Assume that you have 5000 columns and 5000 rows of data. You take these data from the database and need to show them in a table. Before showing these data in a table, you need to store it in a code data sturcture. Rows and columns will ...more >>

More Webbrowser questions......
Posted by Jim at 12/16/2005 3:37:06 AM
Is there a way to detect a click, double-click or right-click within the document of a webbrowser control? Furthermore, is there a way to determine which object the user clicked? Thanks for your patience and help with these webbrowser questions. ...more >>


DevelopmentNow Blog