diff --git a/samples/CodeConverter/AppPoolSettings.png b/samples/CodeConverter/AppPoolSettings.png
new file mode 100644
index 0000000000..6642364980
Binary files /dev/null and b/samples/CodeConverter/AppPoolSettings.png differ
diff --git a/samples/CodeConverter/DeploymentNotes.txt b/samples/CodeConverter/DeploymentNotes.txt
new file mode 100644
index 0000000000..ce6c47745b
--- /dev/null
+++ b/samples/CodeConverter/DeploymentNotes.txt
@@ -0,0 +1,6 @@
+If you get the following error:
+
+Could not load file or assembly 'PythonBinding' or one of its dependencies. An attempt was made to load a program with an incorrect format.
+
+See AppPoolSettings.png (DLR languages are compiled to x86, which, on x64 IIS leads to aforementioned error message)
+
diff --git a/samples/CodeConverter/Source/CCSite/CCSite.csproj b/samples/CodeConverter/Source/CCSite/CCSite.csproj
index 308a66a856..14c7e556c1 100644
--- a/samples/CodeConverter/Source/CCSite/CCSite.csproj
+++ b/samples/CodeConverter/Source/CCSite/CCSite.csproj
@@ -180,6 +180,9 @@
ICSharpCode.CodeConversion
+
+
+
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
diff --git a/samples/CodeConverter/Source/CCSite/Properties/PublishProfiles/Local Profile.pubxml b/samples/CodeConverter/Source/CCSite/Properties/PublishProfiles/Local Profile.pubxml
new file mode 100644
index 0000000000..b81500dfec
--- /dev/null
+++ b/samples/CodeConverter/Source/CCSite/Properties/PublishProfiles/Local Profile.pubxml
@@ -0,0 +1,20 @@
+
+
+
+
+ FileSystem
+ Debug
+ Any CPU
+
+ True
+ True
+ False
+ DonotMerge
+ False
+ D:\Temp\Test
+ True
+
+
\ No newline at end of file