PDA

View Full Version : FreeTextBox HELP ME


MSolve1
10-01-2004, 06:22 AM
Has anyone successfully installed FreeTextBox (not RichTextBox) here in discountASP?

FreeTextBox requires me to install client scripts and resources such as images in the "\aspnet_client\FreeTextBox" subdirectory, but I can't get it to work.

This seems to work locally on my machine: ~/aspnet_client/FreeTextBox
but it won't work after I uploaded the app on the DASP server.

Anybody here who came across the same problem? Pls. Help

Thanks in advance.

nArd




---------------------------------------

Directory 'e:\Inetpub\wwwroot\aspnet_client\FreeTextBox\Lang uages' does not exist. Failed to start monitoring file changes.
> Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
>
> Exception Details: System.Web.HttpException: Directory 'e:\Inetpub\wwwroot\aspnet_client\FreeTextBox\Lang uages' does not exist. Failed to start monitoring file changes.
>
> 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:
>

bruce
10-04-2004, 12:13 PM
aspnet_client is set up as a virtual directory.

this directory contains client side javascript code that is required for some asp.net functionality (eg. client side validation). according to our experience, the content in the directory is updated with each version (or service pack) of the framework. In general, we do not recommend putting custom content in this folder.

Freetext box is one of several component silly enough to put the client side images there.

We can remove the virtual directory for you if it is absolutely necessary but other functions on your site may fail after we upgrade the framework.

If you need this done, please contact support.




[b]quote:Originally posted by MSolve1

Has anyone successfully installed FreeTextBox (not RichTextBox) here in discountASP?

FreeTextBox requires me to install client scripts and resources such as images in the "\aspnet_client\FreeTextBox" subdirectory, but I can't get it to work.

This seems to work locally on my machine: ~/aspnet_client/FreeTextBox
but it won't work after I uploaded the app on the DASP server.

Anybody here who came across the same problem? Pls. Help

Thanks in advance.

nArd




---------------------------------------

Directory 'e:\Inetpub\wwwroot\aspnet_client\FreeTextBox\Lang uages' does not exist. Failed to start monitoring file changes.
> Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
>
> Exception Details: System.Web.HttpException: Directory 'e:\Inetpub\wwwroot\aspnet_client\FreeTextBox\Lang uages' does not exist. Failed to start monitoring file changes.
>
> 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:
>



</blockquote id="quote"></font id="quote">

B.

DiscountASP.NET
http://www.DiscountASP.NET

jasonlehman
05-30-2005, 10:37 AM
This has been fixed in the newest version (v3.0) via the SupportFolder property. It allows you to specify another directory in which these files may reside.

bruce
05-31-2005, 10:08 AM
thank god!

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)