|
-
Sep 23rd, 2003, 11:06 AM
#1
Thread Starter
Lively Member
Third Party Control
I am trying to implement the SmartScroller control (free control from http://www.strengthtechnologies.com/) into my WebApp. It is supposed to retain scroll position after a postback. I'm having difficulty adding it to my project however. When I try to add the SmartScroller to my toolbox I get this message...
"There are no components in 'C:\Inetpub\wwwroot\webapp\bin\StrengthControls.Scrolling.dll' that can be placed on the toolbox.
I've also tried to register it manually...
<%@ Register TagPrefix="ccl" Namespace="StrengthControls.Scrolling" Assembly="StrengthControls" %>
but I get a parser error: File or assembly name StrengthControls, or one of its dependencies, was not found.
I've included StrengthControls.Scrolling.dll in the bin directory of my webapp just like it says to do on the http://www.strengthtechnologies.com/ site so I have no clue why this isn't working. Any help would be much appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|