473,326 Members | 2,438 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

FreeTextBox & ASP.NET2.0

has any FreeTextBox user manage to get it to run with ASP.NET 2.0 ?
I downloaded the latest version available (2.0.7) and I kept having problem:

Exception Details: System.InvalidOperationException: Failed to map the path
'/aspnet_client/FreeTextBox/Languages/en-US.xml'.

Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Failed to map the path
'/aspnet_client/FreeTextBox/Languages/en-US.xml'.]
System.Web.Hosting.HostingEnvironment.MapPathCachi ng(String path) +762
System.Web.Hosting.HostingEnvironment.MapPathInter nal(String virtualPath)
+15 System.Web.HttpRequest.MapPath(String virtualPath, String
baseVirtualDir, Boolean allowCrossAppMapping) +189
System.Web.HttpServerUtility.MapPath(String path) +74
FreeTextBoxControls.Support.ResourceManager.LoadRe source(Hashtable target,
String language, String cacheKey) +90
FreeTextBoxControls.Support.ResourceManager.GetRes ources() +144
FreeTextBoxControls.Support.ResourceManager.GetStr ing(String name) +21
FreeTextBoxControls.Support.Helper.PopulateDefault DropDownList(ToolbarDropDownList
toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager
resourceManager) +1961 FreeTextBoxControls.FreeTextBox.OnPreRender(EventA rgs
e) +466 System.Web.UI.Control.PreRenderRecursiveInternal() +90
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean
(I unsucessfuly try do use the aspnet_client directory in InetPub or create
one such directory into my app...)

--
Lloyd Dupont, Software Architect
Get Your Data Mobile
http://www.ihookdb.com
Nov 18 '05 #1
6 4051
add the Freetextbox directory to your applications roots
and then set the correct path in the controls property.

no i havent tried it on 2.0 but i had a similar problem a few days back.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Lloyd Dupont" <ld@NewsAccount.galador.net> wrote in message
news:OU**************@TK2MSFTNGP15.phx.gbl...
has any FreeTextBox user manage to get it to run with ASP.NET 2.0 ?
I downloaded the latest version available (2.0.7) and I kept having problem:
Exception Details: System.InvalidOperationException: Failed to map the path '/aspnet_client/FreeTextBox/Languages/en-US.xml'.

Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Failed to map the path
'/aspnet_client/FreeTextBox/Languages/en-US.xml'.]
System.Web.Hosting.HostingEnvironment.MapPathCachi ng(String path) +762
System.Web.Hosting.HostingEnvironment.MapPathInter nal(String virtualPath)
+15 System.Web.HttpRequest.MapPath(String virtualPath, String
baseVirtualDir, Boolean allowCrossAppMapping) +189
System.Web.HttpServerUtility.MapPath(String path) +74
FreeTextBoxControls.Support.ResourceManager.LoadRe source(Hashtable target,
String language, String cacheKey) +90
FreeTextBoxControls.Support.ResourceManager.GetRes ources() +144
FreeTextBoxControls.Support.ResourceManager.GetStr ing(String name) +21
FreeTextBoxControls.Support.Helper.PopulateDefault DropDownList(ToolbarDropDo
wnList toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager
resourceManager) +1961 FreeTextBoxControls.FreeTextBox.OnPreRender(EventA rgs e) +466 System.Web.UI.Control.PreRenderRecursiveInternal() +90
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean
(I unsucessfuly try do use the aspnet_client directory in InetPub or create one such directory into my app...)

--
Lloyd Dupont, Software Architect
Get Your Data Mobile
http://www.ihookdb.com

Nov 18 '05 #2
thanks, I will try that.

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:Oi**************@TK2MSFTNGP12.phx.gbl...
add the Freetextbox directory to your applications roots
and then set the correct path in the controls property.

no i havent tried it on 2.0 but i had a similar problem a few days back.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Lloyd Dupont" <ld@NewsAccount.galador.net> wrote in message
news:OU**************@TK2MSFTNGP15.phx.gbl...
has any FreeTextBox user manage to get it to run with ASP.NET 2.0 ?
I downloaded the latest version available (2.0.7) and I kept having

problem:

Exception Details: System.InvalidOperationException: Failed to map the

