You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cli-users@httpd.apache.org by Marius Manolea <ma...@gmail.com> on 2005/03/21 09:47:51 UTC

[cli-users] freetextbox not running with mod_aspdotnet

hi,

have anyone tried to use freetextbox (www.freetextbox.com) with
apache2/mod_aspdotnet?

i have a simple test and it works fine on iis5 (win2kpro)

with apache, i get this error:


[ArgumentNullException: Value cannot be null.
Parameter name: str]
   System.Security.Permissions.FileIOPermission.HasIllegalCharacters(String[]
str) +231
   System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess
access, String[] pathListOrig, Boolean checkForDuplicates, Boolean
needFullPath, Boolean copyPathList) +88
   System.Web.HttpRequest.MapPath(String virtualPath, String
baseVirtualDir, Boolean allowCrossAppMapping) +305
   System.Web.HttpServerUtility.MapPath(String path) +60
   FreeTextBoxControls.Support.ResourceManager.LoadResource(Hashtable
target, String language, String cacheKey) +145
   FreeTextBoxControls.Support.ResourceManager.GetResources() +141
   FreeTextBoxControls.Support.ResourceManager.GetString(String name) +14
   FreeTextBoxControls.Support.Helper.PopulateDefaultDropDownList(ToolbarDropDownList
toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager
resourceManager) +5514
   FreeTextBoxControls.FreeTextBox.OnPreRender(EventArgs e) +371
   System.Web.UI.Control.PreRenderRecursiveInternal() +54
   System.Web.UI.Control.PreRenderRecursiveInternal() +117
   System.Web.UI.Control.PreRenderRecursiveInternal() +117
   System.Web.UI.Control.PreRenderRecursiveInternal() +117
   System.Web.UI.Control.PreRenderRecursiveInternal() +117
   System.Web.UI.Control.PreRenderRecursiveInternal() +117
   System.Web.UI.Control.PreRenderRecursiveInternal() +117
   System.Web.UI.Control.PreRenderRecursiveInternal() +117
   System.Web.UI.Control.PreRenderRecursiveInternal() +117
   System.Web.UI.Page.ProcessRequestMain() +1499

 
any ideas?

thx,
marius manolea.

---------------------------------------------------------------------
To unsubscribe, e-mail: cli-users-unsubscribe@httpd.apache.org
For additional commands, e-mail: cli-users-help@httpd.apache.org


Re: [cli-users] freetextbox not running with mod_aspdotnet

Posted by eg ikki <ik...@hotmail.com>.
i am running DotNetNuke on Apache and mod_aspnotnet
and there the freetextbox works fine
i dont know what version of freetextbox it is but it is the one that comes 
in DotNetNuke 2.1.2

the only errors i have experienced is problems with multible cookies
when i logoff there are 3 cookies set(or deletet) in one file
only the last is sent to the client so i had to make 2 extra logoff pages 
that redirect to each other

and when i install a module i have to restart Apache to get DotNetNuke to 
work again




----- Original Message ----- 
From: "Marius Manolea" <ma...@gmail.com>
To: <cl...@httpd.apache.org>
Sent: Monday, March 21, 2005 9:47 AM
Subject: [cli-users] freetextbox not running with mod_aspdotnet


> hi,
>
> have anyone tried to use freetextbox (www.freetextbox.com) with
> apache2/mod_aspdotnet?
>
> i have a simple test and it works fine on iis5 (win2kpro)
>
> with apache, i get this error:
>
>
> [ArgumentNullException: Value cannot be null.
> Parameter name: str]
> 
> System.Security.Permissions.FileIOPermission.HasIllegalCharacters(String[]
> str) +231
> 
> System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess
> access, String[] pathListOrig, Boolean checkForDuplicates, Boolean
> needFullPath, Boolean copyPathList) +88
>   System.Web.HttpRequest.MapPath(String virtualPath, String
> baseVirtualDir, Boolean allowCrossAppMapping) +305
>   System.Web.HttpServerUtility.MapPath(String path) +60
>   FreeTextBoxControls.Support.ResourceManager.LoadResource(Hashtable
> target, String language, String cacheKey) +145
>   FreeTextBoxControls.Support.ResourceManager.GetResources() +141
>   FreeTextBoxControls.Support.ResourceManager.GetString(String name) +14
> 
> FreeTextBoxControls.Support.Helper.PopulateDefaultDropDownList(ToolbarDropDownList
> toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager
> resourceManager) +5514
>   FreeTextBoxControls.FreeTextBox.OnPreRender(EventArgs e) +371
>   System.Web.UI.Control.PreRenderRecursiveInternal() +54
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Page.ProcessRequestMain() +1499
>
>
> any ideas?
>
> thx,
> marius manolea.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cli-users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: cli-users-help@httpd.apache.org
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: cli-users-unsubscribe@httpd.apache.org
For additional commands, e-mail: cli-users-help@httpd.apache.org


