Wednesday, July 29, 2009
Tuesday, July 28, 2009
Thursday, July 23, 2009
Unknown server tag 'asp:ScriptManager' PKS
I had configured PKS (Podcasting Kit for SharePoint ) June 2009 release. Everything went smooth and even the application was working well except the encoding which i haven't yet tested .
Anyways after couple of days when i tried accessing the site the main page went KAPUT , i started getting this error "Unknown server tag 'asp"ScriptManager" .Now the question was "What might have gone wrong?" . I didn't even touched the site for 2 days and everything was working fine before (Typical sentence used by most developers -;)) .
After some search i found one article which asked to check the web.config file for some entries and it's weird those entries were gone from my web.config file. (Murphy's law in total effect ) .
Anyways as suggested i made the following entries ,In case image is not clear click on it to get better view.
I am glad website is back . Up and running .
Here is the link where i got the web.config entries .
ENJOY!!!
Monday, July 13, 2009
The template you have chosen is invalid or cannot be found. SharePoint Template Error
It's pretty hard to find the actual reason of these kind of error . But one thing is sure that template is causing issue.
The most common reason for this error is missing of dependency . for e.g. missing feature.
Best solution is to run the STPInspector tool . It will help to diagnose whether all the dependency are present in server or missing something .
You can get tool from STPINSPECTOR
ENJOY!!!
The most common reason for this error is missing of dependency . for e.g. missing feature.
Best solution is to run the STPInspector tool . It will help to diagnose whether all the dependency are present in server or missing something .
You can get tool from STPINSPECTOR
ENJOY!!!
Essential SharePoint Governance Tool
Tool which you should have to administer/Develop SharePoint 2007 :
- SP Forms Designer with content types(http://sptoolbasket.codeplex.com/Wiki/View.aspx?title=SharePoint%20-%20SPForms%20Designer)
- SPFeature Explorer(http://sptoolbasket.codeplex.com/Wiki/View.aspx?title=SharePoint%20-%20SPFeature%20Explorer)
- SharePoint - List Columns Manager(http://sptoolbasket.codeplex.com/Wiki/View.aspx?title=SharePoint%20-%20List%20Columns%20Manager)
- Security Management Tool m(http://www.codeplex.com/sushi)
- STP Inspector ( http://stpinspector.codeplex.com/)
Thursday, July 09, 2009
Aspnet_merge.exe Exited with Code 1
I got this error while building the Web deployment project . After some search it came to my notice that class names in my webcontrols were same ,due to which build started bombing while merging the assembly .
I changed the class names and Voila ! it started working.
Creating single DLL for Web User Controls in ASP.NET website project
Are you trying to create single DLL for a web user control and end up getting multiple DLL's for each user control ?
Well you are in right place . The best option is to use web deployment project which is an Add in to Visual Studio .
Install the project template from here
http://msdn.microsoft.com/en-us/asp.net/aa336619.aspx
Once installed follow this article for creating a single DLL for your web project :
http://msdn.microsoft.com/en-us/library/aa479568.aspx
Friday, July 03, 2009
Microsoft New Search Engine
BING!!!!
I am impressed with the new search engine from Microsoft and i am glad it's fast.
Subscribe to:
Posts (Atom)
Gray Failures: What is it and how to detect one?
If you are reading this article , i guess you are curious to know about gray failures and different methods to detect gray failures. Hopefu...
-
Note : In below scenario jenkins was deployed in Linux container Scenario: Jenkins build failed with error. java.io.IOException: error...
-
SharePoint Capacity Planning Tool on Microsoft Download Center: http://go.microsoft.com/fwlink/?LinkID=93029 System Center Capacity Planner:...
-
Error when installing NPM Profile not found. Tried ~/.bashrc, ~/.bash_profile, ~/.zshrc, and ~/.profile. Fix: Run command and try a...