Precompiler tool strategy required issue

Posted by Community Admin on 04-Aug-2018 11:31

Precompiler tool strategy required issue

All Replies

Posted by Community Admin on 03-Nov-2016 00:00

Dear support,

I am trying to use Sitefinity precompiler tool. It was downloaded from here: sitefinity.blob.core.windows.net/.../Telerik.Sitefinity.Compiler.1.0.0.11.zip

For both samples(with username/password and authKey) of call from docs.sitefinity.com/reference-command-line-arguments, I am getting Argument exception: a value for the strategy property is required. Please note, that strategy parameter is specified as in samples.

 

 

Posted by Community Admin on 03-Nov-2016 00:00

I found the solution by specifying /strategy parameter as the first parameter in invoke: 

Telerik.Sitefinity.Compiler.exe /strategy="Frontend" /url="http://localhost:8080" /appdir="D:\Projects\SitefinityWebApp" /authKey="8u3#u9u~]k3M3Q" 

This thread is closed