kingdona
03-07-2005, 08:16 PM
I am new to Spring.NET so please excuse me if this is simple or already asked somewhere. I did a search of the forum and did not seem to find the issue I am having.
I am using Spring.NET in conjunction with DotNetNuke and I keep getting the error:
'The check of the signature failed for assembly 'Spring.Core'
In my web.config file I have the below defined as a section group:
<sectionGroup name="spring">
<section name="context" type="Spring.Context.Support.ContextHandler, Spring.Core"/>
<section name="objects" type="Spring.Context.Support.DefaultSectionHandler, Spring.Core" />
</sectionGroup>
And then lower in my web.config I have the following:
<spring>
<context type="Spring.Context.Support.XmlApplicationContext, Spring.Core">
<resource uri="config://spring/objects"/>
</context>
<objects>
<description>Integration of Spring.NET Framework into DotNetNuke.</description>
<object name="GuestBookController"
class="SBG.SE2.SE2GuestBook.SE2GuestBookMockController, SBG.SE2.SE2GuestBook"/>
<objects xmlns="http://www.springframework.net"/>
</objects>
</spring>
Here is more information about the error I am getting:
=== Pre-bind state information ===
LOG: DisplayName = Spring.Core
(Partial)
LOG: Appbase = file:///C:/Downloads/dnn
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: Spring.Core
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dnn/705dfc7d/54b51e9c/Spring.Core.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dnn/705dfc7d/54b51e9c/Spring.Core/Spring.Core.DLL.
LOG: Attempting download of new URL file:///C:/Downloads/dnn/bin/Spring.Core.DLL.
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
LOG: Post-policy reference: Spring.Core, Version=0.6.0.0, Culture=neutral, PublicKeyToken=65e474d141e25e07
Any help is appreciated.
Thanks,
DK
I am using Spring.NET in conjunction with DotNetNuke and I keep getting the error:
'The check of the signature failed for assembly 'Spring.Core'
In my web.config file I have the below defined as a section group:
<sectionGroup name="spring">
<section name="context" type="Spring.Context.Support.ContextHandler, Spring.Core"/>
<section name="objects" type="Spring.Context.Support.DefaultSectionHandler, Spring.Core" />
</sectionGroup>
And then lower in my web.config I have the following:
<spring>
<context type="Spring.Context.Support.XmlApplicationContext, Spring.Core">
<resource uri="config://spring/objects"/>
</context>
<objects>
<description>Integration of Spring.NET Framework into DotNetNuke.</description>
<object name="GuestBookController"
class="SBG.SE2.SE2GuestBook.SE2GuestBookMockController, SBG.SE2.SE2GuestBook"/>
<objects xmlns="http://www.springframework.net"/>
</objects>
</spring>
Here is more information about the error I am getting:
=== Pre-bind state information ===
LOG: DisplayName = Spring.Core
(Partial)
LOG: Appbase = file:///C:/Downloads/dnn
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: Spring.Core
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dnn/705dfc7d/54b51e9c/Spring.Core.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dnn/705dfc7d/54b51e9c/Spring.Core/Spring.Core.DLL.
LOG: Attempting download of new URL file:///C:/Downloads/dnn/bin/Spring.Core.DLL.
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
LOG: Post-policy reference: Spring.Core, Version=0.6.0.0, Culture=neutral, PublicKeyToken=65e474d141e25e07
Any help is appreciated.
Thanks,
DK