FreeTextBox HELP ME

Discussion in 'ASP.NET / ASP.NET Core' started by MSolve1, Oct 1, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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\Languages' 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\Languages' 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:
    >
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    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.




    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\Languages' 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\Languages' 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
     
  3. This has been fixed in the newest version (v3.0) via the
    Code:
    SupportFolder
    property. It allows you to specify another directory in which these files may reside.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page