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.

Integrating BlogEngine.Net (Closed) (Mono Support )

Viewed 48295 time(s), 7 post(s) 23.09.2008 16:44:02by denis
denis

denis

02.06.2011 09:52:03
BlogEngine.Net is another world-class third-party software that can be fully integrated with MonoX. Please use the attached web.config file and modify the LocalSqlServer connection string to match your local settings.

Note: this configuration file is to be used with the version 1.4.5 of BlogEngine.Net.
Dieser Inhalt wurde noch nicht bewertet. 
7207 Reputation 956 Total posts
dckidd

dckidd

27.11.2008 16:19:13
The forum integration went well. This one does not however. I get an error when trying to bring up BlogEngine URL:

Could not load file or assembly 'System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Dieser Inhalt wurde noch nicht bewertet. 
0 Reputation 1 Total posts
denis

denis

30.11.2008 14:49:56
This obiously means that you don't have ASP.NET 2.0 AJAX Extensions 1.0 installed on your machine. This assembly is used by the parent application (MonoX), and all settings from the parent MonoX web.config are propagated to the Blog web.config, however the correct DLL cannot be found in the BlogEngine bin folder. You may fix this issue by using any of the following:

1. install ASP.NET 2.0 AJAX Extensions 1.0
2. copy the System.Web.Extensions.dll and System.Web.Extensions.Design.dll from the MonoX /bin folder to the BlogEngine /bin folder
3. add the following tags in the section of the BlogEngine Web.config



Regards,

Denis
Dieser Inhalt wurde noch nicht bewertet. 
7207 Reputation 956 Total posts
super

super

17.07.2012 16:28:48
hello dennis,

This solution is good when MonoX is the parent and BlogEngine is in a folder ? Or BlogEngine is parent and monox is in a folder ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
super

super

17.07.2012 16:39:32
I just followed your webconfig and trying with new BlogEngine 2.5 with current monoX version.

I have placed MonoX in a sub folder named as "/MonoX"

My main project is BlogEngine, did everything based on your webconfig (above), getting error messages:

12 'MonoSoftware' is not declared. It may be inaccessible due to its protection level
13 'MonoSoftware' is not declared. It may be inaccessible due to its protection level

(Pointing to: /MonoX/App_Templates/Default/BlogTemplates/BlogList.ascx)

FYI: I have disabled the webconfig inside monoX like this "web.config.exclude" because I am using main project as BlogEngine, so I have added monoX stuff in blog engine webconfig (based on your provided webconfig above)

Please help.
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
super

super

17.07.2012 16:54:56
Also, when I try to view /MonoX/Default.aspx in the browser, still I see blogengine solution ? why ?

Still I am getting the above 2 error messages.
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
khorvat

khorvat

23.07.2012 09:05:20
As you have moved your discussion to another topic I'm closing this one.

Regards
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts