DCSIMG
VS2008 - YsA.Net

Browse by Tags

All Tags » VS2008 (RSS)
Last week I found out that one of our admin apps on the server was not installed currently. It is an app that is installed in ArcMap, and the reason it didn’t work is that ArcMap has been installed on “d:\programs files” instead of “c:\program files”. The msi depended on the location in c:\. I opened the solution to try to fix the installer. I found out that when you install ArcDesktop it adds an environment variable named “ARCGISHOME”. I also found out it is impossible to take a dll from a primary...
Recently, I’ve started to work on several projects in my free time. After a while, I realized that I couldn’t manage without source control (especially after you do some refactoring on a xaml code and suddenly nothing works…). So I started to search, and found a web site called Assembla . It allows you to set up a free source control space in a server which is based on SVN. The setup is pretty easy, and in less then five minutes you have source control for your projects. In addition, there are additional...
An old/new extension to VS2008 has been released on Friday, in the Visual Studio Gallery : PowerCommands . It is the replacement of CoolCommands, and contains most of it's features and new features like : Copy/Past class. Transform templates Remove and sort Using's etc... There are a couple of missing, but important features like : Demo Font and Wheel font zooming. For the full feature list and download  go to PowerCommands at Visual Studio Gallery . PowerCommands was created using the...