JeremyThomas / rapiddevbookcode

Code for LLBL Rapid C# Windows Development eBook + LINQPad and Data Tools
13 stars 6 forks source link

Error with the JSON Visualizer #4

Open JeremyThomas opened 6 years ago

JeremyThomas commented 6 years ago

I get an error when I use the Debugger Visualizer with JSON Serializer. The error says "Error resolving type specified in JSON "System.Collections.Generic.List... mscorlib... Path type line 1, position 85.

Do you have an idea for the reason? Can I download the source code without SVN?

This work item was migrated from CodePlex

CodePlex work item ID: '35865' Vote count: '1'

JeremyThomas commented 6 years ago

[JezzaT@1/03/2015] No Idea, so yes source code is your best option, run the unit tests and see what happens.

Just press 'Download' in the source code tab.

JeremyThomas commented 6 years ago

[TomZ01@2/03/2015] Thanks, Downloading worked, but when I try to compile I get the following error. Can you help?

Error 14 The "FindVsSDKInstallation" task could not be instantiated from the assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.Build.Tasks.dll". Please verify the task assembly has been built using the same version of the Microsoft.Build.Framework assembly as the one installed on your computer and that your host application is not missing a binding redirect for Microsoft.Build.Framework. Unable to cast object of type 'Microsoft.VsSDK.Build.Tasks.FindVsSDKInstallation' to type 'Microsoft.Build.Framework.ITask'. C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.Common.targets 74 5 EnumerableVisualizerVSPackage

Error 15 The "FindVsSDKInstallation" task has been declared or used incorrectly, or failed during construction. Check the spelling of the task name and the assembly name. C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.Common.targets 74 5 EnumerableVisualizerVSPackage

JeremyThomas commented 6 years ago

[TomZ01@3/03/2015] It's really strange. I noticed that the solution seems to be build with VS2013. Any help would be great.

JeremyThomas commented 6 years ago

[JezzaT@4/03/2015] Visualizers are specific to VS versions, so yes it will only compile with VS2013.

You have to change the Microsoft.VisualStudio.DebuggerVisualizers.dll reference for other versions