Nope. If your project is set up as mine is with Build Action: XamlAppDef and Custom Tool MsBuild:Compile,
now there's a namespace/class conflict.
You get something like this
2 changes are needed. Right click the template and view code.
The first line that looks like
Which are the two points that need to be renamed. a sample rename would be:
Now your template compiles.
No comments:
Post a Comment