Skip to main content

Posts

Showing posts with the label Windows

The specified dsn contains architecture mismatch between the driver and application

This is a common error that is raising when 32bit applications and 64appications working together. therefore if you wan to create a 32bit DSN you should refer the 32bit DSN (ODBC) exe to create the DSN. therefore you need to go to the folder called C:\Windows\SysWOW64. Therefore you need to run the ODBC exe in the location C:\Windows\SysWOW64\odbcad32.exe to over come the situation. WOW is abbreviated as Windows on Windows

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

This document resides in a document library that is not trusted.

This error i got when I'm opening a SharePoint Task from MS Outlook . So it is pretty forward. You need to add the source site to the Trusted Sites in the IE (Internet Explorer) or ask network security admin to trust it from the proxy policies.