April 2011 Entries
How to install the multiple version of Firefox here i show you some great thing who can help you to setup fx multiple version in your own system. you need to know that when you run the setup he just override the installed Firefox so you need to install the Fx in two different directories by making a custom installation. plug-in incompatibility is a big trouble user found and a another things is that Firefox every time check for computable version when another version of Firefox you trying to run ......
i installed MVC 3 update whenever they launched and never got chance later to find out the changes shipped in this update. today i got the chance to take a look on what’s new in this update. for checking i make a sample application and get a error quick that my nuget is not installed or out of date. i am unknown with this issue because i already have the new version of nuget in my visual studio and make sure or confirm that by many things. later i found that the error i got is really not error so ......
Sometime we found that Server have MySQL .net connector pre-installed but matter is that they used old version or another version who not matched with our MySQL .connector version. so in this condition you have unable to make them work on Server. here is a solution how to deploy them with no problem like that. in development system mainly we use .net connector so we need the same version on server to deploy our application. the problem is created because the component on development machine called ......
When user trying to install MVC 3 using Microsoft Web Platform Installer they got the message that MVC 3 and some other component also installed successfully but whenever in the condition you trying to open WPI again that they show you a option for adding all those component who you installed last time that means that they not installed successfully or error not occurred in WPI but actually occurred. So How i can install MVC 3 when i got error 1603 or whenever my system unable to run the setup or ......
Sometime Project have included many thing with a project.suppose a ASP.NET MVC project maybe included Test project for the project you run or have some more project who attach to the current project. it's take a long time while project is going to debug the reason for that is because project have many subproject or attached project then compilation of all maybe goes long. the solution is that build and debug current project instead of all. it's same time on compilation in Visual studio. for configure ......