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
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is query string with example?
What is the use of global.asax file?
What is the difference between GridView and Repeater controls in ASP.NET?
What is application session?
How do we implement bundling in MVC?
How do we access view state value of this page in the next page?
How does session work in asp net?
how can create login from create and written conde in asp.net
Do I need to have the latest version of windows media player installed?
What is special types forms
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How can you identify that the page is post back?
What is postback and autopostback in asp.net?
Explain the namespace classes used in asp.net mvc? : asp.net mvc