473,659 Members | 2,671 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

freetextbox install problems

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 freetextbox. I followed the installation procedure from
here:

http://wiki.freetextbox.com/default....i.Installation

But, those instructions weren't very helpful. When you download the
latest version, it comes in a zip file with a whole bunch of files
within, including three freetextbox.dll files. I have no idea which one
to use so I just picked the latest one (by creation date), which was
only a few minutes difference from the other two.

I copied the FreeTextBox.dll file into this folder:

C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727

I then applied this to the top of my ftp.aspx page:

<%@ Register TagPrefix="FTB" Namespace="Free TextBoxControls "
Assembly="FreeT extBox" %>

And then I placed the control:

<FTB:FreeTextBo x id="FreeTextBox 1" runat="Server" />

When I run the page, I get this error:

=============== =============== ===========

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'FreeTextBox' or
one of its dependencies. The system cannot find the file specified.

Source Error:
Line 1: <%@ Page Language="VB" AutoEventWireup ="false"
CodeFile="ftb.a spx.vb" Inherits="tests _ftb" %>
Line 2: <%@ Register TagPrefix="FTB" Namespace="Free TextBoxControls "
Assembly="FreeT extBox" %>
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
Line 4:
Source File: /tests/ftb.aspx Line: 2

=============== =============== ===========

Did I install this control/assembly correctly? What am I doing wrong?
Perhaps there is another free text box control with formatting
capabilities out there somewhere that I could use that installs easier
and works..?

I'm not very experiences installing my own assemblies. I'm using the 2.0
framework.

TIA,
Jim
Apr 19 '07 #1
4 7273
I ended up putting the FreeTextBox.dll file into the BIN folder and all
appears to be working now.

Still though; if anyone knows of any other free textbox controls with
additional formatting properties, please let me know.

Jim

Jim in Arizona wrote:
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 freetextbox. I followed the installation procedure from
here:

http://wiki.freetextbox.com/default....i.Installation

But, those instructions weren't very helpful. When you download the
latest version, it comes in a zip file with a whole bunch of files
within, including three freetextbox.dll files. I have no idea which one
to use so I just picked the latest one (by creation date), which was
only a few minutes difference from the other two.

I copied the FreeTextBox.dll file into this folder:

C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727

I then applied this to the top of my ftp.aspx page:

<%@ Register TagPrefix="FTB" Namespace="Free TextBoxControls "
Assembly="FreeT extBox" %>

And then I placed the control:

<FTB:FreeTextBo x id="FreeTextBox 1" runat="Server" />

When I run the page, I get this error:

=============== =============== ===========

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'FreeTextBox' or
one of its dependencies. The system cannot find the file specified.

Source Error:
Line 1: <%@ Page Language="VB" AutoEventWireup ="false"
CodeFile="ftb.a spx.vb" Inherits="tests _ftb" %>
Line 2: <%@ Register TagPrefix="FTB" Namespace="Free TextBoxControls "
Assembly="FreeT extBox" %>
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
Line 4:
Source File: /tests/ftb.aspx Line: 2

=============== =============== ===========

Did I install this control/assembly correctly? What am I doing wrong?
Perhaps there is another free text box control with formatting
capabilities out there somewhere that I could use that installs easier
and works..?

I'm not very experiences installing my own assemblies. I'm using the 2.0
framework.

TIA,
Jim
Apr 19 '07 #2
Hi Jim,

http://www.fckeditor.net/
--
Milosz
"Jim in Arizona" wrote:
I ended up putting the FreeTextBox.dll file into the BIN folder and all
appears to be working now.

Still though; if anyone knows of any other free textbox controls with
additional formatting properties, please let me know.

Jim

Jim in Arizona wrote:
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 freetextbox. I followed the installation procedure from
here:

http://wiki.freetextbox.com/default....i.Installation

But, those instructions weren't very helpful. When you download the
latest version, it comes in a zip file with a whole bunch of files
within, including three freetextbox.dll files. I have no idea which one
to use so I just picked the latest one (by creation date), which was
only a few minutes difference from the other two.

