zabirauf / icsharp

C# kernel for Jupyter
Other
277 stars 63 forks source link

vs2017 build failed #51

Open GF-Huang opened 5 years ago

GF-Huang commented 5 years ago

image image image image image image

image

zbernhardtme commented 5 years ago

I just had this same issue. Here's how I fixed it:

  1. Open the ScriptCS solution ( icsharp/Engine/ScriptCS.sln )
  2. There will be a ton of errors (3,132!), but those are all testing errors and you can ignore them.
  3. Clean Solution
  4. Make sure Nuget Package Restore is enabled
  5. Rebuild ScriptCS
  6. Go back to the iCSharp.sln
  7. Rebuild Kernel

This might not be the most efficient way, but it worked.

GF-Huang commented 5 years ago

@zbernhardtme solved, thank you !

MrEsp commented 5 years ago

Same problem. @zbernhardtme instruction doesn't work for me. I haven't analyzed thoroughly why the hell trivial references like System.Xml are broken. (changing .Net version and specifying reference paths manually doesn't repair it). Quite strange.

rostov-da commented 5 years ago

Same problem. Instruction @zbernhardtme helped me solve the problem.

jzabroski commented 5 years ago

I'll try to look at this Friday.

bozkurtfurkan commented 5 years ago

Same problem

SatoshiOdawara commented 5 years ago

Same problem. solved with @zbernhardtme advice. thunk you!