microsoft / GraphEngine

Microsoft Graph Engine
MIT License
2.2k stars 328 forks source link

Internal error T3014 #310

Open shyleoking opened 4 years ago

shyleoking commented 4 years ago

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

TaviTruman commented 4 years ago

@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 commented 4 years ago

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

TaviTruman commented 4 years ago

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

shyleoking commented 4 years ago

Cool!thank @TaviTruman

TaviTruman commented 4 years ago

@shyleoking I think we can close this right?