| Author |
Message |
Alex.Davies
Joined: 02 Dec 2008 Posts: 335 Location: Cambridge, uk
|
Posted: Thu Dec 02, 2010 3:05 pm Post subject: SmartAssembly 6 EAP build 225 download |
|
|
Red Gate is working on a new version of SmartAssembly.
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/SmartAssembly/FeatureUsageReporting.pdf
New in this build:
- Error reporting in Windows Phone 7
- Lots of bug fixes
Download here:
http://www.red-gate.com/MessageBoard/viewforum.php?f=116
Please post any comments or feedback in this forum. _________________ Alex
Developer,
Red Gate .NET Tools
Last edited by Alex.Davies on Mon Dec 13, 2010 5:30 pm; edited 1 time in total |
|
| Back to top |
|
 |
iosub
Joined: 19 Oct 2010 Posts: 19
|
Posted: Mon Dec 06, 2010 11:03 am Post subject: |
|
|
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! |
|
| Back to top |
|
 |
Alex.Davies
Joined: 02 Dec 2008 Posts: 335 Location: Cambridge, uk
|
Posted: Mon Dec 06, 2010 11:11 am Post subject: |
|
|
Hi,
Could you open your assembly in reflector, and see whether the reference to System.Windows.Controls is there?
Thanks, _________________ Alex
Developer,
Red Gate .NET Tools |
|
| Back to top |
|
 |
iosub
Joined: 19 Oct 2010 Posts: 19
|
Posted: Thu Dec 09, 2010 2:34 pm Post subject: |
|
|
Here is a workaround
//Iosu Para SmartAssembly
DatePickerFormat d = DatePickerFormat.Short;
d = d + 1; |
|
| Back to top |
|
 |
Alex.Davies
Joined: 02 Dec 2008 Posts: 335 Location: Cambridge, uk
|
Posted: Thu Dec 09, 2010 3:12 pm Post subject: |
|
|
Oh, looks like the compiler is more willing to strip out references than I thought. Thanks for that, I'll get the message updated. _________________ Alex
Developer,
Red Gate .NET Tools |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group