Skip to content
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

Open
shyleoking opened this issue Dec 22, 2019 · 5 comments
Open

Internal error T3014 #310

shyleoking opened this issue Dec 22, 2019 · 5 comments

Comments

@shyleoking
Copy link

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
Copy link
Contributor

@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
Copy link
Author

@TaviTruman
Copy link
Contributor

@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
Copy link
Author

Cool!thank @TaviTruman

@TaviTruman
Copy link
Contributor

@shyleoking I think we can close this right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants