-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal error T3014 #310
Comments
@shyleoking please check and make certain you've included the graph engine core package. Also, what does your TSL file look like; post it so I can take a look-see. |
@shyleoking It looks likes the structure of the solution and project is fine; however, the Graph Engine packages referenced are very out of date; have you tried to get a local build? The current version of the GE is v2.0.0 but you'll need to generate a successful local build. Once you have a local build must update you must Graph Engine Package to the latest version. I Cloned your sample and was able to recreate the T3014 error using the old GE packages; I updated the packages to the latest version, recompiled the program is it ran with no errors. Also make sure to install the Graph Engine VSIX extension for Visual Studio - you can find the VSIX installer in the "build" directory in the GE repro on your machine. |
Cool!thank @TaviTruman |
@shyleoking I think we can close this right? |
Visual Studio 2017
My code
static void Main(string[] args)
{
TrinityConfig.CurrentRunningMode = RunningMode.Embedded;
Error occurred:Internal error T3014
Maybe I did something wrong. What should I do
The text was updated successfully, but these errors were encountered: