Internal error T3014
shyleoking opened this issue · 5 comments
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
@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?