Mono Support Updating to new MonoX.dll giving runtime error... 

Viewed 32384 time(s), 3 post(s), 2/19/2013 3:20:21 PM - by super
2/19/2013 3:20:21 PM
6018 Reputation 709 Total posts

I have using MonoX_4_7_40_4233 nightly build - I thought let me download the latest nightly build and update the monoX.dll if there are any bugs fixed in latest build or any performance enhancement.

I have updated the Feb 16 build and getting this error:


Server Error in '/' Application.


Runtime Error Description:
An exception occurred while processing your request. Additionally, another
exception occurred while executing the custom error page for the first
exception. The request has been terminated.


1
2/19/2013 3:49:02 PM
15993 Reputation 2214 Total posts

Hi,

we have moved the Localization project out of the main MonoX solution in order to be in sync with GitHub, so you have to add the following in to the web.config

<assemblies>
  ...
  <add assembly="MonoX.Localization"/>
  ...
</assemblies>

BREAKING - MonoX Localization is moved to separate Class Library therefor Assembly reference in web.config is required.

Let me know if this has solved your issue.

Regards

2
2/19/2013 4:21:46 PM
6018 Reputation 709 Total posts

Yes it solved the problem.

I added localization.dll in bin and added the line in assembly in webconfig.

Thank you

3
This is a demo site for MonoX. Please visit Mono Software for more info.