Posts
Sort by recent activity
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...
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...
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 ...
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...
Using AssemblyFileVersion To Filter Builds
We are looking at versioning our .NET assemblies in the same way as the .NET Framework assemblies are versioned. Therefore this would mean:[assembly: AssemblyVersion("1.0.0.0")]
&#...
Error Reporting Not Working With AccessViolationException
Hi,
As a proof-of-concept, I have created a sandbox WinForms application, that when a button is pressed, the event handler code is thus:Marshal.StructureToPtr(new Point(), new IntPtr...