I copied the FreeTextBox.dll file into this folder:

C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727

I then applied this to the top of my ftp.aspx page:

<%@ Register TagPrefix="FTB" Namespace="Free TextBoxControls "
Assembly="FreeT extBox" %>

And then I placed the control:

<FTB:FreeTextBo x id="FreeTextBox 1" runat="Server" />

When I run the page, I get this error:

=============== =============== ===========

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'FreeTextBox' or
one of its dependencies. The system cannot find the file specified.

Source Error:
Line 1: <%@ Page Language="VB" AutoEventWireup ="false"
CodeFile="ftb.a spx.vb" Inherits="tests _ftb" %>
Line 2: <%@ Register TagPrefix="FTB" Namespace="Free TextBoxControls "
Assembly="FreeT extBox" %>
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
Line 4:
Source File: /tests/ftb.aspx Line: 2

=============== =============== ===========

Did I install this control/assembly correctly? What am I doing wrong?
Perhaps there is another free text box control with formatting
capabilities out there somewhere that I could use that installs easier
and works..?

I'm not very experiences installing my own assemblies. I'm using the 2.0
framework.

TIA,
Jim
Apr 19 '07 #3
I am using Xinha. I tried many others and had problems or the style didn't
suit.

It looks good. It is not .NET based, but is quite easy to integrate. Some
features you may wish to re-write, such as the image management. (BTW, if
anyone has converted some of the pop-ups to .NET, I would love to hear from
you... david dot colliver at revilloc dot com )

--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
"Jim in Arizona" <ti*******@hotm ail.comwrote in message
news:eq******** ******@TK2MSFTN GP02.phx.gbl...
>I ended up putting the FreeTextBox.dll file into the BIN folder and all
appears to be working now.

Still though; if anyone knows of any other free textbox controls with
additional formatting properties, please let me know.

Jim

Jim in Arizona wrote:
>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 freetextbox. I followed the installation procedure from
here:

http://wiki.freetextbox.com/default....i.Installation

But, those instructions weren't very helpful. When you download the
latest version, it comes in a zip file with a whole bunch of files
within, including three freetextbox.dll files. I have no idea which one
to use so I just picked the latest one (by creation date), which was only
a few minutes difference from the other two.

I copied the FreeTextBox.dll file into this folder:

C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7

I then applied this to the top of my ftp.aspx page:

<%@ Register TagPrefix="FTB" Namespace="Free TextBoxControls "
Assembly="Free TextBox" %>

And then I placed the control:

<FTB:FreeTextB ox id="FreeTextBox 1" runat="Server" />

When I run the page, I get this error:

============== =============== ============

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'FreeTextBox' or
one of its dependencies. The system cannot find the file specified.

Source Error:
Line 1: <%@ Page Language="VB" AutoEventWireup ="false"
CodeFile="ftb. aspx.vb" Inherits="tests _ftb" %>
Line 2: <%@ Register TagPrefix="FTB" Namespace="Free TextBoxControls "
Assembly="Free TextBox" %>
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
Line 4:
Source File: /tests/ftb.aspx Line: 2

============== =============== ============

Did I install this control/assembly correctly? What am I doing wrong?
Perhaps there is another free text box control with formatting
capabilities out there somewhere that I could use that installs easier
and works..?

I'm not very experiences installing my own assemblies. I'm using the 2.0
framework.

TIA,
Jim

Apr 20 '07 #4
Sorry, meant to post the URL...

www.xinha.org

--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
"David" <da************ *****@revilloc. REMOVETHIS.comw rote in message
news:OB******** ******@TK2MSFTN GP02.phx.gbl...
>I am using Xinha. I tried many others and had problems or the style didn't
suit.

It looks good. It is not .NET based, but is quite easy to integrate. Some
features you may wish to re-write, such as the image management. (BTW, if
anyone has converted some of the pop-ups to .NET, I would love to hear
from you... david dot colliver at revilloc dot com )

