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 are the types of ASP objects ?

7 Answers   Satyam,


When during the page processing cycle is ViewState available?

1 Answers  


when is the role performed by IIS sever when ever a request send from browser

0 Answers  


What is session tracking & methods?

4 Answers   C Squared Systems,


What is the asp.net control toolkit?

0 Answers  






How is my content secured from unauthorized access?

0 Answers  


How do you enable tracing? a) Set the Trace property of the Web Form to True b) Set the Trace property of the server object to True c) Set the Session variables Trace to True d) Set the Applications Variable Trace to True.

2 Answers   Syntax Softtech,


2. Why did you choose this career?

2 Answers   Schwartz Oil, Swatz Oils,


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

1 Answers  


I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.

4 Answers  


How many rounds are there for a software programmer to clear interview in any IT industries(MNC).

3 Answers   HCL,


What is Web API Routing?

0 Answers  


Categories