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
What is full trust in asp.net?
What is synchronous and Asynchronous post back ?
Explain some of the major built-in objects in asp.net
Define asp.net caching?
What is asp.net and its advantages?
Where can I get the details on migration of existing projects using various technologies to asp.net?
How does exception management works in ASP.NET?
Name the tools or API for developing or testing web api?
Can you set the session out time manually?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Describe paging in asp.net?
What is asp.net file?
What are the advantages of passport authentication?
What is the life cycle of an asp.net page?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc