Hi Support,
I recieved the hotfix: (
TC 5.0 SP1 HOTFIX (Build: 40807.9167) Our Telligent Community project is in Visual Studio and SVN so I used this article to merge the hotfix changes: http://telligent.com/support/telligent_evolution_platform/w/documentation/upgrading-from-a-previous-version-of-the-telligent-evolution-platform.aspx (dll's, pages, config files etc).
I have also checked this article to ensure that the System.Web.Routing and System.Web.Abstractions are set Copy Local to True.
(http://telligent.com/community/developers/w/wiki/developing-on-top-of-the-telligent-evolution-platform.aspx)
However I get this error:
Server Error in '/' Application.
Couldn't
resolve type 'CommunityServer.Rest.Resources.Search.ISearchService,
CommunityServer.Rest' defined in 'service' attribute.
Description: An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.
Exception Details: System.Configuration.ConfigurationErrorsException:
Couldn't resolve type
'CommunityServer.Rest.Resources.Search.ISearchService,
CommunityServer.Rest' defined in 'service' attribute.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
|
Stack Trace:
[ConfigurationErrorsException: Couldn't resolve type 'CommunityServer.Rest.Resources.Search.ISearchService, CommunityServer.Rest' defined in 'service' attribute.] Ninject.Extensions.Xml.Handlers.BindElementHandler.GetTypeFromAttributeValue(XAttribute attribute) +211 Ninject.Extensions.Xml.Handlers.BindElementHandler.Handle(XmlModule module, XElement element) +128 Ninject.Extensions.Xml.XmlModule.Load() +309 Ninject.Modules.NinjectModule.OnLoad(IKernel kernel) +59 Ninject.KernelBase.Load(IEnumerable`1 modules) +221 Ninject.Extensions.Xml.XmlModuleLoaderPlugin.LoadModules(IEnumerable`1 filenames) +76 Ninject.Modules.ModuleLoader.LoadModules(IEnumerable`1 patterns) +557 Ninject.KernelBase.Load(IEnumerable`1 filePatterns) +89 Ninject.ModuleLoadExtensions.Load(IKernel kernel, String[] filePatterns) +37 CommunityServer.Web.KernelFactory.CreateKernel() +206 CommunityServer.Global.Application_Start(Object sender, EventArgs e) +36
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
Thanks in advance for the help.
Adam