ASP.NET Error – The state information is invalid for this page and might be corrupted
I ran into this error a second time in the last couple of years and totally forgot how I fixed it, so i’ll blog what my situation and resolution was as a reminder and hopefully to help others.
I have an ASP.NET “default.aspx” page with a form text field with
Popularity: 6% [?]
Read MoreAllowing Personalization in SharePoint 2010
SharePoint personalization allows users a level of customization by adding or removing web parts to their page. To test this you should have two different user accounts. Here are steps I took to get this working:
1. Open up SharePoint Designer 2010 and edit a page layout that has web part zones like “BlankWebPartPage.aspx”.
2. Locate the “
4. Logged in as the current user, click on the username in the top right corner and select “Personalize this page”.
5. Add 1 or 2 web parts which will only be visible to this current user, let’s call this “User A”. Save and publish this page if necessary.
6. Next login as “User B” and you shouldn’t see the web part(s) for “User A”. You can click on the top right username again and select “Personalize this page”.
7. Add a web part only visible for “User B”. Save and publish again.
8. The bottom line is that both users will have their own custom personalized page.
Popularity: 3% [?]
Read MoreSharePoint 2010 spscore PlaceHolderPageTitle PageParserPath Bug
Actually not sure if this is a bug or whatever, but whenever we take a copy of a MySite masterpage in SharePoint 2010 and make our own copy of it we get this error about the PlaceHolderPageTitle and spscore. Don’t quite remember how we figured this out but I couldn’t find much googling or binging.
To fix this, you need to go into your SharePoint 2010 MySite web.config and replace the existing
1 | <pageparserpaths></pageparserpaths> |
with the PageParserPath to your MySite masterpage as shown below:
1 2 3 | <pageparserpaths>
<pageparserpath VirtualPath="/my/_catalogs/masterpage/New_MySite.master" CompilationMode="Always" AllowServerSideScript="true" />
</pageparserpaths> |
Popularity: 47% [?]
Read MoreUpgrading A SharePoint WSP With A New Feature
I know this post is very specific, i’ll go into how to create a WSP from scratch, how to build specific features, etc. in future posts. In this scenario, you have an existing WSP project and added a new feature that creates a link in the Site Settings section called Awesome Link, also assume we used WSP Builder to build a nice WSP file for you, let’s call this file AwesomeLink.wsp
Step 1
This is easy, just copy AwesomeLink.wsp to a folder on your SharePoint server. We’ll call this folder c:\projects\WSPs
Step 2
Now we will use STSADM to upgrade the solution by opening up a Command Prompt, one of the quickest ways to do this is to click on Start > Run, then type in CMD and press OK.
Next navigate to the folder where you copied over the AwesomeLink.wsp file, in this case it’s c:\projects\WSPs
Step 3
Type this first command and press the Enter key:
stsadm -o upgradesolution -filename "AwesomeLinks.wsp" -name "AwesomeLinks.wsp" -immediate -allowgacdeployment
Then type the second command and press Enter:
stsadm -o installfeature -name "AwesomeLink" -force
Step 4
Next go to your SharePoint site and click on Site Actions > Site Settings > Modify All Site Settings
Click on Site Collection Features link located under the Site Collection Administration group.
That’s It!
You’re all done upgrading a SharePoint WSP, go take a break or play some Xbox 360!
Popularity: 39% [?]
Read MoreTest IE6 On A Free Virtual PC Image
I’m sure like everyone else you wish IE6 would just go away which it eventually will. The hate for IE6 has gone as far as dedicated websites such as IE Death March and wallpaper However in the meantime if you need to test on IE6 there are a few ways this can be done:
Today I’m going to show you an alternative method testing IE6 in the most accurate manner possible, using a Virtual Machine:
- First download VPC (Virtual PC) if you don’t already have it
- Then install IE6-XPSP3.exe which is a VPC disk image for testing in a native IE environment.
- After you get this image up and running, if you start running Windows Update be sure not to install IE8
Popularity: 62% [?]
Read More
![[del.icio.us]](http://stevenng.net/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://stevenng.net/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://stevenng.net/wp-content/plugins/bookmarkify/facebook.png)
![[LinkedIn]](http://stevenng.net/wp-content/plugins/bookmarkify/linkedin.png)
![[MySpace]](http://stevenng.net/wp-content/plugins/bookmarkify/myspace.png)
![[StumbleUpon]](http://stevenng.net/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Twitter]](http://stevenng.net/wp-content/plugins/bookmarkify/twitter.png)
![[Windows Live]](http://stevenng.net/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://stevenng.net/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://stevenng.net/wp-content/plugins/bookmarkify/email.png)