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
List the major built-in objects in asp.net?
What do you mean by serialize and marshalbyref?
What is a global postback url?
What are client activated objects?
How long do session variables last?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Does web services support data reader like pom project?
Which protocol is used in a web api?
How do http sessions work?
Why do we use asp.net?
Explain what does mvc represent in asp.net? : asp.net mvc
Write a code snippet to implement the indentation in json in web api.
How are sessions stored?
What is the difference between a multi-layer and multi-tier applications?
Explain what is clr?