MiniProfiler.Windows icon indicating copy to clipboard operation
MiniProfiler.Windows copied to clipboard

Can't get it to work

Open plitter opened this issue 8 years ago • 1 comments

I've followed the Quickstart at http://nootn.github.io/MiniProfiler.Windows/, and made different variations to the packages config, installed fasterflect and I still get that "Method 'Start' in type 'MiniProfiler.Windows.ConsoleProfilingProvider' from assembly 'MiniProfiler.Windows, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation."

This is on Visual Studio on a clean project with framework set to 4 and 4.5.2.

plitter avatar Nov 11 '16 12:11 plitter

The 1.0.0.0 release on nuget.org is not current and was published back in 2012.

I had to make a local build, update the nuspec version number and generate a new nuget

nuget pack MiniProfiler.Windows.nuspec

then install the nuget from the local package

Install-Package C:\whatever\MiniProfiler.Windows.1.1.0.nupkg

tsmith-sdm avatar Mar 29 '18 19:03 tsmith-sdm