robgruen's WebLogmy intelligence is artificial...Playing Smart Devices...- December 30, 2005 Well, the main project I was working on suffered a minor setback when the HDD on the box died. Until that get's settled I get to work with a smartphone on a cool little project. Unfortunately the smartphone also had it in for me. :) I got the following error: Error 1 The device security configuration disallowed the connection. Ensure that you have the appropriate certificates on your device for development. Review your SDK documentation for proper security settings...http://blogs.msdn.com/robgruen/archive/2005/12/29/508099.aspx Here's a cryptic RegAsm Error you might see with VS.NET 2005- December 19, 2005 Microsoft (R) .NET Framework Assembly Registration Utility 2.0.50727.42Copyright (C) Microsoft Corporation 1998-2004. All rights reserved. RegAsm : error RA0000 : Could not load file or assembly 'MyAssembly, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Exception from HRESULT: 0xE0434F4D Now I know my assembly has version 1.0.0.0 so this doesn't make sense....nor did the fact that using fuslogvw didn't show any assembly binding failures and...http://blogs.msdn.com/robgruen/archive/2005/12/19/505650.aspx Ain't Programming Fun!- December 16, 2005 So I was upgrading a project from VS.NET 2003 to VS.NET 2005 (v2.0 of the framework) and I kept hitting this assert: "_CrtIsValidHeapPointer(pUserData)." There were several postings out and about but they were all for previous versions of the framework, nothing to do with upgrading to whidbey. After a long and unsuccessfull jaunt to change my C++ syntax from clr:oldsyntax to just clr along with many other now forgotten changes, I made the following project change: I..http://blogs.msdn.com/robgruen/archive/2005/12/16/504897.aspx |