Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
The problem is that the script needs to know the full "path" to the IDriver type (which is ATVO.ThemesSDK.Data.Entity.IDriver). You can replace IDriver with this full path, or add the path to the "using" statements at the top of the script:
using ATVO.ThemesSDK.Data.Entity;


To help you with these errors, you can double-click them and it will show a popup with all available references to "IDriver". Typically there is only one (the one I mentioned here). If you select it from the list, the textbox at the bottom will include this "using" statement and you can copy it to your script directly.

I wrote an explanation here: https://atvo.appgineering.com/Forum/Thread/94