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 clr > february 2007

Conversion Problem
Posted by varaprasad.cm NO[at]SPAM gmail.com at 2/22/2007 5:22:06 AM
My Application in Debug Mode is working fine but when i changed to release configuration the application stops responding at Show() Method. what might be the problem , please suggest ...more >>


issue
Posted by blah taco at 2/21/2007 2:29:01 PM
Hi, I am experiencing something along the same lines as you did. I am unable to get the clrpolicymanager. I have tried linking mscoree.lib manually, that does not work however for me. Also, I am unable to get the hex value of hresult - I simply get a negative 32 bit integer, as documentation I've...more >>

"Explorer style" string sorting
Posted by Lucvdv at 2/21/2007 12:00:00 AM
In a certain app, I want to sort file and folder names in the exact same order that explorer would show them (assuming it's set to order by name and the registry hasn't been hacked to revert it to Win2000 sort order). I tried to search the docs to see if that sort method/order can be obtained ...more >>

Framework 1.1 and 2.0 both not working properly
Posted by YASER WAHEED at 2/20/2007 10:53:20 PM
I have updated my server running OS windows 2003 on 14 Feb 2007 ... since then i am facing problem with my .net applications both web and windows..... Issue: 1) System.Management Class donot works 2) Both type of application stops all of sudden and then after fews second...more >>

Can you hijacking a signed assembly?
Posted by cartoper NO[at]SPAM gmail.com at 2/16/2007 5:10:02 AM
I have the first release of my software ready to release! I only need to add the spit polish, such as the registration/activation process. It is going to be pretty simple, it will ask for some info and the key and check to see if the key is the correct one. In the world of C/C+ + I would ta...more >>

Is it possible to step through C# source code (with SOS)?
Posted by johnxhc NO[at]SPAM gmail.com at 2/15/2007 3:32:11 PM
I have a need to debug both managed & unmanaged code , I am able to set a breakpoint in C#, after the program reach the breakpoint, I would like to step through the C# code just like I did in C++, but I do not see any option to see the current source line. Even if I bring up the C# source code, ...more >>

SOS Command not working
Posted by johnxhc NO[at]SPAM gmail.com at 2/15/2007 12:30:51 PM
I am trying to use sos extension but almost half of the sos command do not work, for example 0:027> !findtable No export findtable found 0:027> !bpmd No export bpmd found 0:027> !GCHandleLeaks No export GCHandleLeaks found 0:027> !GCHandles No export GCHandles found 0:027> !GetWorkItem...more >>

JIT Bug?
Posted by Dave.NET at 2/13/2007 11:48:00 AM
I'm having problems with some IL code I'm emitting from a compiler I'm working on. I've narrowed down the problem and have recreated it in the IL code below. I might be missing something, but it seems the bne.un instruction is not being JIT'd... or is optimized out. If you uncomment ...more >>



Games
Posted by WELCOME ### at 2/11/2007 10:40:56 PM
Hi all Can I make games program by C++ either Native or CLI ? ..... how? Where I go or what's book I read to learn? Thanks all =================================== ...more >>

AppDomains and sharing threadpool
Posted by Shawn B. at 2/11/2007 1:02:55 AM
Greetings, I have an application that must load various modules. Each module must be able to execute concurrently, so I'm spawning a thread and each thread hosts its own AppDomain. I for various reasons, I must create a custom threadpool. I would like to share that threadpool with each o...more >>

intermittent could not load file or assembly
Posted by kblau at 2/8/2007 9:17:00 PM
The full error is 'could not load file or assembly 'Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f... or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT:0X80131417) This error is itermittent, not related ...more >>

create bitmap from a pointer in vb.net?
Posted by Victor Reboucas at 2/6/2007 6:53:44 PM
Hi, I'm a VB.Net developer and cannot find a way to create a bipmap from a pointer... My application does video rendering using Windows media encoder (that's out of the content of this message). Using a "DataView" object I can attach a "video viewer" to about every control in a Form, using ...more >>

Is it possible to get the value of a parameter via Reflection?
Posted by Tim Pulley at 2/6/2007 5:26:12 PM
I haven't found a way to retrieve a parameter's value using a StackTrace and Reflection. Have I missed something? TIA, Tim ...more >>

Trouble with timeout when code runs the second time
Posted by Per [Pedalen] at 2/5/2007 3:50:01 PM
Hi, I am trying to solve a tutorial problem of mine where I am using the HttpWebRequest and HttpWebResponse objects to call MSN Search to retrieve the page. This works fine the first time but doing it all over again is just giving me a timeout. Below is my code, somewhat simplified; ...more >>

Finding out if an object esists using SQL Server SMO
Posted by Patrick Hill at 2/2/2007 11:15:15 AM
Is there a way using SMO to find out if an object exists? I want to find out if this sp exists on the server [dbo].[spGetActiveEmps] I know I would have to use something like: theserver.Databases.Item(DBName).StoredProcedures.Item([dbo].[spGetActiveEmps]) ...more >>

GAC, AssemblyResolve event, fusion.dll, Assembly.Load fails
Posted by jc at 2/1/2007 12:40:09 PM
I am having an issue where Assembly.Load fails, even after installing a signed assembly to the GAC via the fusion.dll API. I have supplied a link to the simple test harness that reproduces the issue. I use the AssemblyResolve event to determine what assemblies are missing and so are neede...more >>

Access violation when using c++/cli
Posted by FriedhelmEichin at 2/1/2007 8:49:00 AM
I created a c++/cli mfc regular dll to use a .NET assembly with a c++/MFC application. Therefore I used the /clr compiler option. If I use also the multimedia lib winmm.dll in the application, it reults in a runtime error at the startup of the application. "The application failed to initiali...more >>


DevelopmentNow Blog