Share on Twitter

This is particularly helpful when you want to copy colour settings / Visual Studio theme from one machine to another or across different versions of VS you have (say at your laptop and some customer’s PC)

Simply get the VS2010 import file, right click, open with, choose a program, and pick any simple editor, say Notepad

image

Yeah, you got it, what you need is to change:

<UserSettings>
    <ApplicationIdentity version="10.0"/>

To

<UserSettings>
    <ApplicationIdentity version="9.0"/>

Now you can use that in VS2008 Without any problem…

Share on Twitter
, , ,
Share on Twitter

Intro…

Last week I had to re-install Windows. I haven’t done it in a while, so, had to remember all those “1 time” tips I do after reinstall. For example, downloading SQL Server Developer Edition before Visual Studio to get the full Management Studio. Another example, setting Visual Studio to pin to the Start menu, and configuring it for UAC.

The Problem

In the very first year of Windows 7, I used to have many problems with UAC on and always disabled it, later, things started to get better and it became my normal config to leave it on. One problem that remained is that if you have a program set to always “Run AS Administrator”, if this program has associated files (can open files with certain extensions if you click the files), you no longer can open those files directly.

So, like many, I do pin visual studio to the Start menu

image

I also need to set it to “Run As Administrator” in so many times (for stuff with built-in IIS, not much is on IIS Express).

I right click the shortcut, go to “Compatibility” tab, and check “Run this program as an administrator”.

, , ,
Share on Twitter

As usual Python stuff for .NET is more advanced and evolving quicker than Ruby stuff.

http://pytools.codeplex.com/

Sad fact to me as (syntax-wise), I like Ruby much more!

 

Important: Read Installation Details Below

 

clip_image002

 

I haven’t tried yet but what they claim for IDE features specifically is really impressive (if works as in screenshots).

 

They also support multiple Python runtimes/environments (CPython, different versions of IronPython, PyPy).

 clip_image004clip_image006

clip_image008

Update

 

Before download, make sure to read the installation details carefully:

Installation Details (See the wiki page):

PTVS is an add-in for Visual Studio 2010. To get Visual Studio you have several options:

 

  • Get it through your school: You might already have a license for VS – please contact your sys admin or professor.
Share on Twitter
, , , ,
Share on Twitter

In VS 2010, extension manager is part of a nice new generation of VS plug-in system. One of the great features of it is how it can go online talk to Microsoft Visual Studio Gallery website to retrieve list of extensions there, automatically discovering updates for installed extensions, and allowing me to add new extensions directly from within Visual Studio.

The Problem:

However, in my company I could not take benefit of that for long time. Reason is, the company uses Blue Coat proxy, with some active directory based authentication. We cannot access the Internet unless we use that proxy, no direct connection allowed, most other proxies are also blocked (by blocking the common proxies port 8080 and many other common ports).

Although I have the proxy set in Internet Explorer, and I have the username/password stored in my Windows Credentials store  (Start–> Run–> Control PanelAll Control Panel ItemsCredential Manager) -since my primary work laptop and user account on it are not part of the company domain-, Visual Studio did not seem to be able to use that.

Anything that requires online communication not directly using the browser is not working. The main feature missed by this is Extensions Manager integration with the Visual Studio Gallery online.

, , , , , , , ,
Share on Twitter

Just wanted to give you a quick update on our next gathering today.

We’ll have the meeting in the same time like last week.

Today, Friday, April 16, at 11:59 PM.

The gathering will have the same style as the last one:

- The first 30 minutes will be a session: Jquery for ASP.NET Developers, by me

- The following 30 minutes will be an open talk, mainly around: Visual Studio 2010 Enhancements

So far we agreed to have the gathering the same way like last week (Using WEBEX website).

image

We’ll send you the URL by the exact time or the gathering, via the newly created EgyGeeks twitter account.

@EgyGeeks

Also, follow this account for all upcoming gatherings’ news and announcements.

Share on Twitter
, , , , ,