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 / 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 |
What is WCF? Pls Explain clearly with exmple.
What is new asp.net core?
Usage of web.config?
Write code to send e-mail from an asp.net application?
What is a SESSION and APPLICATION object?
Where is cookie used in asp.net?
Explain asp.net page life cycle?
How many types of session in ASP.NET
How to write unmanaged code and how to identify whether the code is managed /unmanaged?
What does the orientation property do in a menu control?
Do ASP.NET forms authentication cookies provide any protection against replay attacks? Do they, for example, include the client's IP address or anything else that would distinguish the real client from an attacker?
What is Web Services?How we can consume a Web Services in our application?Explain.