path
'/aspnet_client/FreeTextBox/Languages/en-US.xml'.

Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Failed to map the path
'/aspnet_client/FreeTextBox/Languages/en-US.xml'.]
System.Web.Hosting.HostingEnvironment.MapPathCachi ng(String path) +762
System.Web.Hosting.HostingEnvironment.MapPathInter nal(String virtualPath)
+15 System.Web.HttpRequest.MapPath(String virtualPath, String
baseVirtualDir, Boolean allowCrossAppMapping) +189
System.Web.HttpServerUtility.MapPath(String path) +74
FreeTextBoxControls.Support.ResourceManager.LoadRe source(Hashtable
target,
String language, String cacheKey) +90
FreeTextBoxControls.Support.ResourceManager.GetRes ources() +144
FreeTextBoxControls.Support.ResourceManager.GetStr ing(String name) +21

FreeTextBoxControls.Support.Helper.PopulateDefault DropDownList(ToolbarDropDo
wnList
toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager
resourceManager) +1961

FreeTextBoxControls.FreeTextBox.OnPreRender(EventA rgs
e) +466 System.Web.UI.Control.PreRenderRecursiveInternal() +90
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Page.ProcessRequestMain(Boolean

includeStagesBeforeAsyncPoint,
Boolean
(I unsucessfuly try do use the aspnet_client directory in InetPub or

create
one such directory into my app...)

--
Lloyd Dupont, Software Architect
Get Your Data Mobile
http://www.ihookdb.com


Nov 18 '05 #3
BTW, how do you do that?
I looked into the documentation and I indeed see a few XXXPath variable, but
they are all deprecated...

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:Oi**************@TK2MSFTNGP12.phx.gbl...
add the Freetextbox directory to your applications roots
and then set the correct path in the controls property.

no i havent tried it on 2.0 but i had a similar problem a few days back.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Lloyd Dupont" <ld@NewsAccount.galador.net> wrote in message
news:OU**************@TK2MSFTNGP15.phx.gbl...
has any FreeTextBox user manage to get it to run with ASP.NET 2.0 ?
I downloaded the latest version available (2.0.7) and I kept having

problem:

Exception Details: System.InvalidOperationException: Failed to map the

path
'/aspnet_client/FreeTextBox/Languages/en-US.xml'.

Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Failed to map the path
'/aspnet_client/FreeTextBox/Languages/en-US.xml'.]
System.Web.Hosting.HostingEnvironment.MapPathCachi ng(String path) +762
System.Web.Hosting.HostingEnvironment.MapPathInter nal(String virtualPath)
+15 System.Web.HttpRequest.MapPath(String virtualPath, String
baseVirtualDir, Boolean allowCrossAppMapping) +189
System.Web.HttpServerUtility.MapPath(String path) +74
FreeTextBoxControls.Support.ResourceManager.LoadRe source(Hashtable
target,
String language, String cacheKey) +90
FreeTextBoxControls.Support.ResourceManager.GetRes ources() +144
FreeTextBoxControls.Support.ResourceManager.GetStr ing(String name) +21

FreeTextBoxControls.Support.Helper.PopulateDefault DropDownList(ToolbarDropDo
wnList
toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager
resourceManager) +1961

FreeTextBoxControls.FreeTextBox.OnPreRender(EventA rgs
e) +466 System.Web.UI.Control.PreRenderRecursiveInternal() +90
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Page.ProcessRequestMain(Boolean

includeStagesBeforeAsyncPoint,
Boolean
(I unsucessfuly try do use the aspnet_client directory in InetPub or

create
one such directory into my app...)

--
Lloyd Dupont, Software Architect
Get Your Data Mobile
http://www.ihookdb.com


Nov 18 '05 #4
not a problem, I found it, I have to use the "SupportFolder" property!!

sage news:Oi**************@TK2MSFTNGP12.phx.gbl...
add the Freetextbox directory to your applications roots
and then set the correct path in the controls property.

no i havent tried it on 2.0 but i had a similar problem a few days back.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Lloyd Dupont" <ld@NewsAccount.galador.net> wrote in message
news:OU**************@TK2MSFTNGP15.phx.gbl...
has any FreeTextBox user manage to get it to run with ASP.NET 2.0 ?
I downloaded the latest version available (2.0.7) and I kept having

problem:

Exception Details: System.InvalidOperationException: Failed to map the

path
'/aspnet_client/FreeTextBox/Languages/en-US.xml'.

Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Failed to map the path
'/aspnet_client/FreeTextBox/Languages/en-US.xml'.]
System.Web.Hosting.HostingEnvironment.MapPathCachi ng(String path) +762
System.Web.Hosting.HostingEnvironment.MapPathInter nal(String virtualPath)
+15 System.Web.HttpRequest.MapPath(String virtualPath, String
baseVirtualDir, Boolean allowCrossAppMapping) +189
System.Web.HttpServerUtility.MapPath(String path) +74
FreeTextBoxControls.Support.ResourceManager.LoadRe source(Hashtable
target,
String language, String cacheKey) +90
FreeTextBoxControls.Support.ResourceManager.GetRes ources() +144
FreeTextBoxControls.Support.ResourceManager.GetStr ing(String name) +21

