Manish Pansiniya’s Blog

.NET, C#, Javascript, ASP.NET and lots more…:)

Should I buy from RightGadgets.in? A BIG NO

leave a comment »

Hi all,

This is just to aware you about the worst shopping experience I had with the website that is RightGadgets.in. There are many site from which I have been purchasing since last 5 years and thought to try on RightGadgets.in. I made an order with RightGadgets.in and after 10 days there are no reply back for the order I placed. Then when I get back to them using contact email, they just tell me following, Following is reply from Virendra Baradia

 
 

Tuesday, 23 August 2011 1:20 PM

Message Body

Dear sir,

Due to unavailability of stock your order is cancelled with us. We had sent a mail to you but I guess it had gone on a wrong id hence it bounced back. We sincerely regret the inconvenience caused for the same.

From: Manish Pansiniya [mailto:manish_ld@yahoo.com]
Sent: Monday, August 22, 2011 11:22 PM
To: contact@rightgadgets.in
Cc: Rightgadgets@rightflorist.co.in
Subject: Re: Rightgadgets Your Order No.: CRRGI-201108101

Could you please let me know the status of my order.

Thanks,

Manish

 

I have purchased with many sites and I thought to experience new website but the issue is they are not mature enough to have good customer experience. I suggest you to purchase from

- Ebay
- IndiaPlaza
- Infybeam
- Tradus

And for RightGadgets.in…A BIG NO..Don’t go with it.

Written by Manish

August 23, 2011 at 4:41 pm

IE9–Increase last Visited Websites in Address bar

leave a comment »

The default settings of IE9 has only 5 last visited websites and that sometimes irritates user as they could not select website that we visit daily. It looks something like this:

image

If we want to view this list fully, we need to change following settings:

Goto IE9 > Internet Options > Content Tab > AutoComplete and uncheck all the items below address bar. Keep addressbar checked.

image

That’s it!!!. It will show entire list of site.

Written by Manish

August 12, 2011 at 10:45 pm

Outlook Addins

leave a comment »

Good Source of outlook addins

http://www.codetwo.com/downloads/freeware/

Written by Manish

August 12, 2011 at 12:03 am

Posted in Outlook, Tools

Tagged with ,

Outlook Plugins

leave a comment »

Written by Manish

August 6, 2011 at 11:39 pm

Posted in Tools

Tagged with

Installation of Visual Studio 2010 Hangs/Very Slow Resolved

leave a comment »

I dont have problem in installing 2010, 5 month ago. It smoothly installed. But I had problem in installing 2010 yesterday. It was very very slow and opening screens after 2 min. And it is such a slow, I could not install it. I have searched at lot of places but no solutions was given but lately found following article which has worked for me.

Just creating registry dword as shown in article smooth installation:

http://social.msdn.microsoft.com/Forums/en/vssetup/thread/c72a9fee-07a3-4843-8da0-c7fe0c278999

Written by Manish

July 6, 2011 at 1:33 pm

Posted in .NET 4.0

Tagged with , , ,

MVC 3 RTM Install Error (after upgrading to VS2010 SP1)

leave a comment »

I have problem installing SP1 as well as MVC 3 RTM.

Following is the kind of error which I was getting in installation.

Action: Performing Action on Exe at k:\temp\ext27692\VS10-KB2483190-x86.exe…

[6/18/2011, 16:23:41]Launching CreateProcess with command line = VS10-KB2483190-x86.exe /q /norestart
[6/18/2011, 16:23:46]k:\temp\ext27692\VS10-KB2483190-x86.exe – Exe installer does not provide a log file name
[6/18/2011, 16:23:46]Exe (k:\temp\ext27692\VS10-KB2483190-x86.exe) failed with 0x8007066a – The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade. .
[6/18/2011, 16:23:46]PerformOperation on exe returned exit code 1642 (translates to HRESULT = 0x8007066a)

 

For Resolutions:

I repair/reinstall VS 2010 so that I can install VS2010 SP1.

For MVC, I followed following article:-

http://sourcecodebean.com/archives/mvc-3-rtm-install-error-after-upgrading-to-vs2010-sp1/977/comment-page-1#comment-8806

Written by Manish

June 18, 2011 at 4:45 pm

Posted in .NET 4.0, ASP.NET

Tagged with , ,

Change the method’s message name using WebMethodAttribute or change the type’s root element using the XmlRootAttribute."

with one comment

We have just received the error when we tried to return a type which contains Response behind it.

Like,

We have webmethod, UpdateStatus and we have following signature

Public Function UpdateStatus(….) as UpdateStatusResponse

But it gives us above exception when I try it using URL to access the service. Then after some debugging and googling, I found that, .NET uses internal class that uses UpdateStatusResponse. If I change the name to UpdateStatusResult and error gone Smile

Written by Manish

May 26, 2011 at 4:26 pm

http://thisdeveloperslife.com/

with one comment

Just going through Subsonic blog and got my eye on Rob’s current work. It’s worth looking Videos about today’s developers life Smile

http://thisdeveloperslife.com/

Written by Manish

May 18, 2011 at 11:38 pm

Posted in .NET, .NET 3.0

Tagged with , , ,

Subsonic Migration from 1.0.3 to 3.0 has issues with Performance

leave a comment »

We have worked with subsonic from around last 4 years and I am very much impressed with how it started. It’s really easy to understand, easy to generate and easy to implement subsonic ORM. So we started using it every project in our company.

But one of our client needs upgrades from 1.0.3 to 3.0 and we started the migration process. But at the end of this process we end up cancelling the Migration and do it from 1.0.3 to 2.2.

The main issue was when we see it in profiler was the linq query creation and execution was taking more time. One of our functions when converted was 3x slower. I don’t know but it seems the development of Subsonic after Rob left might be stuck somewhere or going slow. And I searched in stackoverflow and lot of guys have this issue regarding performance with Subsonic.

I believe Subsonic is great tool and ORM but due to the fact that we could not use 3.0 and LINQ for the new projects, we might need to search something relatively near to Subsonic in implementation. Might be it’s time to try NHibernate Smile. Or try to join the SubSonic team Winking smile.

Written by Manish

May 18, 2011 at 11:32 pm

Posted in .NET, .NET 3.0

Tagged with , , , ,

Installation of Mantis on Windows, IIS & MSSQL

with one comment

Really useful link. Setup MS SQL User rights properly and you don’t have any major issue in this. Smile

http://thegrayzone.co.uk/blog/2011/03/setting-up-mantisbt-on-iis-7-w-sql-server/

Written by Manish

May 3, 2011 at 1:03 pm

Posted in PHP

Tagged with , , , ,

Follow

Get every new post delivered to your Inbox.