Hi, I published my project and get the following exception:

ItemTag validation (_tkn_1): Reference token (ext.net.global.icons) was not found.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Exception: ItemTag validation (_tkn_1): Reference token (ext.net.global.icons) was not found.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 


[Exception: ItemTag validation (_tkn_1): Reference token (ext.net.global.icons) was not found.]
   Transformer.NET.ItemTag.Validate() +156
   Transformer.NET.TextTransformer.Handle() +159
   Transformer.NET.TextTransformer.Transform(List`1 tokensType, Dictionary`2 variables) +28
   Transformer.NET.TextTransformer.Transform(List`1 tokensType) +11
   Transformer.NET.TextTransformer.Transform() +27
   Ext.Net.ExtNetTransformer.Transform(String text) +167
   Ext.Net.InitScriptFilter.Transform() +77
   Ext.Net.InitScriptFilter.Flush() +47
   System.Web.HttpWriter.FilterIntegrated(Boolean finalFiltering, IIS7WorkerRequest wr) +9510069
   System.Web.HttpResponse.FilterOutput() +104
   System.Web.CallFilterExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +49
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
Any idea?

Thanks