<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to QuickStartGuide_VSold</title><link>https://sourceforge.net/p/nativeviewer/wiki/QuickStartGuide_VSold/</link><description>Recent changes to QuickStartGuide_VSold</description><atom:link href="https://sourceforge.net/p/nativeviewer/wiki/QuickStartGuide_VSold/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 05 Dec 2012 18:48:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nativeviewer/wiki/QuickStartGuide_VSold/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage QuickStartGuide_VSold modified by Mikhail Matrosov</title><link>https://sourceforge.net/p/nativeviewer/wiki/QuickStartGuide_VSold/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -18,7 +18,7 @@
 
 If instead of a fancy image you only see the error message "Could not load file or assembly ..." (like [here](http://stackoverflow.com/questions/3007190/vsts-2010-sgen-error-could-not-load-file-or-assembly-exception-from-hresult)), try the following:
 
-* Locate the file &lt;install_dir\&gt;\NativeViewerGUI10.dll, open it's properties, at the bottom of the General tab click "Unblock". If you don't see the "Unblock" button, the assembly is not being blocked so it's already fine (as described [here](http://stackoverflow.com/a/4191913/261217)).
+* Locate the file &lt;install_dir\&gt;\NativeViewerGUI10.dll, open it's properties, at the bottom of the General tab click "Unblock" (as described [here](http://stackoverflow.com/a/4191913/261217)). If you don't see the "Unblock" button, the assembly is not being blocked so it's already fine.
 * Locate the Visual Studio executable config file devenv.exe.config, it usually at 
 
 c:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\devenv.exe.config
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikhail Matrosov</dc:creator><pubDate>Wed, 05 Dec 2012 18:48:51 -0000</pubDate><guid>https://sourceforge.netcb87792e73ed242b3dc9733944ea055cc1b824ab</guid></item><item><title>WikiPage QuickStartGuide_VSold modified by Mikhail Matrosov</title><link>https://sourceforge.net/p/nativeviewer/wiki/QuickStartGuide_VSold/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,19 +1,34 @@
 In order to use NativeViewer with Visual Studio prior to 2010, you should install it manually. The steps are as follows:
 
-* If you already have Visual Studio 2010 or above installed on your computer, download the latest VSIX package for your version of Visual Studio ([2010](https://sourceforge.net/projects/nativeviewer/files/VisualStudio2010/) or [2012](https://sourceforge.net/projects/nativeviewer/files/VisualStudio2012/)).
-* If you don't have Visual Studio 2010 or above installed on your computer, do the following:
-    1. Download and install [Microsoft Visual C++ 2010 Redistributable](http://www.microsoft.com/en-us/download/details.aspx?id=5555).
-    * Download and install [Microsoft .NET Framework 4](http://www.microsoft.com/en-us/download/details.aspx?id=17851).
-    * Download the latest [VSIX package for Visual Studio 2010](https://sourceforge.net/projects/nativeviewer/files/VisualStudio2010/).
-* Unpack the VSIX package somewhere on your disk. The *.vsix file is just a ZIP package, so use your favorite utility to unpack it. We will refer to the directory you unpacked the package to as &lt;install_dir\&gt;.
+* Download and install [Microsoft Visual C++ 2010 Redistributable](http://www.microsoft.com/en-us/download/details.aspx?id=5555) and [Microsoft .NET Framework 4](http://www.microsoft.com/en-us/download/details.aspx?id=17851) (you don't need to install it, if you already have Visual Studio 2010 installed on your computer).
+* Download the latest [VSIX package for Visual Studio 2010](https://sourceforge.net/projects/nativeviewer/files/VisualStudio2010/).
+* Unpack the VSIX package somewhere on your disk. The *.vsix file is just a ZIP package, so use your favorite utility to unpack it (you may need to change extension from vsix to zip). We will refer to the directory you unpacked the package to as &lt;install_dir\&gt;.
 * Open the autoexp.dat file for you Visual Studio. It is usually located at 
 
-C:\Program Files (x86)\Microsoft Visual Studio &lt;vs_ver\&gt;\Common7\Packages\Debugger\autoexp.dat
-
+C:\Program Files (x86)\Microsoft Visual Studio &lt;your_vs_ver\&gt;\Common7\Packages\Debugger\autoexp.dat
 
 * Under the \[AutoExpand] section add the following line (no quotes for &lt;install_dir\&gt;, but spaces are allowed):
 
 cv::Mat=$ADDIN(&lt;install_dir\&gt;\NativeViewer10.dll,CvMatViewer)
 
-* Launch Visual Studio, open your solution and start a debug session. Chose a variable of cv::Mat type storing 2-D matrix with CV_TYPE equal to CV_8UC1 or CV_8UC3. Hold down the CTRL key, and hover a mouse over the variable in the code editor window. A thumbnail image should pop at at this moment.
-* To change NativeViewer's behavior, locate the NativeViewer.xml file in &lt;install_dir\&gt; and edit it. You should not restart Visual Studio for changes to take effect, but you have to restart a debug session.
+* Launch Visual Studio, open your solution and start a debug session. Chose a variable of cv::Mat type storing 2-D matrix with CV_TYPE equal to CV_8UC1 or CV_8UC3. Hold down the CTRL key, and hover a mouse over the variable in the code editor window. A thumbnail image should pop up at this moment.
+* To change NativeViewer's behavior, locate the NativeViewer.xml file in &lt;install_dir\&gt; and edit it. You don't have not restart Visual Studio for changes to take effect, but you have to restart a debug session.
+
+---
+
+If instead of a fancy image you only see the error message "Could not load file or assembly ..." (like [here](http://stackoverflow.com/questions/3007190/vsts-2010-sgen-error-could-not-load-file-or-assembly-exception-from-hresult)), try the following:
+
+* Locate the file &lt;install_dir\&gt;\NativeViewerGUI10.dll, open it's properties, at the bottom of the General tab click "Unblock". If you don't see the "Unblock" button, the assembly is not being blocked so it's already fine (as described [here](http://stackoverflow.com/a/4191913/261217)).
+* Locate the Visual Studio executable config file devenv.exe.config, it usually at 
+
+c:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\devenv.exe.config
+
+Add the following setting to it (as described [here](http://stackoverflow.com/a/3407750/261217)):
+
+~~~~~~
+&lt;configuration&gt;
+  &lt;runtime&gt;
+    &lt;loadFromRemoteSources enabled="true" /&gt;
+  &lt;/runtime&gt;
+&lt;/configuration&gt;
+~~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikhail Matrosov</dc:creator><pubDate>Tue, 04 Dec 2012 19:19:25 -0000</pubDate><guid>https://sourceforge.net70e36637e489ad05cb3418f0807757ed119006dc</guid></item><item><title>WikiPage QuickStartGuide_VSold modified by Mikhail Matrosov</title><link>https://sourceforge.net/p/nativeviewer/wiki/QuickStartGuide_VSold/</link><description>In order to use NativeViewer with Visual Studio prior to 2010, you should install it manually. The steps are as follows:

* If you already have Visual Studio 2010 or above installed on your computer, download the latest VSIX package for your version of Visual Studio ([2010](https://sourceforge.net/projects/nativeviewer/files/VisualStudio2010/) or [2012](https://sourceforge.net/projects/nativeviewer/files/VisualStudio2012/)).
* If you don't have Visual Studio 2010 or above installed on your computer, do the following:
    1. Download and install [Microsoft Visual C++ 2010 Redistributable](http://www.microsoft.com/en-us/download/details.aspx?id=5555).
    * Download and install [Microsoft .NET Framework 4](http://www.microsoft.com/en-us/download/details.aspx?id=17851).
    * Download the latest [VSIX package for Visual Studio 2010](https://sourceforge.net/projects/nativeviewer/files/VisualStudio2010/).
* Unpack the VSIX package somewhere on your disk. The *.vsix file is just a ZIP package, so use your favorite utility to unpack it. We will refer to the directory you unpacked the package to as &lt;install_dir\&gt;.
* Open the autoexp.dat file for you Visual Studio. It is usually located at 

C:\Program Files (x86)\Microsoft Visual Studio &lt;vs_ver\&gt;\Common7\Packages\Debugger\autoexp.dat


* Under the \[AutoExpand] section add the following line (no quotes for &lt;install_dir\&gt;, but spaces are allowed):

cv::Mat=$ADDIN(&lt;install_dir\&gt;\NativeViewer10.dll,CvMatViewer)

* Launch Visual Studio, open your solution and start a debug session. Chose a variable of cv::Mat type storing 2-D matrix with CV_TYPE equal to CV_8UC1 or CV_8UC3. Hold down the CTRL key, and hover a mouse over the variable in the code editor window. A thumbnail image should pop at at this moment.
* To change NativeViewer's behavior, locate the NativeViewer.xml file in &lt;install_dir\&gt; and edit it. You should not restart Visual Studio for changes to take effect, but you have to restart a debug session.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikhail Matrosov</dc:creator><pubDate>Tue, 04 Dec 2012 16:46:29 -0000</pubDate><guid>https://sourceforge.net51fdf490df64a130a60778863de07f98c6cdb8e5</guid></item></channel></rss>