Re: [cli-users] freetextbox not running with mod_aspdotnet

Posted by Marius Manolea <ma...@gmail.com>.
.net 1.x framework


On Mon, 21 Mar 2005 16:19:18 -0600, William A. Rowe, Jr.
<wr...@rowe-clan.net> wrote:
> Curious are you trying to run under .NET Framework 1.x or 2.x?
> 
> At 02:47 AM 3/21/2005, Marius Manolea wrote:
> >hi,
> >
> >have anyone tried to use freetextbox (www.freetextbox.com) with
> >apache2/mod_aspdotnet?
> >
> >i have a simple test and it works fine on iis5 (win2kpro)
> >
> >with apache, i get this error:
> >
> >
> >[ArgumentNullException: Value cannot be null.
> >Parameter name: str]
> >   System.Security.Permissions.FileIOPermission.HasIllegalCharacters(String[]
> >str) +231
> >   System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess
> >access, String[] pathListOrig, Boolean checkForDuplicates, Boolean
> >needFullPath, Boolean copyPathList) +88
> >   System.Web.HttpRequest.MapPath(String virtualPath, String
> >baseVirtualDir, Boolean allowCrossAppMapping) +305
> >   System.Web.HttpServerUtility.MapPath(String path) +60
> >   FreeTextBoxControls.Support.ResourceManager.LoadResource(Hashtable
> >target, String language, String cacheKey) +145
> >   FreeTextBoxControls.Support.ResourceManager.GetResources() +141
> >   FreeTextBoxControls.Support.ResourceManager.GetString(String name) +14
> >   FreeTextBoxControls.Support.Helper.PopulateDefaultDropDownList(ToolbarDropDownList
> >toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager
> >resourceManager) +5514
> >   FreeTextBoxControls.FreeTextBox.OnPreRender(EventArgs e) +371
> >   System.Web.UI.Control.PreRenderRecursiveInternal() +54
> >   System.Web.UI.Control.PreRenderRecursiveInternal() +117
> >   System.Web.UI.Control.PreRenderRecursiveInternal() +117
> >   System.Web.UI.Control.PreRenderRecursiveInternal() +117
> >   System.Web.UI.Control.PreRenderRecursiveInternal() +117
> >   System.Web.UI.Control.PreRenderRecursiveInternal() +117
> >   System.Web.UI.Control.PreRenderRecursiveInternal() +117
> >   System.Web.UI.Control.PreRenderRecursiveInternal() +117
> >   System.Web.UI.Control.PreRenderRecursiveInternal() +117
> >   System.Web.UI.Page.ProcessRequestMain() +1499
> >
> >
> >any ideas?
> >
> >thx,
> >marius manolea.
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: cli-users-unsubscribe@httpd.apache.org
> >For additional commands, e-mail: cli-users-help@httpd.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cli-users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: cli-users-help@httpd.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: cli-users-unsubscribe@httpd.apache.org
For additional commands, e-mail: cli-users-help@httpd.apache.org


Re: [cli-users] freetextbox not running with mod_aspdotnet

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Curious are you trying to run under .NET Framework 1.x or 2.x?

At 02:47 AM 3/21/2005, Marius Manolea wrote:
>hi,
>
>have anyone tried to use freetextbox (www.freetextbox.com) with
>apache2/mod_aspdotnet?
>
>i have a simple test and it works fine on iis5 (win2kpro)
>
>with apache, i get this error:
>
>
>[ArgumentNullException: Value cannot be null.
>Parameter name: str]
>   System.Security.Permissions.FileIOPermission.HasIllegalCharacters(String[]
>str) +231
>   System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess
>access, String[] pathListOrig, Boolean checkForDuplicates, Boolean
>needFullPath, Boolean copyPathList) +88
>   System.Web.HttpRequest.MapPath(String virtualPath, String
>baseVirtualDir, Boolean allowCrossAppMapping) +305
>   System.Web.HttpServerUtility.MapPath(String path) +60
>   FreeTextBoxControls.Support.ResourceManager.LoadResource(Hashtable
>target, String language, String cacheKey) +145
>   FreeTextBoxControls.Support.ResourceManager.GetResources() +141
>   FreeTextBoxControls.Support.ResourceManager.GetString(String name) +14
>   FreeTextBoxControls.Support.Helper.PopulateDefaultDropDownList(ToolbarDropDownList
>toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager
>resourceManager) +5514
>   FreeTextBoxControls.FreeTextBox.OnPreRender(EventArgs e) +371
>   System.Web.UI.Control.PreRenderRecursiveInternal() +54
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Control.PreRenderRecursiveInternal() +117
>   System.Web.UI.Page.ProcessRequestMain() +1499
>
> 
>any ideas?
>
>thx,
>marius manolea.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: cli-users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: cli-users-help@httpd.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: cli-users-unsubscribe@httpd.apache.org
For additional commands, e-mail: cli-users-help@httpd.apache.org