FreeTextBoxControls.Support.Helper.PopulateDefault DropDownList(ToolbarDropDo
wnList
toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager
resourceManager) +1961

FreeTextBoxControls.FreeTextBox.OnPreRender(EventA rgs
e) +466 System.Web.UI.Control.PreRenderRecursiveInternal() +90
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Page.ProcessRequestMain(Boolean

includeStagesBeforeAsyncPoint,
Boolean
(I unsucessfuly try do use the aspnet_client directory in InetPub or

create
one such directory into my app...)

--
Lloyd Dupont, Software Architect
Get Your Data Mobile
http://www.ihookdb.com


Nov 18 '05 #5
great... sorry couldnt answer the earlier post... was away for a few hours
:)

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Lloyd Dupont" <ld@NewsAccount.galador.net> wrote in message
news:Om**************@TK2MSFTNGP15.phx.gbl...
not a problem, I found it, I have to use the "SupportFolder" property!!

sage news:Oi**************@TK2MSFTNGP12.phx.gbl...
add the Freetextbox directory to your applications roots
and then set the correct path in the controls property.

no i havent tried it on 2.0 but i had a similar problem a few days back.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Lloyd Dupont" <ld@NewsAccount.galador.net> wrote in message
news:OU**************@TK2MSFTNGP15.phx.gbl...
has any FreeTextBox user manage to get it to run with ASP.NET 2.0 ?
I downloaded the latest version available (2.0.7) and I kept having

problem:

Exception Details: System.InvalidOperationException: Failed to map the

path
'/aspnet_client/FreeTextBox/Languages/en-US.xml'.

Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Failed to map the path
'/aspnet_client/FreeTextBox/Languages/en-US.xml'.]
System.Web.Hosting.HostingEnvironment.MapPathCachi ng(String path) +762
System.Web.Hosting.HostingEnvironment.MapPathInter nal(String virtualPath) +15 System.Web.HttpRequest.MapPath(String virtualPath, String
baseVirtualDir, Boolean allowCrossAppMapping) +189
System.Web.HttpServerUtility.MapPath(String path) +74
FreeTextBoxControls.Support.ResourceManager.LoadRe source(Hashtable
target,
String language, String cacheKey) +90
FreeTextBoxControls.Support.ResourceManager.GetRes ources() +144
FreeTextBoxControls.Support.ResourceManager.GetStr ing(String name) +21

FreeTextBoxControls.Support.Helper.PopulateDefault DropDownList(ToolbarDropDo wnList
toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager
resourceManager) +1961

FreeTextBoxControls.FreeTextBox.OnPreRender(EventA rgs
e) +466 System.Web.UI.Control.PreRenderRecursiveInternal() +90
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Page.ProcessRequestMain(Boolean

includeStagesBeforeAsyncPoint,
Boolean
(I unsucessfuly try do use the aspnet_client directory in InetPub or

create
one such directory into my app...)

--
Lloyd Dupont, Software Architect
Get Your Data Mobile
http://www.ihookdb.com



Nov 18 '05 #6
not a problem.
now I begin to play with it, that's great!!

I had used the ImageGallery with it, superb!
And I wil try to write a SmilleyToolButton (with a graphical picker :)

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:%2*****************@TK2MSFTNGP09.phx.gbl...
great... sorry couldnt answer the earlier post... was away for a few hours
:)

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Lloyd Dupont" <ld@NewsAccount.galador.net> wrote in message
news:Om**************@TK2MSFTNGP15.phx.gbl...
not a problem, I found it, I have to use the "SupportFolder" property!!

