Activity overview
Latest activity by martincostello
Cannot Install Reflector 7.6 VS2010 Extension On Windows XP
Attempting to install the VS 2010 Extension For Relector on my Windows XP machine fails.
Running the new installer just fails with the error code from Windows Installer of 1603.
Runnning the VSIX f...
Feature Request: /LARGEADDRESSAWARE and Authenticode Support
As part of our build process using TFS/MSBuild, we Authenticode sign all binaries we produce and for some of our executables we apply the /LARGEADDRESSAWARE flag using editbin.exe.
As these flags/A...
Yes, it turned out that the problem was that I had configured the Web Service with the Professional Edition licence key used by our build server, rather than using the Developer Edition licence key that people would use to view the reports.
Switching the key has stopped the NullReferenceException from occuring.
Thanks,
Martin / comments
Yes, it turned out that the problem was that I had configured the Web Service with the Professional Edition licence key used by our build server, rather than using the Developer Edition licence key...
Ah - yes, we did try to set that up initially, but it didn't seem to quite work. It's possible we left it in a miscofigured state,
Could you clarify for me exactly what settings we should configure in the web service so that only people using a copy of SmartAssembly with the licence key of either our Professional or Developer edition of SmartAssembly can download the reports?
Thanks for the prompt response,
Martin / comments
Ah - yes, we did try to set that up initially, but it didn't seem to quite work. It's possible we left it in a miscofigured state,
Could you clarify for me exactly what settings we should configur...
NullReferenceException When Requesting Reports
Hi,
I've just setup SmartAssembly with our custom reporting server, but everytime I attempt to download reports from it using the SmartAssembly client I get a NullReferenceException.
I've submitted...
Indeed, I had forgotten to configure SmartAssembly with our custom SQL database name and web service URL when I installed it onto a different build server. User error [image]
It might be worth wrapping the exception in a future version of SmartAssembly so an error such as "MDB databases cannot be used calling SmartAssembly from a 64-bit MSBuild process." is printed to the MSBuild log. I'd have probably found the configuration issue a lot quicker if that had been the case, as the message lead me to believe it was a SmartAssembly bug.
Regards,
Martin / comments
Indeed, I had forgotten to configure SmartAssembly with our custom SQL database name and web service URL when I installed it onto a different build server. User error
It might be worth wrapping t...
Ah - I must have something misconfigured somewhere, as SmartAssembly should be pointing at our in-house SQL server database. / comments
Ah - I must have something misconfigured somewhere, as SmartAssembly should be pointing at our in-house SQL server database.
Build Fails Using 64-bit MSBuild
Hi,
I'm trying to use SmartAssembly from within targets called by the 64-bit version of MSBuild. The assembly to be processed by SmartAssembly is compiled as x86.
I get the following error in the ...
Sorry, forgot to mention I was talking about the [System.Diagnostics.GeneratedCodeAttribute].
Regards,
Martin / comments
Sorry, forgot to mention I was talking about the [System.Diagnostics.GeneratedCodeAttribute].
Regards,
Martin
Code Metrics Warning In Assembly
Hi,
We have a TFS instance which builds our software, which is where SmartAssembly gets run from for our production builds.
As part of our custom TFS Build Process Template, we run the Visual Studi...