[Mono-list] ASP.NET TemplateParser error?

Gonzalo Paniagua Javier gonzalo at novell.com
Mon Jan 1 20:18:29 EST 2007


On Mon, 2007-01-01 at 15:00 -0800, Travis Staloch wrote:

> System.IO.FileNotFoundException:
>  /home/advanced/cworks/public_html/componentworks.net/bin/ComponentWorks.dll : /home/advanced/cworks/public_html/componentworks.net/bin/ComponentWorks.dll
> in <0x00000> <unknown method>
> in (wrapper managed-to-native) System.Reflection.Assembly:LoadFrom (string,bool)
> in <0x00013> System.Reflection.Assembly:LoadFrom (System.String assemblyFile)
> in <0x0026c> System.Web.UI.TemplateParser:LoadType (System.String typeName)
> in <0x00091> System.Web.UI.TemplateParser:SetBaseType (System.String type)
> in <0x0024a> System.Web.UI.TemplateParser:ProcessMainAttributes (System.Collections.Hashtable atts)
> 
> And here's my apache2.conf virtual host def: 
> 
> <VirtualHost *:8025>
> 
>         ServerAdmin admin at mydomain.net
>         DocumentRoot /home/advanced/cworks/public_html/mydomain.net
>         ServerName mydomain.net
>         CustomLog logs/mydomain.net-access.log combined
> 
> ScriptAlias /cgi-bin/ /home/advanced/cworks/public_html/mydomain.net/cgi-bin/
> 
>         MonoUnixSocket
> mydomain.net /home/advanced/cworks/tmp/mod_mono.sock
>         MonoWapidir mydomain.net "/home/advanced/cworks/tmp/"
>         MonoApplications mydomain.net
> "/:/home/advanced/cworks/public_html/mydomain.net/"
>         AddMonoApplications mydomain.net
> "/:/home/advanced/cworks/public_html/mydomain.net/"
>         AddMonoApplications mydomain.net/Licensing
> "/:/home/advanced/cworks/public_html/mydomain.net/Licensing"

None of your applications are configured to have its base virtual
directory on /home/advanced/cworks/public_html/componentworks.net. So
whatever is under bin in that directory is not automatically referenced.
You should copy that dll to the bin directory of every application that
uses it or install it in the GAC.

-Gonzalo




More information about the Mono-list mailing list