--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
"Jim in Arizona" <ti*******@hotm ail.comwrote in message
news:eq******** ******@TK2MSFTN GP02.phx.gbl...
>>I ended up putting the FreeTextBox.dll file into the BIN folder and all
appears to be working now.

Still though; if anyone knows of any other free textbox controls with
additional formatting properties, please let me know.

Jim

Jim in Arizona wrote:
>>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 freetextbox. I followed the installation procedure from
here:

http://wiki.freetextbox.com/default....i.Installation

But, those instructions weren't very helpful. When you download the
latest version, it comes in a zip file with a whole bunch of files
within, including three freetextbox.dll files. I have no idea which one
to use so I just picked the latest one (by creation date), which was
only a few minutes difference from the other two.

I copied the FreeTextBox.dll file into this folder:

C:\WINDOWS\Mi crosoft.NET\Fra mework\v2.0.507 27

I then applied this to the top of my ftp.aspx page:

<%@ Register TagPrefix="FTB" Namespace="Free TextBoxControls "
Assembly="Fre eTextBox" %>

And then I placed the control:

<FTB:FreeText Box id="FreeTextBox 1" runat="Server" />

When I run the page, I get this error:

============= =============== =============

Parser Error
Description : An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'FreeTextBox' or
one of its dependencies. The system cannot find the file specified.

Source Error:
Line 1: <%@ Page Language="VB" AutoEventWireup ="false"
CodeFile="ftb .aspx.vb" Inherits="tests _ftb" %>
Line 2: <%@ Register TagPrefix="FTB" Namespace="Free TextBoxControls "
Assembly="Fre eTextBox" %>
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
Line 4:
Source File: /tests/ftb.aspx Line: 2

============= =============== =============

Did I install this control/assembly correctly? What am I doing wrong?
Perhaps there is another free text box control with formatting
capabilitie s out there somewhere that I could use that installs easier
and works..?

I'm not very experiences installing my own assemblies. I'm using the 2.0
framework.

TIA,
Jim


Apr 20 '07 #5

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

Similar topics

0
2435
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 is to create a large string, by retrieving data from an XML file, that is then stored into a label. The string comprised of html data, and is called with the following line placed in the HTML portion of the page: <asp:label id="TopicMaterials"...
3
3379
by: Markusek Peter | last post by:
Hi. I want to get rtf to my FreeTextBox(ftb instance in code below). So I copy ..rtf to clipboard, and now I want to paste it from clipboard to ftb. But I got error 'Object reference not set to an instance of an object.' Here's my code: -- System.Windows.Forms.RichTextBox MyRTF = new System.Windows.Forms.RichTextBox();
2
1424
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
6
4074
by: Lloyd Dupont | last post by:
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
0
953
by: gowens | last post by:
Well - I gave up trying to install FCKEditor (too bad - it really looks like a nice control). Instead I've turned back to the old standard FreeTextBox (which works well and has been easy to install). Now I'd like to include FTB as part of a User Control that will be deployed to our Sharepoint Portal via Smartpart. Does anyone have any experience doing this? I can get the control (with FTB embedded) to render - almost (no images and...
0
1220
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" /> <httpModules> <clear /> </httpModules>
5
2706
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 one of its dependencies. The system cannot find the file specified. <%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %> but its dll file is in my bin folder can you help me?
2
3698
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" />
1
3556
by: Michael D. Ober | last post by:
I have two identical web-sites, one for internal use and one for external use. The issue I have is after "Publish"ing my web-site and copying the published site to each server, one works and the other doesn't. Both servers are Windows 2003 R2 and the working server has Exchange 2003 SP2 backend and the non-working (external) server has Exchange 2003 SP2 Front End. Prior to this publish & copy release, both sites worked. The code that...
0
8428
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8339
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8751
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8629
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7360
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6181
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4176
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2757
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.