Skip to main content

Posts

Showing posts from June, 2012

@ NetAssist–24 June 2012 (9.00 am–1.00 pm)–Day 1

@ NetAssist–24 June 2012 (9.00 am–1.00 pm)–Day 1 View more PowerPoint from Melick Baranasooriya Questions Asked ? About partial and full trust environments Offline Database in MS that can use for small applications SharePoint Web Services SharePoint Flavors What is the authentication mechanism use by SharePoint in Windows7 as a development environment

@ NetAssist–24 June 2012 (9.00 am–1.00 pm)

Day One – Intro (24 June 2012 )

Role Based Security Using Form Authentication in ASP.NET , <Location path=’’ > not working and Login page does not have permission for anonymous users

I have created ASP.net web based application using Form Authentication. I need a section with role privileges and login page should be access by all users. when I specify the authorization in default section my login page loaded with out CSS since those files do not have permissions. Thus I used following approach and it worked for me. < system.web > < authentication mode = " Forms " > < forms name = " SomeName " loginUrl = " Login.aspx " slidingExpiration = " true " protection = " None " path = " / " defaultUrl = " Home.aspx " timeout = " 20 " > </ forms > </ authentication > </ system.web > <!-- Permision for the site --> < location allowOverride = " true " > < system.web > < authorization > < deny users =

Central Administration Page gives Blank Page

I have recently installed SharePoint 2010 in Windows 7 Home premium as described in http://msdn.microsoft.com/en-us/library/ee554869.aspx but it gave an a blank page when I tried to start the central administration page. then after searching in the Net I found that windows 7 home edition , premium edition and some other editions need to enable basic from authentication in the IIS. therefore  click the the relevant central administration web site and go to authentication option and change the basic authentication enabled.

An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown. Additional exception information: Failed to call GetTypes on assembly Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c. Could not load file or assembly 'System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

I recently installed SharePoint 2010 in My Windows & machine. It gave me this error. I have found that Ms Chart control in not installed in my machine. i downloaded and installed it. It worked.. :-) http://go.microsoft.com/fwlink/?LinkID=122517

The file is being used by another program Excel InteropServices

Recently my friend faced a problem when automating a program that written using excel InteropServices. This program work perfectly in debug mode  and Windows XP. but when it try to automate using task scheduler in Windows 7 , Vista and upper version it is giving following errors. The file name or path does not exist The file is being used by another program The workbook you are trying to save has the same name as the currently opened book The file name or path does not exist The file is being used by another program The workbook you are trying to save has the same name as the currently opened book So creating a Desktop Folder in a following path resolved the issue. C:\Windows\System32\config\systemprofile\Desktop Refer: http://social.msdn.microsoft.com/Forums/en/innovateonoffice/thread/b81a3c4e-62db-488b-af06-44421818ef91