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 all templates of the repeater control.
Can I read the hard disk serial # of the client computer using asp.net?
How can exception be handled with out the use of try catch?
Is react a template engine?
Can we store object in viewstate?
Is asp.net different from asp? If yes, explain how?
What is ASLM?
Explain the benefits of viewstate?
What are directives in asp.net? List down all the important directives.
What is variable and constant in .net programming language?
What are the uses of list view control in Asp.net?
What is a web server? What are the load limits in it?
Which object wraps the state or data of a user?
What is http pipeline in asp.net?
Explain about Automatic resource management?