Search:
Namespaces
Discussions
.NET v1.1
Feedback
Currently evaluating
Messages
Related Types
This message was discovered on
ASPFriends.com 'aspngrichtextbox' list
.
Rob Richmond
I am currently evaluating the control and have received the error below.
I got it into one project and working, but when I wanted to put it into
another project to do some testing...I got the mess below. Any help
would be appreciated.
Rob
Server Error in '/richtextbox' Application.
------------------------------------------------------------------------
--------
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 type RichTextBoxControl.
RichTextBox
from assembly richtextbox, Version=1.0.893.17773, Culture=neutral,
PublicKeyToken=null.
Source Error:
Line 8: <body>
Line 9: <form id="Form1" method="post" runat="server">
Line 10: <RTB:RichTextBox id="myRTB"
runat="server"
license="CMbn1KHaJ3prh+wKLch2htikz7y2172YD1dFm7ib1rAGxpqeL2XlbQ=="></RTB
:RichTextBox>
Line 11: <asp:Button runat="server" id="myButton"
text="Show HTML"></asp:Button>
Line 12: <asp:Label runat="server"
id="myLabel"></asp:Label>
Source File: c:\inetpub\wwwroot\richtextbox\Sample.aspx Line: 10
------------------------------------------------------------------------
--------
Version Information: Microsoft .NET Framework Version:1.0.3705.209;
ASP.NET Version:1.0.3705.272
Reply to this message...
Ollie Cornes
Hi Rob,
Check these:
- The folder ("richtextbox" in your case) must be configured as a web
application in Internet Information Server. To check this, open the Internet
Services Manager, right-click on the folder and select Properties. Make sure
there is an application name listed, if not click "Create".
- Make sure the
RichTextBox
.dll file is in the bin folder of the web
application. i.e. richtextbox\bin
Ollie
--
http://www.richtextbox.com/
-----Original Message-----
From:
Click here to reveal e-mail address
[mailto:
Click here to reveal e-mail address
]On Behalf Of Rob
Richmond
Sent: 12 June 2002 16:07
To: aspngrichtextbox
Subject: [aspngrichtextbox] Currently evaluating
I am currently evaluating the control and have received the error below.
I got it into one project and working, but when I wanted to put it into
another project to do some testing...I got the mess below. Any help
would be appreciated.
Rob
Server Error in '/richtextbox' Application.
------------------------------------------------------------------------
--------
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 type RichTextBoxControl.
RichTextBox
from assembly richtextbox, Version=1.0.893.17773, Culture=neutral,
PublicKeyToken=null.
Source Error:
Line 8: <body>
Line 9: <form id="Form1" method="post" runat="server">
Line 10: <RTB:RichTextBox id="myRTB"
runat="server"
license="CMbn1KHaJ3prh+wKLch2htikz7y2172YD1dFm7ib1rAGxpqeL2XlbQ=="></RTB
:RichTextBox>
Line 11: <asp:Button runat="server" id="myButton"
text="Show HTML"></asp:Button>
Line 12: <asp:Label runat="server"
id="myLabel"></asp:Label>
Source File: c:\inetpub\wwwroot\richtextbox\Sample.aspx Line: 10
------------------------------------------------------------------------
--------
Version Information: Microsoft .NET Framework Version:1.0.3705.209;
ASP.NET Version:1.0.3705.272
| [aspngrichtextbox] member
Click here to reveal e-mail address
= YOUR ID
|
http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp
= JOIN/QUIT
Reply to this message...
Rob Richmond
Ollie,
Yep, in the Application box it say richtextbox and the .dll is in the
bin directory.
Rob
-----Original Message-----
From: Ollie Cornes [mailto:
Click here to reveal e-mail address
]
Sent: Wednesday, June 12, 2002 11:40 AM
To: aspngrichtextbox
Subject: [aspngrichtextbox] RE: Currently evaluating
Hi Rob,
Check these:
- The folder ("richtextbox" in your case) must be configured as a web
application in Internet Information Server. To check this, open the
Internet Services Manager, right-click on the folder and select
Properties. Make sure there is an application name listed, if not click
"Create".
- Make sure the
RichTextBox
.dll file is in the bin folder of the web
application. i.e. richtextbox\bin
Ollie
--
http://www.richtextbox.com/
-----Original Message-----
From:
Click here to reveal e-mail address
[mailto:
Click here to reveal e-mail address
]On Behalf Of Rob
Richmond
Sent: 12 June 2002 16:07
To: aspngrichtextbox
Subject: [aspngrichtextbox] Currently evaluating
I am currently evaluating the control and have received the error below.
I got it into one project and working, but when I wanted to put it into
another project to do some testing...I got the mess below. Any help
would be appreciated.
Rob
Server Error in '/richtextbox' Application.
------------------------------------------------------------------------
--------
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 type RichTextBoxControl.
RichTextBox
from assembly richtextbox, Version=1.0.893.17773, Culture=neutral,
PublicKeyToken=null.
Source Error:
Line 8: <body>
Line 9: <form id="Form1" method="post" runat="server">
Line 10: <RTB:RichTextBox id="myRTB"
runat="server"
license="CMbn1KHaJ3prh+wKLch2htikz7y2172YD1dFm7ib1rAGxpqeL2XlbQ=="></RTB
:RichTextBox>
Line 11: <asp:Button runat="server" id="myButton"
text="Show HTML"></asp:Button>
Line 12: <asp:Label runat="server"
id="myLabel"></asp:Label>
Source File: c:\inetpub\wwwroot\richtextbox\Sample.aspx Line: 10
------------------------------------------------------------------------
--------
Version Information: Microsoft .NET Framework Version:1.0.3705.209;
ASP.NET Version:1.0.3705.272
| [aspngrichtextbox] member
Click here to reveal e-mail address
= YOUR ID
|
http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp
= JOIN/QUIT
| [aspngrichtextbox] member
Click here to reveal e-mail address
= YOUR ID
|
http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp
= JOIN/QUIT
Reply to this message...
Ollie Cornes
The problem is that your project is called "richtextbox". When you build it,
the code is compiled into "richtextbox.dll" which overwrites the 'real' DLL.
In the Project Properties, change the output filename to something other
than richtextbox.dll. Rebuild the application, and then copy the original
RichTextBox
.dll into the application. That should fix it.
The error is being caused because ASP.NET is looking in the richtextbox.dll
created by your VS.NET project for a server control called
RichTextBoxControl.
RichTextBox
, and there isn't going to be one there :-)
Ollie
--
http://www.richtextbox.com/
-----Original Message-----
From:
Click here to reveal e-mail address
[mailto:
Click here to reveal e-mail address
]On Behalf Of Rob
Richmond
Sent: 12 June 2002 16:44
To: aspngrichtextbox
Subject: [aspngrichtextbox] RE: Currently evaluating
Ollie,
Yep, in the Application box it say richtextbox and the .dll is in the
bin directory.
Rob
-----Original Message-----
From: Ollie Cornes [mailto:
Click here to reveal e-mail address
]
Sent: Wednesday, June 12, 2002 11:40 AM
To: aspngrichtextbox
Subject: [aspngrichtextbox] RE: Currently evaluating
Hi Rob,
Check these:
- The folder ("richtextbox" in your case) must be configured as a web
application in Internet Information Server. To check this, open the
Internet Services Manager, right-click on the folder and select
Properties. Make sure there is an application name listed, if not click
"Create".
- Make sure the
RichTextBox
.dll file is in the bin folder of the web
application. i.e. richtextbox\bin
Ollie
--
http://www.richtextbox.com/
-----Original Message-----
From:
Click here to reveal e-mail address
[mailto:
Click here to reveal e-mail address
]On Behalf Of Rob
Richmond
Sent: 12 June 2002 16:07
To: aspngrichtextbox
Subject: [aspngrichtextbox] Currently evaluating
I am currently evaluating the control and have received the error below.
I got it into one project and working, but when I wanted to put it into
another project to do some testing...I got the mess below. Any help
would be appreciated.
Rob
Server Error in '/richtextbox' Application.
------------------------------------------------------------------------
--------
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 type RichTextBoxControl.
RichTextBox
from assembly richtextbox, Version=1.0.893.17773, Culture=neutral,
PublicKeyToken=null.
Source Error:
Line 8: <body>
Line 9: <form id="Form1" method="post" runat="server">
Line 10: <RTB:RichTextBox id="myRTB"
runat="server"
license="CMbn1KHaJ3prh+wKLch2htikz7y2172YD1dFm7ib1rAGxpqeL2XlbQ=="></RTB
:RichTextBox>
Line 11: <asp:Button runat="server" id="myButton"
text="Show HTML"></asp:Button>
Line 12: <asp:Label runat="server"
id="myLabel"></asp:Label>
Source File: c:\inetpub\wwwroot\richtextbox\Sample.aspx Line: 10
------------------------------------------------------------------------
--------
Version Information: Microsoft .NET Framework Version:1.0.3705.209;
ASP.NET Version:1.0.3705.272
| [aspngrichtextbox] member
Click here to reveal e-mail address
= YOUR ID
|
http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp
= JOIN/QUIT
| [aspngrichtextbox] member
Click here to reveal e-mail address
= YOUR ID
|
http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp
= JOIN/QUIT
| [aspngrichtextbox] member
Click here to reveal e-mail address
= YOUR ID
|
http://www.aspfriends.com/aspfriends/aspngrichtextbox.asp
= JOIN/QUIT
Reply to this message...
System.Windows.Forms.RichTextBox
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com