Skip to content
#

clr

Here are 104 public repositories matching this topic...

ericjohannsen
ericjohannsen commented Apr 6, 2020

Environment

N/A

Details

This code:

Environment.SetEnvironmentVariable("PYTHONPATH", $"{pathToVirtualEnv}\\Lib\\site-packages;{pythonPath}\\Lib", EnvironmentVariableTarget.Process);

from the wiki references a variable pythonPath that isn't defined. Is that supposed to be `pathToV

eli-fin
eli-fin commented Oct 24, 2018

I cloned the repo and couldn't compile. The first error was the title (and another million followed, as is usually the case with these errors).

Now 'ICorProfilerCallback8' is only available in .net v4.7+, but for some reason, although I have .net v4.7+ installed, it can't find that base class.
The reason turned out to be that the project was including the profiling api headers of .net 4.6.1, b

Improve this page

Add a description, image, and links to the clr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clr topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.