New dev workstation, issue with mojoPortal.Business.WebHelpers.IndexBuilderProvider

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
2/5/2013 12:15:23 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

New dev workstation, issue with mojoPortal.Business.WebHelpers.IndexBuilderProvider

Hey guys, I've run into an issue with my new Windows 8 workstation (IIS 8, .NET 4.5, full trust). I downloaded the latest mojoPortal code with TortoiseHG, merged all my custom code, and everything compiles cleanly. The local dev site otherwise runs perfectly as far as I can tell, but when I try to search, I'm getting:

2013-02-05 09:52:51,194 ERROR 127.0.0.1 - en-US - https://wwwlocal.escondido.org/SearchResults.aspx?q=Enter+Search+Terms - mojoPortal.Web.Global -  Referrer(https://wwwlocal.escondido.org/) useragent Mozilla/5.0 (Windows NT 6.2; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
System.Configuration.ConfigurationErrorsException: Could not load type 'mojoPortal.Business.WebHelpers.IndexBuilderProvider' from assembly 'mojoPortal.Business.WebHelpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. ---> System.TypeLoadException: Could not load type 'mojoPortal.Business.WebHelpers.IndexBuilderProvider' from assembly 'mojoPortal.Business.WebHelpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
   at System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)
   at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)
   at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase)

I've triple checked everything I can think of (look for presence of DLLs, file permissions, etc.), but am still stumped. I haven't hooked any custom features into the search system, and running in debug mode doesn't catch the error. Any ideas?

Thanks,

Jamie

 

2/5/2013 12:27:28 PM
Gravatar
Total Posts 18439

Re: New dev workstation, issue with mojoPortal.Business.WebHelpers.IndexBuilderProvider

Hi Jamie,

If you have Event Calendar Pro installed, you could get this error. I will be releasing an update for it as soon as I release the new version of mojoPortal (very soon).

In the meantime, you could delete the file sts-eventcalendarindexbuilder.config from /Setup/ProviderConfig/indexbuilders

​to prevent it from running that index builder on your dev machine.

Hope that helps,

Joe

2/5/2013 1:01:45 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: New dev workstation, issue with mojoPortal.Business.WebHelpers.IndexBuilderProvider

Thanks a bunch Joe, that was it, so used your workaround for now. I'm looking forward to the new release--we're a couple behind, so that will give me a good point to upgrade us.

Take care,

Jamie

You must sign in to post in the forums. This thread is closed to new posts.