MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 27712 time(s), 3 post(s) 2/19/2013 3:20:21 PMby super

Related topics

super

super

2/19/2013 3:20:21 PM
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.


This content has not been rated yet. 
6018 Reputation 709 Total posts
khorvat

khorvat

2/19/2013 3:49:02 PM
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
This content has not been rated yet. 
15993 Reputation 2214 Total posts
super

super

2/19/2013 4:21:46 PM
Yes it solved the problem.

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

Thank you
This content has not been rated yet. 
6018 Reputation 709 Total posts