Comments
4 comments
-
HI
New to this version
I'm obfuscation a SL4 with prism .xap
I get the error:
Build Failed
The Build process failed during the preparation of the resulting assembly
To use automated error Reporting in Silverlight application your main assembly must use system.windows.controls. Please add this refenece to your project and place the following line in any class:
DataPickerFormat d;
I have done this on
public Shell()
{
InitializeComponent();
RegisterOnBeforeUnload();
//Iosu Para SmartAssembly
DatePickerFormat d;
}
But I keep having the same message..
Can you help me?
Thanks! -
Hi,
Could you open your assembly in reflector, and see whether the reference to System.Windows.Controls is there?
Thanks, -
Here is a workaround
//Iosu Para SmartAssembly
DatePickerFormat d = DatePickerFormat.Short;
d = d + 1; -
Oh, looks like the compiler is more willing to strip out references than I thought. Thanks for that, I'll get the message updated.
Add comment
Please sign in to leave a comment.
The exciting new feature this release is Feature Usage Reporting, which lets you add the [ReportUsage] attribute to your methods, which asks SmartAssembly to count the invocations of the method. If your user opts-in, you can then see the number of times your users have used each feature.
More details are here (in draft so far):
http://downloads.red-gate.com/HelpPDF/S ... orting.pdf
New in this build:
- Error reporting in Windows Phone 7
- Lots of bug fixes
Download here:
http://www.red-gate.com/MessageBoard/vi ... .php?f=116
Please post any comments or feedback in this forum.