|
Upgraded my devforce to the latest version 3.5.4.1 on the understanding that Cab 2300 works with DF 3.5.3.1. or later and rerun the object mapper to update my model.
I created a new Cabana solution using the wizard and the compilation was successful.
However when I try running the application I get a exception. When I set the IDE to throw common language runtime exception. The problem fusionlog message displayed is
=== Pre-bind state information === LOG: User = Forester\k_james LOG: DisplayName = IdeaBlade.Persistence, Version=3.5.3.1, Culture=neutral, PublicKeyToken=287b5094865421c0 (Fully-specified) LOG: Appbase = file:///C:/Manager - file:///C:/Manager SWE/Bezalel/HWorld3/bin/Debug/ LOG: Initial PrivatePath = NULL Calling assembly : IdeaBlade.Common.EntityModel, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null. === LOG: This bind starts in default load context. LOG: Using application configuration file: C:\Manager SWE\Bezalel\HWorld3\bin\Debug\Rusal.HWorld3.Shell.vshost.exe.Config LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v2.0.50727\config\machine.config. LOG: Post-policy reference: IdeaBlade.Persistence, Version=3.5.3.1, Culture=neutral, PublicKeyToken=287b5094865421c0 LOG: Attempting download of new URL file:///C:/Manager - file:///C:/Manager SWE/Bezalel/HWorld3/bin/Debug/IdeaBlade.Persistence.DLL. LOG: Attempting download of new URL file:///C:/Manager - file:///C:/Manager SWE/Bezalel/HWorld3/bin/Debug/IdeaBlade.Persistence/IdeaBlade.Persistence.DLL. LOG: Attempting download of new URL file:///C:/Manager - file:///C:/Manager SWE/Bezalel/HWorld3/bin/Debug/IdeaBlade.Persistence.EXE. LOG: Attempting download of new URL file:///C:/Manager - file:///C:/Manager SWE/Bezalel/HWorld3/bin/Debug/IdeaBlade.Persistence/IdeaBlade.Persistence.EXE.
I located the IdeaBlade.Common.EntityModel updated the Ideablade.Persistence DLL but cannot sign it and therefore cant compile. Where can I find the strong Name Key file.
The error I have is
Assembly 'C:\Manager SWE\Bezalel\HWorld3\bin\Debug\IdeaBlade.Common.EntityModel.dll' must be strong signed in order to be marked as a prerequisite.
|