Hi,
For VS2008, you need to use the NET3.5 version of Visual WebGui.
You can however target the .NET2 framework while building your application, which is a standard Visual Studio feature. To do that, you right click your project, select properties and in the Application Tab, you should be able to select the target framework.
Hope this helps,
Palli