Blogger Widgets
  • Sharing Photos using SignalR
  • TFS Extenstion - allows copy work items between projects
  • Displaying jquery progressbar with ajax call on a modal dialog
  • Managing windows services of a server via a website
  • Exploring technologies available to date. TechCipher is one place that any professional would like to visit, either to get an overview or to have better understanding.
  • SignalR

    Sharing Photos using SignalR

Search This Blog

Tuesday, 6 July 2010

.NET VC++ Compilation in x64

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...

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...

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 ...

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...

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...

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...
Copyright © 2013 Template Doctor . Designed by Malith Madushanka - Cool Blogger Tutorials | Code by CBT | Images by by HQ Wallpapers