Online Indian Movies

Want to watch most of the Indian movies online ?
Its just click away....

Click here to visit the site.

Enjoy freeware

Type in Hindi in any Browser using Google

Now you can type in Hindi (हिन्दी)  in any browser  (only if you have internet ;)  )
by following some simple steps with use of Google:

Copy the below JavaScript code lines
javascript:(t13nb=window.t13nb||function(l){var%20t=t13nb,d=document,o=d.body,c="createElement",a="appendChild",w="clientWidth",i=d[c]("span"),s=i.style,x=o[a](d[c]("script"));if(o){if(!t.l){t.l=x.id="t13ns";o[a](i).id="t13n";i.innerHTML="Loading%20Transliteration";s.cssText="z-index:99;font-size:18px;background:#FFF1A8;top:0";s.position=d.all?"absolute":"fixed";s.left=((o[w]-i[w])/2)+"px";x.src="http://t13n.googlecode.com/svn/trunk/blet/rt13n.js?l="+l}}else%20setTimeout(t,500)})('hi')

Paste the same in your web browser's Address bar and press Enter

Thats it, you can now type anything you want in Hindi.

Let me know if you need the same for other Indian Languages...!

The module ### was loaded but the call to DllRegisterServer failed with error code 0x80040201

When trying to register a DLL, i got the below error message

The module ### was loaded but the call to DllRegisterServer failed with error code 0x80040201


I have performed following steps and the error resolved

Start Menu / "Right Click Command prompt and select run as administrator"

Try to execute the DLL registration command "regsvr32 c:\.....\yourfile.dll"

* This solution is applicable to Windows Vista, Windows Server 2008 and Windows 7.
By

Could not start the World Wide Web Publishing Service service on the local computer

I just got an error message when trying to start "World Wide Web Publishing Service" in my computer.
Could not start the World Wide Web Publishing Service service on the local computer

Here is the screen shot for the same


I searched for the solution and found a best one.

Just Restarted my computer and the error is resolved.

The most common solution for Microsoft Windows :)




SQL Server has an unsupported version 10.0.2531.0 - SharePoint 2010

in SharePoint-2010 Sometimes face the below error

Could not connect to [DATABASE_SERVER] using integrated security: SQL server at [DATABASE_SERVER] has an unsupported version 10.0.2531.0. Please refer to “http://go.microsoft.com/fwlink/?LinkId=165761” for information on the minimum required SQL Server versions and how to download them.


Here is the solution for the error:

Abstract:

I am trying to perform a database attach upgrade to SharePoint Foundation 2010.

At this point I am trying to attach the content database to a Web application by using Windows Powershell:

Mount-SPContentDatabase -Name <DatabaseName> -DatabaseServer <ServerName> -WebApplication <URL> [-Updateuserexperience]

I am following the directions from this TechNet article: Attach databases and upgrade to SharePoint Foundation 2010.  When I go to mount the content database I am receiving this error:

Mount-SPContentDatabase : Could not connect to [DATABASE_SERVER] using integrated security: SQL server at [DATABASE_SERVER] has an unsupported version 10.0.2531.0. Please refer to “http://go.microsoft.com/fwlink/?LinkId=165761” for information on the minimum required SQL Server versions and how to download them.

At first this did not make sense because the default SharePoint Foundation 2010 website was running just fine.  But then I realized that the default SharePoint Foundation site runs off of SQL Server Express and that I had just installed SQL Server Web Edition (since the database is greater than 4GB) and restored the database to this version of SQL Server.

Checking the documentation link above I see that SharePoint Server 2010 requires a 64-bit edition of SQL Server with the minimum required SQL Server versions as follows:

Click here to view the solution



Failed to access IIS metabase.

Error:

Server Error in '/Test' Application.
Failed to access IIS metabase.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase.

The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC). For information on modifying metabase permissions, please see http://support.microsoft.com/?kbid=267904.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HostingEnvironmentException: Failed to access IIS metabase.]
System.Web.Configuration.MetabaseServerConfig.MapPathCaching(String siteID, VirtualPath path) +670
System.Web.Configuration.MetabaseServerConfig.System.Web.Configuration.IConfigMapPath2.MapPath(String siteID, VirtualPath vpath) +9
System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +185
System.Web.Hosting.HostingEnvironment.MapPathInternal(VirtualPath virtualPath, Boolean permitNull) +56
System.Web.CachedPathData.GetConfigPathData(String configPath) +368
System.Web.CachedPathData.GetConfigPathData(String configPath) +249
System.Web.CachedPathData.GetApplicationPathData() +49
System.Web.CachedPathData.GetVirtualPathData(VirtualPath virtualPath, Boolean permitPathsOutsideApp) +107
System.Web.Configuration.RuntimeConfig.GetLKGRuntimeConfig(VirtualPath path) +119


Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
---


Click here to see the solution..!

Google Font Factory!

Google Code has launched an API for fonts, that is also known as Google Web Font!

You need not to have all fonts installed in your computer. Just point your CSS to Google Font Server.

The Google Font Directory lets you browse all the fonts available via the Google Font API. All fonts in the directory are available for use on your website under an open source license and are served by Google servers

Click here to view more fonts in Google Font Directory!

Google Home Page with Background Image

Official Google Blog: Freeze frame!

Today Google has added a new feature to on its home page. If you are a person who likes colors or images or your personal images as background image on Google home page, you can do it now

Earlier it was possible only in Mozilla Firefox, with help of an add-on, Stylish. In stylish you can define your own style for any of the page that opens in your browser.

Now it has become easier to personalize the background on home page of Google.

Here are the screen shots of the new feature.

A new link is added to bottom-left corner of the screen with text “Change Background image”.


Once you click the image, a new popup window is opened.


Once you select an image and click on “Select” button, your personalized image will appear as shown below.


Really a nice feature added.

Thanks Google!


By
If you find the above link useful, let us know your feedback, it will help us to improve our posting(s). or You can send your feedback linkOblast.
Report Broken Link

Retrieving the COM class factory for component with CLSID {GUID} failed due to the following error: 80070005.

If you add a reference to Microsoft Excel and then try to use it within your ASP.NET application you may receive the following error:

Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005.



Click here for one of the best solution