One of the properties of the Web Part has an incorrect
format. Windows SharePoint Services cannot deserialize the
Web Part. Check the format of the properties and try
again. - this error is occured in Sharepoint 2007 while
deploy the web part

Answer Posted / manoj dagar

This web part has some permission level problem, it solved
with change the location of build of your web part project.

By default project build in its own bin folder but you need
to change it to site bin folder

Project Bin - %root%/ProjectName/Bin/Dll - dll after build
Site Bin - %root%\Inetpub\wwwroot\wss\VirtualDirectories\%
Site Folder%\Bin

Build the project - Copy the dll from Project Bin folder to
GAC

Is This Answer Correct ?    0 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main function of url routing system in asp.net mvc? : asp.net mvc

496


Can we use a static function with a non-static variable?

507


How to prevent client side validation from the ASP.NET validation controls?

575


Who can consume WebAPI?

591


What are the main differences between asp and asp.net?

524






What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

499


What do you understand from custom control?

607


Explain server-side scripting and client-side scripting.

512


How do you change the session time-out value?

583


What is cookieless session id explain in brief?

531


What does postback mean?

537


How to bind all the binding controls in a page at once in ASP.NET?

529


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

571


Explain what is an abstract class?

554


How do u deploy your asp.net application?

610