GraphEngine icon indicating copy to clipboard operation
GraphEngine copied to clipboard

Internal error T3014

Open shyleoking opened this issue 5 years ago • 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 avatar Dec 22 '19 16:12 shyleoking

@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.

TaviTruman avatar Dec 22 '19 20:12 TaviTruman

https://github.com/shyleoking/GETestSolution Thank @TaviTruman

shyleoking avatar Dec 23 '19 12:12 shyleoking

@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.

image

image

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.

TaviTruman avatar Dec 23 '19 17:12 TaviTruman

Cool!thank @TaviTruman

shyleoking avatar Dec 25 '19 12:12 shyleoking

@shyleoking I think we can close this right?

TaviTruman avatar Apr 06 '20 18:04 TaviTruman