Hi,
While creating a small application to generate a custom control derived from TextBox, I realized that setting <add name="VWG_DisableObscuringSwitch" value="0" /> to enable Obscuring causes the SDK to throw an error because it can't find some XSLT templates from the Core library. Disabling Obscure makes the project work without problems.
I can send you my very, very small application so you can see this by yourself (just tell me the way to send it.) or follow these steps:
Lib ver. 6.4 VS 2008 - .NET 3.5 C#
1) Create a new app
2) Add a library project and a custom control to it. Derive the class from TextBox.
3) For the custom control's skin add a JS, XSLT and a CSS . Add some code to the XSLT that applies templates from the Core.
4) Register the control and make sure Disable Obscuring is not checked in Web.config.
5 ) On VS press F5.... BOOM an error should appear telling that a specific XSLT template was not found.
Thanks for your help.
- Jivan