Smart Assembly Failed
jf3000
Posts: 22
This code in VS
Produces this in Reflector
In SA I added the DLL to the main exe and then moved the exe away from the DLL to check it and sure enough they werent added even though the exe grew because when I moved it away from the DLL it just crashed, didnt even get my error box reporter come up.
A bug?
Loading project C:\TDClient.saproj Output=C:\Client.exe Loading... Starting... Analyzing... Preparing... Creating assembly... OK -> C:\Client.exe ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Produces this in Reflector
[assembly: Guid("32184934-6137-40f6-85b4-001951e249c2")] [assembly: AssemblyProduct("Client")] [assembly: AssemblyCompany("")] [assembly: NeutralResourcesLanguage("en-AU")] [assembly: ComVisible(false)] [assembly: AssemblyTrademark("")] [assembly: AssemblyCopyright("")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyDescription("Client")] [assembly: AssemblyTitle("TDClient")] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.Default)] [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows=true)] [assembly: TargetFramework(".NETFramework,Version=v4.5", FrameworkDisplayName=".NET Framework 4.5")]
In SA I added the DLL to the main exe and then moved the exe away from the DLL to check it and sure enough they werent added even though the exe grew because when I moved it away from the DLL it just crashed, didnt even get my error box reporter come up.
A bug?
Comments
The only option I have set in SA in the error reporting. Its only just started happening. It used to work on the previous apps, I just figured there was a bug somewhere.