Compiling VC++ projects for x64 build might give following errors :-eg:-fatal error LNK1181: cannot open input file 'version.lib'So as to fix the issues library directories should point to 64bit libraries and also 64bit SDK needs to be installed.To install 64-bit SDK :-http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en“The more you know, the more you realize you know...
public string aboutme {
var known = { { "C#" , "Javascript" }, { "ASP.NET", "MVC" } };
return known.ToJson();
}
Tuesday, 6 July 2010
Saturday, 3 July 2010
Unable to get updated project from source control

At times while getting project from source control the following message is displayed :-Follow the steps below :1. Source Control - Get specific version 2. select option "Force get of file versions already in workspace"3. select "Get"This should override your files, but if the files are not retrieved using this method then the issue is with...
Labels:
TFS
Friday, 2 July 2010
Type Sys.UI._Timer has already been registered
Having a webpage with multiple update panels and multiple timers might be bit annoying when you the below error:-Sys.InvalidOperationException: Type Sys.UI._Timer has already been registeredIf scripts are loaded using an user control update attributes for asp:ScriptManager as follows ...
Labels:
ASP.NET Ajax
VS 2005 - VC++ Include directories invalid for $(VCInstallDir)

At times if Visual studio 2005 doesn't recognize $(VCInstallDir) paths, static paths might be a better option. select the include & library directories manually as below :andThe computer was born to solve problems that did not exist before. – Bill Ga...
Labels:
VS 2005
Thursday, 1 July 2010
Displaying elapsed time with multiple asp:timer's on a page

In cases where a web page consists of multiple asp:updatepanel and multiple asp:timer controls. Each update panel getting refreshed at specific timer intervals (different timings), instead of display stale data before the refresh its good to display the user with elapsed time for an update panel. This gives users feel of live data and user...
Labels:
ASP.NET Ajax
Corrupted Visual Studio 2005 settings for VC++ directories

To reset to default setting of VC++ directories follow below steps :-1. Tools -> Import and Export settingsFig 12. select "Export selected environment settings" and select "Next"3. select "All settings" and select "Next" 4. select "Finish"This should give the default settings and if any thirdparty libraries are used manually add the include...
Labels:
VS 2005
Subscribe to:
Posts (Atom)