Kris B
Kris B

Reputation: 3578

Glass Mapper t4 null or empty string

I'm trying to setup Glass Mapper to generate my Sitecore items. I've followed every tutorial I could find, but receive this error when attempting to generate the code:

"Loading the include file 'Helpers.tt' returned a null or empty string. The transformation will not be run."

A file is generated but repeats the word "ErrorGeneratingOutput" over and over.

Screenshots:

Visual Studio error output

TDS Code Generation Settings

TDS Project setup

Upvotes: 0

Views: 614

Answers (2)

jammykam
jammykam

Reputation: 17000

As well as what Ehab has suggested, you may also have to remove the empty line at the end of GlassV3Header.tt otherwise you will get a error:

An error occured while generating code for item '/sitecore/templates'.
T4 Template: D:\Project\XYZ\TDS.Master\Code Generation Templates\GlassV3Item.tt

Errors:
Compiling transformation: Invalid token 'this' in class, struct, or interface member declaration     
Compiling transformation: Method must have a return type     
Compiling transformation: Type expected

Crytic, but deleting the extra line solves the issue.

Upvotes: 2

Ehab ElGindy
Ehab ElGindy

Reputation: 405

Have you tried to click the unblock button in the properties window of the file?

unblock

Upvotes: 1

Related Questions