Hi,
I upgradred my site which was in version 06.02.08 to 07.02.02.
I have my own Module and i need to debug in visual studio.
Actually with the 07.02.02 version i get a file load exception exception on the Lucene.net dll.
Lucene.net is in 3.0.3 in the bin folder but trying to get the 2.9.2.2 version.
Error :
{"Could not load file or assembly
'Lucene.Net, Version=2.9.2.2, Culture=neutral, PublicKeyToken=null'
or one of its dependencies.
The located assembly's manifest definition does not match the assembly reference. (Exception HRESULT : 0x80131040)":"Lucene.Net, Version=2.9.2.2, Culture=neutral, PublicKeyToken=null"}
The StackTrace is :
DotNetNuke.Professional.SearchCrawler.SearchSpider.SearchSpider.SpiderThread()
à System.Threading.ThreadHelper.ThreadStart_Context(Object state)
à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
à System.Threading.ThreadHelper.ThreadStart()