sage news:Oi**************@TK2MSFTNGP12.phx.gbl...
> add the Freetextbox directory to your applications roots
> and then set the correct path in the controls property.
>
> no i havent tried it on 2.0 but i had a similar problem a few days
> back.
>
> --
>
> Regards,
>
> Hermit Dave
> (http://hdave.blogspot.com)
> "Lloyd Dupont" <ld@NewsAccount.galador.net> wrote in message
> news:OU**************@TK2MSFTNGP15.phx.gbl...
>> has any FreeTextBox user manage to get it to run with ASP.NET 2.0 ?
>> I downloaded the latest version available (2.0.7) and I kept having
> problem:
>>
>> Exception Details: System.InvalidOperationException: Failed to map the
> path
>> '/aspnet_client/FreeTextBox/Languages/en-US.xml'.
>>
>> Source Error:
>>
>>
>> An unhandled exception was generated during the execution of the
>> current web request. Information regarding the origin and location of the >> exception can be identified using the exception stack trace below.
>>
>>
>> Stack Trace:
>>
>>
>> [InvalidOperationException: Failed to map the path
>> '/aspnet_client/FreeTextBox/Languages/en-US.xml'.]
>> System.Web.Hosting.HostingEnvironment.MapPathCachi ng(String path) +762
>> System.Web.Hosting.HostingEnvironment.MapPathInter nal(String virtualPath) >> +15 System.Web.HttpRequest.MapPath(String virtualPath, String
>> baseVirtualDir, Boolean allowCrossAppMapping) +189
>> System.Web.HttpServerUtility.MapPath(String path) +74
>> FreeTextBoxControls.Support.ResourceManager.LoadRe source(Hashtable
>> target,
>> String language, String cacheKey) +90
>> FreeTextBoxControls.Support.ResourceManager.GetRes ources() +144
>> FreeTextBoxControls.Support.ResourceManager.GetStr ing(String name) +21
>>
> FreeTextBoxControls.Support.Helper.PopulateDefault DropDownList(ToolbarDropDo > wnList
>> toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager
>> resourceManager) +1961
> FreeTextBoxControls.FreeTextBox.OnPreRender(EventA rgs
>> e) +466 System.Web.UI.Control.PreRenderRecursiveInternal() +90
>> System.Web.UI.Control.PreRenderRecursiveInternal() +175
>> System.Web.UI.Control.PreRenderRecursiveInternal() +175
>> System.Web.UI.Page.ProcessRequestMain(Boolean
> includeStagesBeforeAsyncPoint,
>> Boolean
>>
>>
>> (I unsucessfuly try do use the aspnet_client directory in InetPub or
> create
>> one such directory into my app...)
>>
>> --
>> Lloyd Dupont, Software Architect
>> Get Your Data Mobile
>> http://www.ihookdb.com
>>
>>
>
>



Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Synccore | last post by:
I am somewhat new to C#, and i have encountered a problem to which I see no solution. I have a web page that contains some c# code that initiates on page load. The primary purpose of this code...
2
by: Brian Henry | last post by:
the site for it is all messed up, and all the links seem to go to blank pages, does anyone know where I can get this at? thanks
0
by: hans.bonefaas | last post by:
Hi, Anybody experience with Freetextbox and Forms Authentication? My Freetextbox works when I add the following to the web.config file: <pages pageBaseType="System.Web.UI.Page" />...
4
by: mohamed_sabryegeg | last post by:
hello All i have a server and when i upload a new Dotnet application its not working but the old applications is working good and i have to restart the iis to make it work i dont know...
5
by: miladhatam | last post by:
hi i 've downloaded the freetextbox control but it has error it works when is in my comuter but when i move it to another computer occurs error Could not load file or assembly 'FreeTextBox' or...
2
by: Tomo | last post by:
How to include freetextbox (www.freetextbox.com) in asp.net 2.0? My visual studio don't accept this tag: <FTB:FreeTextBox id="FreeTextBox1" runat="Server" />
4
by: Jim in Arizona | last post by:
Apparently, the FTB forum at http://freetextbox.com/forums/22/ShowForum.aspx isn't very active. I need some kind of text box control that allows formatting AND is free so I came across...
3
by: Ludwig Wittgenstein | last post by:
Hello, all. Does anyone know of documentation about implementing a publish- subscribe model between a .NET Web service provide and a Java service consumer? I have this problem I am trying to...
1
by: ismailc | last post by:
Hi, I need help please. Update system to to new version & moved on to .Net2 But now my code that worked in my .Net1 xslt does not work. .Net1 fine: <xsl:stylesheet...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.