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 are the different types of sessions in asp.net?
Can action method static?
What are Authentication and Authorization?
What are the differences between clr & cts?
What are the components of ado.net?
Where sessions are stored in asp.net?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What role “#&&” plays in a querysting?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is the use of autowireup in asp.net?
What describes a query?
Describe a Windows Service and its lifecycle ?
Explain the use of duration attribute of @outputcache page directive.
What is asp.net web pages?
How to implement form based authentication in asp.net application?