You might have seen error when you try to add Report Viewer web part in SharePoint 2010.
Solution: Open 'SharePoint 2010 Management Shell' and run this command. It should resolve this issue.
Techie bits-n-tips mainly on Microsoft Technologies -.NET, SharePoint, SQL Server, Design Patterns, RUP/Scrum techniques and other latest MS technologies
Developer-focused training, walkthrough videos, if anyone is interested.
http://msdn.microsoft.com/en-us/office/apps/fp123626.aspx
You may also set up Development environment using Office 365 Developer Site on Cloud and start developing ‘SharePoint 2013 Apps’.
Also http://msdn.microsoft.com/en-us/library/jj163980(v=office.15).aspx
Happy learning SharePoint :-)
When you are working with Power GUI script editor version 3.2.0.2237 and installed Visual Studio 2010 on the same machine, you will the following error-
<?xml version="1.0" encoding="utf-8" ?> <configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <!-- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />--> <supportedRuntime version="v2.0.50727" /> </startup>