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
May 2008
June 2008


all groups > dotnet framework > january 2007 > threads for january 29 - 31, 2007

Filter by week: 1 2 3 4 5

How to display RTF
Posted by n_lloyd at 1/31/2007 7:46:01 PM
Hi, I'm trying to display an RTF string on a Windows Mobile device running Pocket PC 2003 with .Net framework 1.X (Compact). I've been hunting all over the net to get some idea of how I might go about this. Does the compact framework support a native RTF control, if not, how do I go a...more >>

Exposing .net library to COM
Posted by mike at 1/31/2007 6:50:35 PM
i have written a library in .net by c# and i want to expose it to com i have follow all the instruction in this website: http://www.codeproject.com/dotnet/nettocom.asp and then i open the VB6 and i want find my com in the reference and add in it but when i want to use the method in it, i c...more >>

performance testing
Posted by Random at 1/31/2007 3:01:37 PM
I have a class I'm using to load and deserialize an xml file. Within the class I'm using the Stopwatch class to time the deserialization. The first time through the process takes somewhere in the realm of 4900 milliseconds. If I repeatedly call the method that does the deserialization, the t...more >>

Dotnet Framework Not Running
Posted by Create_Share at 1/31/2007 12:59:18 PM
I have installed .Net Framework 2.0 on my windows xp sp2 system but it is not in the start menu programs. I need to install an application that needs ..Net Framework but everytime i try to install it i get a msg that the setup requires .net framework. any help? Thankx! ...more >>

streamwriter and pound character
Posted by sudhakar at 1/31/2007 11:55:01 AM
I want to create a text file with a pound (£) character in it, when i use StreamWriter class with ASCII (System.Text.Encoding.ASCII) or ANSI (System.Text.Encoding.Default) encoding the £ (pound) character is either getting displayed as a ? or as some special character. It works fine if i...more >>

Excel grid in Visual Studio 2005 app
Posted by Any User at 1/31/2007 11:06:30 AM
Hello I have an Excel spreadsheet, that holds some tabular data, and a macro, that exports it daily do SQL Server 2000 table. Now I want to build VS2005 application, that embeds Excel grid, that is connected directly to SQL Server, so all editing will go directly to database. I've see...more >>

.NET property names and translation
Posted by John Allen at 1/31/2007 9:30:51 AM
Hi there, Does anyone know if the standard "PropertyGrid" control is (foreign) language sensitive. If I display an object in the control, and my object has the native .NET "Size" struct as a property (which also contains its own ""Width" and "Height" members), will someone running my app o...more >>

Timers.timer Stops in W2K SP1 With hotfix 900822!!!
Posted by Bobby at 1/31/2007 4:13:11 AM
Hi, We have a .NET 1.1 Windows service which has some timers.timer running. A while back we notified microsoft and subsequently were informed of HotFix 900822. On most of our sites, this has resolved the issue. On 1 site however, the problem still occurs. We trace output from one of the ti...more >>



How to enumerate all the assemblies in the GAC?
Posted by Dmitry Nogin at 1/30/2007 3:55:36 PM
Hi, How to programmatically enumerate all the assemblies in the GAC? thanks a lot. ...more >>

requiredRuntime and supportedRuntime in VS 2005
Posted by illegal.prime NO[at]SPAM gmail.com at 1/30/2007 2:27:31 PM
So this seems like it should be a simple concept - but for some reason I don't understand it. So I've read everywhere that you can't use an assembly built in VS 2005 (specifically .NET 2.x) in an assembly built by VS 2003 (specifically .NET 1.x). However, I've never seen any Microsoft do...more >>

Deserialization type load exception even when using a serialization binder
Posted by john_smith_677 NO[at]SPAM hotmail.com at 1/30/2007 1:52:10 PM
Hi, I moved some code from my project to a separate assembly. I have some saved definitions that were saved using regular .net serialization. When trying to open the saved definitions, I get type load exceptions. I am getting around this by implementing my own SerializationBinder and f...more >>

.NET 1.1 x .NET 2.0
Posted by Antonio Lima at 1/30/2007 1:30:34 PM
Hi Guys, is there any form that i can develop a solution using Visual Web Developer in the framework .NET 1.1. All that i knows i sthat VWD is especific for developing solutions in .NET 2.0. I´ll have to use Webmatrix??? Tks ...more >>

Class handling fully qualified type names?
Posted by Jens Weiermann at 1/30/2007 9:41:33 AM
Hi, in many occasions (mainly with configuration), you'll have to specify fully qualified type names in the format type="Fully qualified class name, assembly file name, version, culture, public key token" I was suprised to see that there's no overload of Activator.CreateInstance() that...more >>

need a good idea :)
Posted by xxxx at 1/30/2007 3:20:36 AM
Hi all, i need some help here plz :) i'm building a small application that will dispaly a list of folders in a listbox, but i only want to display the folder name rather than the whole path, so i take the substring from the whole path and add it to the listbox. the problem is, later, when...more >>

refer the version
Posted by kalaivanan at 1/30/2007 3:14:46 AM
hi, i am using two versions of a particular dll cust.ll. how do i make a class file to refer the two versions of cust.dll. eg: version one : using System; using System.Reflection; [assembly: AssemblyKeyFile("test.txt")] [assembly: AssemblyVersion("2.0.0.0")] public class cust { pub...more >>

Firing hotkey
Posted by marek zegarek at 1/29/2007 11:13:12 AM
Hello! I wrote application, that is watching Windows session for some windows. I want to close them by pressing "Alt+F4", when windows shows. How to fire hotkeys like that? ...more >>

compile csharp file
Posted by kalaivanan at 1/29/2007 2:52:02 AM
hi, how should i compile csharp programs in the cmd command prompt without being installing visual studio .net. I have installed framework 1.1 and sdk. also i have executed the vsvars32 btach file. still iam not able to compile the csharp file. the error generated is: csc is not recognized...more >>


DevelopmentNow Blog