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