[Mono-aspnet-list] Parser Error Message: Assembly AjaxControlToolkit not found

noviceWinner kylepoh.zm at gmail.com
Thu Jun 18 06:34:37 EDT 2009


Hi,

Recently, I had installed mod_mono module and did some configurations based
on the descriptions in AutoConfiguration of mod_mono website. Here are what
I had  configured so far,

In mod_mono.conf file, I added 'MonoServerPath /usr/bin/mod-mono-server2'
and in httpd.conf, I added 'Include /etc/apache2/mod_mono.conf'. Additional
to these, I also changed the default Bin folder (where all the *.dll files
are located) to bin (after reading from FAQ mono that it should be
corrected). After restarting apache2 service, I had the following as an
error.

< Error message - start>
Server Error in '/psychoTest' Application

Object reference not set to an instance of an object
Description: HTTP 500. Error processing request.

Stack Trace: 
System.NullReferenceException: Object reference not set to an instance of an
object
  at System.Web.Handlers.ScriptResourceHandler.EncryptString (System.String
s) [0x00000] 
  at
System.Web.Handlers.ScriptResourceHandler+RuntimeScriptResourceHandler.System.Web.Handlers.IScriptResourceHandler.GetScriptResourceUrl
(System.Reflection.Assembly assembly, System.String resourceName,
System.Globalization.CultureInfo culture, Boolean zip, Boolean
notifyScriptLoaded) [0x00000] 
  at System.Web.Handlers.ScriptResourceHandler.GetScriptResourceUrl
(System.Reflection.Assembly assembly, System.String resourceName,
System.Globalization.CultureInfo culture, Boolean zip, Boolean
notifyScriptLoaded) [0x00000] 
  at System.Web.UI.ScriptReference.GetUrlFromName
(System.Web.UI.ScriptManager scriptManager, IControl scriptManagerControl,
Boolean zip) [0x00000] 
  at System.Web.UI.ScriptReference.GetUrl (System.Web.UI.ScriptManager
scriptManager, IControl scriptManagerControl, Boolean zip) [0x00000] 
  at System.Web.UI.ScriptManager.RegisterScripts () [0x00000] 
  at System.Web.UI.ScriptManager.OnPagePreRenderComplete (System.Object
sender, System.EventArgs e) [0x00000] 
  at System.Web.UI.Page.OnPreRenderComplete (System.EventArgs e) [0x00000] 
  at System.Web.UI.Page.ProcessLoadComplete () [0x00000] 
  at System.Web.UI.Page.InternalProcessRequest () [0x00000] 
  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context)
[0x00000]  

Version information: Mono Version: 2.0.50727.1433; ASP.NET Version:
2.0.50727.1433 

< Error message - end>

May I know if my configurations are wrong or how shall I go about to resolve
this? Kindly enlighten me because the configurations for mod_mono is not
that straight forward for a newbie like me.


noviceWinner
-- 
View this message in context: http://www.nabble.com/Re%3A-Parser-Error-Message%3A-Assembly-AjaxControlToolkit-not-found-tp24090379p24090379.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.



More information about the Mono-aspnet-list mailing list