Hi guys,
Probably been covered 100 times before. I'm not going mad but VWD 2008 doesn't work with Vista does it??
If there is a fix, can you point me to it - since the listview function is going to be remarkably useful for some major projects coming up....
ta
Lard
Can you provide further information? What errors occured? Could you run the setup? Have you had installed a Beta before?
Anyway, VWD and Vista normally run fine together.
Installation was fine. Updated the .net framework to 3.5. Haven't uploaded the beta though, would that make a difference...
The problem is this:
Line 92: <compilers> Line 93: <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4"> Line 94: <providerOption name="CompilerVersion" value="v3.5"/> Line 95: <providerOption name="WarnAsError" value="false"/></compiler> Line 96: <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
Version Information: Microsoft .NET Framework Version:2.0.50727.312; ASP.NET Version:2.0.50727.833
are you trying to run an asp.net 3.5 site on asp.net 2.0?
nope, its a brand new page and site using vw2008. I've downloaded the latest version of framework 3.5.
Runtime errors are not really related to VWD. VWD does not participate at runtime. Have you seen ths thread: http://forums.asp.net/p/1186009/2024111.aspx#2024111 ? Typically this error happes when IIS defaults to plain vanilla 2.0 framework.