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 sdk > january 2006

How do you use SDKs?
Posted by Chris Roden at 1/28/2006 10:47:27 AM
I am a .NET developer and have learned everything from reading books. I would like to start using SDKs but don't understand how to use header files, library files, and so on. I have searched the internet and book stores looking for something that would teach me what SDKs include and how to use...more >>

Comments in .NET dll
Posted by Mantas Miliukas at 1/26/2006 12:00:00 AM
Hi, I have a problem with comments in .NET dlls. Here is the situation: We have a single solution (S). The solution contains 2 projects (P1 and P2). When writing code within project P1, we use .NET comments. For example: /// <summary> /// Determines the start point of parsing and starts ...more >>

Obscure rounding in .NET
Posted by eXavier at 1/25/2006 7:00:02 AM
Hello, we just figured out that there is some obscure rounding algorithm implemented in .NET framework (e.g. 0.05 rounded to 1 decimal digit is 0.0 instead of 0.1). Although the behaviour is described in MSDN, it is so unexpected that we didn't noticed it and we used it in an application. In ...more >>

app use newer versions of a DLL
Posted by David Thielen at 1/16/2006 6:32:02 AM
Hi; I have an application that is built to use version 4.1.2.0 of my DLL (app and DLL are mine). I want to set the app so it will use any version of the DLL 4.1.*.* - without adding a config file. How can I do this? -- thanks - dave...more >>

CLR Debugger startup error
Posted by stevenkobes NO[at]SPAM hotmail.com at 1/14/2006 9:04:25 AM
I recently installed the .NET SDK 2.0. When I run the Microsoft CLR Debugger, it says: "The file C:\WINDOWS\Microsoft.NET\Framework\\mscorlib.tlb could not be loaded. An attempt to repair this condition failed because the file could not be found. Please reinstall this program." Has anyone ...more >>

Calling .NET code from plain old C++ (COM)
Posted by David Thielen at 1/12/2006 12:49:01 PM
Hi; Can plain old C++ (not managed C++), used to write a COM object, instantiate and call a .NET object? And if there is anything special that has to be done, is there a url that discusses it? -- thanks - dave...more >>

Instantiate Shell.Explorer.2 at runtime for a web page
Posted by jmi0 NO[at]SPAM att.net at 1/12/2006 11:01:17 AM
I want to create a custom user control to be used in a web page (by object tag) as an assembly. The user control needs to have a web browser control in it. Having tried with the managed System.Windows.Forms.WebBrowser or AxSHDocVw.AxWebBrowser, none of them worked from IE invocation unfortuna...more >>

PerformanceCounterInstaller & System.OutOfMemoryException
Posted by Ashkan Daie at 1/9/2006 2:43:57 PM
Hi All, When trying to install a performance counter via InstallUtil I get the following exception: Creating performance counter category Enterprise Library Caching. An exception occurred during the Install phase. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryExceptio...more >>



winres
Posted by kidev at 1/5/2006 11:01:40 AM
winres is provided as a translation tool for .net apps. We sell an sdk for our .net app, with a setup program. How can we make it easy for our customer to use winres? ...more >>


DevelopmentNow Blog