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 |
Can the validation be done in the server side? Or this can be done only in the Client side?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
hi i am varinder. i am very eager to learn ASP.net in C#. i am beginer to it. i have refer some books but i found it tuff to understand. their language is tuff. So please tell me the best site or best book to learn ASP.net in C#. i will be very thankful. Varinder
What is Web Gardening? How would using it affect a design ?
How does viewstate work?
What for use web.sitemap in asp.net?
How many types of cookies are available in asp?
What is httpresponse?
Briefly describe different techniques for ASP.NET State Management?
6 Answers Deloitte, Syntax Softtech,
Fetch one page value to another page without using state-managment ?
How does session work?
How to authenticate users using web.config ?