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 )

30696 put(a) pogledan, 3 odgovor(a) 19.2.2013. 15:20:21Kreirao(la) super

Povezane teme

super

super

19.2.2013. 15:20:21
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.


Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
khorvat

khorvat

19.2.2013. 15:49:02
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
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
super

super

19.2.2013. 16:21:46
Yes it solved the problem.

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

Thank you
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava