Activity overview
Latest activity by craigm
Apparently the 64 bit version will only work from the command line and if you are storing your reports on an SQL server. I've had no issues with it with this set up. / comments
Apparently the 64 bit version will only work from the command line and if you are storing your reports on an SQL server. I've had no issues with it with this set up.
Thanks Alex. I'll give it a go. / comments
Thanks Alex. I'll give it a go.
Smart assembly can be used with ClickOnce. You need to run the obfuscation in the middle of the build process. There are instructions located here. / comments
Smart assembly can be used with ClickOnce. You need to run the obfuscation in the middle of the build process. There are instructions located here.
I've been able to authenticode sign the assemblies post obfuscation as part of the build process. Using msbuild, my csproj looks like: <Target Name="AfterCompile">
<Exec Command="$(SmartAssemblyLocation) /build $(SmartAssemblyProjectLocation)" />
<Copy SourceFiles="$(OutputPath)$(TargetFileName)" DestinationFiles="$(IntermediateOutputPath)$(TargetFileName)" />
<Exec Command=""signtool.exe" sign /t http://timestamp.server.com /i CertName "$(IntermediateOutputPath)$(TargetFileName)"" />
</Target>
/ comments
I've been able to authenticode sign the assemblies post obfuscation as part of the build process. Using msbuild, my csproj looks like:<Target Name="AfterCompile">
<Exec Command="$(Sma...
SmartAssembly 64-bit
Hi,
We've been using SmartAssembly for several years now with much success but recently our project has got to the size where SmartAssembley is starting to fail with out of memory exceptions. Are ...
Thanks for looking at this for us. Do you have any idea on when I could expect a new version to be released?
Thanks,
Craig / comments
Thanks for looking at this for us. Do you have any idea on when I could expect a new version to be released?
Thanks,
Craig
SmartAssembly 6.6.3 OutOfMemoryException with 64-bit App
Hi,
I'm having issues with version 6.6.3 of SmartAssembly when trying to generate a 64-bit version of my application. It seems to be running out of memory at a similar point it would if it were a ...
We send our error reports to different email address which are all forwarded to our developers. e.g. Our beta program sends errors to beta.programname.errors@company.com and production to programname.errors@company.com. They all redirect to errors@company.com, but we can see who the email was originally sent to. You could also change the product name if you want the errors to be grouped differently within the Smart Assembly error repository. / comments
We send our error reports to different email address which are all forwarded to our developers. e.g. Our beta program sends errors to beta.programname.errors@company.com and production to programn...
Hi.
It's the same issue as discussed here. I'm still waiting for a fix for this too. / comments
Hi.
It's the same issue as discussed here. I'm still waiting for a fix for this too.
Just reset all of the settings and it seems to be working now. I'd be happy to see the RunOnException functionality in a future version.
Thanks for your help. / comments
Just reset all of the settings and it seems to be working now. I'd be happy to see the RunOnException functionality in a future version.
Thanks for your help.