scottdurow / SparkleXrm

An open-source library for building Dynamics CRM XRM solutions using Script#, jQuery & Knockoutjs.
MIT License
265 stars 198 forks source link

Connections UI - Can't compile project #184

Open Stanzarectah opened 6 years ago

Stanzarectah commented 6 years ago

When compiling I get the following:

Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'ES6' could not be found (are you missing a using directive or an assembly reference?) ClientUI C:\Users\Stanley\Downloads\SparkleXrm-master\SparkleXrm-master\SparkleXrmSamples\ConnectionsUI\ClientUI\ViewModel\QueryParser.cs 4 Active

Where can I get this reference from nuget? When I type ES6 I get a bunch of results? Which library is it?

scottdurow commented 6 years ago

Which branch are you using? It should be the master branch that you use.

Stanzarectah commented 6 years ago

Same thing happens for master branch. I am using VS 2015

Stanzarectah commented 6 years ago

So anyone have the same issue?

I feel there is way to many issues way to many issues with this product go make it available for general public. If it is only half functional the users should not be spending their time trying to make it work, at the very least they should know what it CAN and can't do.

:(

scottdurow commented 6 years ago

You are right - the updates that I've made recently to work with the V9 API have made their way into the master branch! suggest you go back to https://github.com/scottdurow/SparkleXrm/tree/5b7f202239390718a624cc5b8761df7a69ec5b0d Sorry about that!