AVG AntiVirus and 1.1 Alpha Refresh-Friendly VS2008 Beta 2 Project Template
Use this at your own risk. No warranty implied.
I built this today because the current templates still don't work for people using AVG anti-virus. I no longer use that myself, but I remember what a pain it was.
This zip file fixes two isses. 1. You get the correct 1.1 Alpha Refresh Silverlight.js and related files, 2. you get AVG-friendly file names and 3. I set up SL to take up 100% of the screen by default, and made it very easy to change (note that I left the canvas at 640x480- the default).
Here's how to install:
- Install and run VS 2008 Beta 2
- Close VS 2008 and install the Silverlight Tools for Visual Studio 2008 Beta 2
- Copy the zip file (linked above) over the current Silverlight.zip. On my machine, that is located in C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp\Silverlight\1033
- Open a command window and nav over to the folder that contains devenv.exe. On my machine, that is located in: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
- run devenv.exe /installvstemplates to refresh the templates. Wait for your drive to stop churning.
- Open VS 2008 and create a new Silverlight project. If you see that the default project name starts with "PMB" then you know you have everything working.
I haven't updated the individual item templates yet (so when you add a new file you'll have issues if you use AVG), or updated the other project types, but this should get you at least started :)
Enjoy!