Error when i add splitter bar

Sujit Patil posted at 05-Jul-08 08:40

Hello all,

i am working on spillter bar in asp.net.

For that i am using this link.

http://www.codeproject.com/KB/webforms/VwdCmsSplitterBar.aspx?fid=411085&df=90&mpp=25&noise=3&sort=Position&view=Quick&fr=76

I did all things explain here in this link. My application is working quite fine in my local machine. But when i uploaded it to my server it is giving me error.

When i tried to access it from outside of server means from any other machine, it is giving me Configuration error i.e.,

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

And when i logged in into server by using Remote Connection and tried there to access website as a local machine , it is giving me an error like;

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: Unknown server tag 'VwdCms:SplitterBar'.

Source Error:

Line 1331:            </tr>--%>
Line 1332:            
Line 1333:            <VwdCms:SplitterBar runat="server" ID="vsbSplitter1" 
Line 1334:			LeftResizeTargets="mainTd;MainHistoryPanel"  
Line 1335:			MinWidth="375" 


So can you help me to solve this error.

Is it only because of splitter bar?????

All the working fine in local machine. So what is exact thing i have to change???

Thanks in advance...............

Sujit.




Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Error when i add splitter bar - Sujit Patil  05-Jul-08 8:40:57 AM
      Splitter bar - kalit sikka  07-Jul-08 5:26:52 AM
View Posts