Zalmoxis Blog Rotating Header Image

Posts Tagged ‘visual studio’

Some Very Useful Sharepoint Development Tools

SPVisualDev SPVisualDev makes it easier for Sharepoint 2007 developers to develop features and artifacts with Visual Studio 2008 / 2010. It is written in C# and is implemented as a Visual Studio 2008 / 2010 Add-in. more info

Join the Dark Side of Visual Studio – Infinities Loop

  Join the Dark Side of Visual Studio – Infinities Loop

Visual Studio 2008 New Features

This is a list of the cool new features in Visual Studio 2008: When you debug your applications with Visual Studio 2008 you will have the option to debug right down into the Framework code (with an autodownload feature from an MSDN server)! read more Automatic properties in C#3

Non-Recursive Binary Tree Traverse in C#

private void NonRecursive() { TreeNode currNode = root; while (true) { if (currNode == null) break;

Install new release of GAX

Double check to make sure you have all the Guidance packages uninstalled. Try launching an elevated CMD prompt, and then using the original MSI run, “msiexec /x GuidanceAutomationExtensions.msi” If that still doesn’t work, in the same elevated CMD prompt, repair the GAX install. “msiexec /fa GuidanceAutomationExtensions.msi” NOW try to uninstall it via the elevated CMD [...]

Upgrade from Visual Studio Trial Edition

Sometimes when we try to upgrade from trial to full as it is explained here Upgrade from Visual Studio Trial Edition and here Upgrade From Visual Studio 2005 Trial Version the updade option may be missing.To fix this you must run the Visual Studio 2005 setup from the installation media: Then the upgrade option will [...]