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
Is sql backend or frontend?
What is authentication in asp.net?
How do we assign page-specific attributes?
What is anonymous authentication?
Explain the difference between value type and reference type?
What is the difference between application state and session state in asp net?
Differentiate between file-based dependency and key-based dependency.
Which validator control you use if you need to make sure the values in two different controls matched?
What are the versions of garbage collection?
What is Razor View Engine
What does session_start () do?
What are the differences between clr & cts?
Is asp.net different from asp? If yes, explain how?
What is the difference between dynamic SGA and static SGA?
What is the question mark in a url?