DCSIMG
error - Arik Poznanski's Blog

Arik Poznanski's Blog

It CAN be done with .NET

News

MVP

MCC

CodeProject MVP

MCPD

MCTS

Subscribe to my blog by email

Arik Poznanski LinkedIn Profile

Email: arik.com at gmail dot com
or, use this form

Locations of visitors to this page


Sela Group

Sela Canada

DZone MVB

Links

Official Blogs

WPF / SL Blogs

Developers Blogs

Browse by Tags

All Tags » error (RSS)
Fix Error: An attempt was made to load a program with an incorrect format
While trying to run the sample project ShellObjectWatcherSampleWPF from the latest version of Windows API Code Pack , I came across the following problem, both in Visual Studio 2008 and 2010: Or in a search-engine friendly way: “Cannot create instance of ‘MainWindow’ defined in assembly, ‘ShellObjectWatcherSampleWPF, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’. Exception has been thrown by the target of an invocation.  Error in markup file ‘MainWindow.xaml’ Line 1 Position 9.” Checking...
Fix CodePlex Error: Repository UUID 'XXX' doesn't match expected UUID 'YYY'
About a month ago, CodePlex have upgraded their TFS servers to to TFS 2010. While this transition was supposed to be invisible to users who connect using the SVN interface, it wasn’t. The Problem This is what I got while trying to update a project which resides on CodePlex, using AnkhSVN plug-in. Or in a search-engine friendly way: SharpSvn.SvnException: Repository UUID 'XXX' doesn't match expected UUID 'YYY'    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext...