Jose Escrich
Extensibility Thoughts
-
AJAX, SSL and the 413 error
If you have been developing and testing your application using an UpdatePanel or something similar without problems over http, maybe you will find some issues when you go live using http over SSL. There is a well known issue when you make a roundtrip to the server making a PUT or POST and it’s related with the size of the message. In that cases you probably will get a 413 error similar to this:
-
Using Wireless Connection on HYPER-V without sharing it.
As you know, the wireless adapters are not supported on HYPER-V (HV) so, the most common scenario in that case, is go and create a Private Virtual Network on your Hyper V console then go to your Wireless Adapter and share the connection for the new Private Virtual Network Adapter.
-
Registry redirection on Visual Studio 2008 RTM & SP1 (part 1)
First of all a quick overview, I made a VSIP package which originally addresses just Visual Studio 2005, in where I added support to work with the regular hive and with the Experimental hive. In fact there are no much differences between those but in my package I require to know which registry hive is the current one. Since VS 2008 I used the same bits to address VS2005 and VS2008. The only thing that I had to do was just register the same package made for 2005 but, for VS 2008.
-
Guidance Automation Extensions for VS2008 SP1 is available.
Today has been released the Guidance Automation Extensions - February 2008 Release SP1, which addresses the following issues:
-
T4 Editor RTM is finally out!
After several months of work I'm really happy to announce that we've finally shipped the T4 Editor RTM version. Now it comes in different flavors as a Community Edition and a Professional Edition. You can check the most important difference between those version here.
-
How to know which is the current running Visual Studio registry hive.
It’s really useful to know the current registry hive when, for example, when you’re running Visual Studio into the experimental hive even considering, that since Vs 2008 it includes the RANU option (Run as Normal User) with basically means that Visual Studio will loads the information from the HKCU instead of HKLM. You can find more information about that in the Aaron Marten blog.
-
T4 Editor: coming soon!
Since some time ago, we're working in a new release of the T4 Editor. Maybe one of the most interesting feature is the ability to have intellisense in the contained language. Victor has posted some screenshots that showcases that feature, check it out here.
-
Testing T4 templates using mock framework (MoQ)
Some time ago I wrote a post in which I talk about how you can do unit tests over your text templates using the GAX Host. In that example I used a very simple template which receives just a couple of string properties. But it becomes more complicated when you have properties which are complex types ok I know, most probably you're thinking that can resolve that just creating your own mock objects and you're right.
-
GAX/GAT February 2008 Release
Finally, and after a grand effort, we got a final release of GAX/GAT February 2008 Release.
-
GAX/GAT for Visual Studio 2008 Troubleshooter
As Victor has posted, we made a simple troubleshooter to use in case of you are having troubles with the installation and use of GAX/GAT for Visual Studio 2008 (Orcas). This utility provides a simple log of certain information about how was installed GAX/GAT on your host, making much easier the diagnose of any issue with that. So if you're having troubles just run the utility and post the information in the GAX/GAT specific forum.