Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

The "WebPartName" webpart appears to be causing the problem

  Asked By: Tyson Walters         Date: Nov 04, 2007      Category: Sharepoint      Views: 206
 

I am getting this error when i drag and drop the web part on the page.
This web part is created for getting and display the data from
database.

Tagged:                

 

2 Answers Found

 
Answer #1       Answered By: Dwight Becker          Answered On: Nov 04, 2007       

This could be caused by a lot of things. Start by turning Off the
customErrors so that you might get a glimpse of the real error.

<customErrors mode="Off" />

This setting is in the web.config file for the virtual server that you
are running WSS or SPS under.

 
Answer #2       Answered By: Amar Kumbar          Answered On: Nov 04, 2007       

I am very greatefull to Bishop for timely advice.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].