Activity overview
Latest activity by HaHe
So...I have several .dll:s which I need to collect feature usage. At the moment I have to make all of them a SA project file and they are separate feature usage information file. How can I get them into one report? Can I make a "ReportFeatureUsage" -dll, make a method which using a parameter to pass feature usage information toReportUsageAttribute. But ReportUsageAttribute cannot be used like a method so I can't use it like ReportUsageAttribute(info string); / comments
So...I have several .dll:s which I need to collect feature usage. At the moment I have to make all of them a SA project file and they are separate feature usage information file. How can I get them...