Tim Maxey .NET Technology Blog & Resources

June 2011 Entries

Reset forgot nopcommerce admin password

So you forgot and can no longer get into the nopCommerce administration? Easiest way to do it is this: 1. Register a new user from the main website 2. Open SQL server and update that user to "IsAdmin=1" 3. logout and login with that same user 4. Goto the administrator and customers and change whatever account your need etc.. Hope this helps!

Android SDK and AVD Manager not Installing Packages

I came across the problem of when I wanted to update my Android SDK, or add Google Maps api, or add the Google Checkout, Licensing packages, I'd get "nothing installed" and some crap about can't update the packages, check the path etc, etc.. Well come to find out, you got to go to the start menu, Android SDK Tools right click on the SDK Manager and run as Administrator... I just happen to try that and it worked! Hope it helps someone else out there!