Skip to main content
I'm currently working throuh the SC Electronics Tutorial/Walkthrough in the K2.net Studio Help file and encountered the following warning when attempting to compile the Web Service in VS.NET:

"The dependency 'Interop.Scripting' could not be found."

Has anyone else encountered this before?

I've tried looking through the References list and can't see anything that looks like this might be the reference I need...
To Microsoft.Scripting and it removes the warning
Yes, that will cause Interop.Scrpting.dll to be generated in your IIS projectin folder, and the warning goes away. You may subsequently remove that reference from your project's references.

Reply