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



One of the properties of the Web Part has an incorrect format. Windows SharePoint Services cannot ..

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

Post New Answer

More ASP.NET Interview Questions

What is WCF? Pls Explain clearly with exmple.

3 Answers   HCL, iGate,


What is new asp.net core?

0 Answers  


Usage of web.config?

2 Answers   Microsoft,


Write code to send e-mail from an asp.net application?

0 Answers  


What is a SESSION and APPLICATION object?

0 Answers  






Where is cookie used in asp.net?

0 Answers  


Explain asp.net page life cycle?

0 Answers  


How many types of session in ASP.NET

0 Answers   MCN Solutions,


How to write unmanaged code and how to identify whether the code is managed /unmanaged?

4 Answers   Accenture,


What does the orientation property do in a menu control?

0 Answers  


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?

1 Answers  


What is Web Services?How we can consume a Web Services in our application?Explain.

1 Answers   Religare,


Categories