julioc
08-01-2007, 06:21 AM
My website uses Silverlight for video and it has been workingperfect since Silverlight1.0 Beta was announced.Today,I just migrated my developer machine to .NET Framework 3.5 Beta 2 +Visual Studio 2008 Beta 2 + Silverlight 1.0 RC. Then, I migrated my website to this new configuration and works perfect in my machine.
Now, I just uploaded the new Microsoft.Web.Preview.dll to my BIN directory and the new tags on my web.config file. After doing that, I started getting this error when loading my homepage:
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Child nodes not allowed.
Source Error:
Line 254: <compiler language="c#;cs;csharp" extension=".cs"
Line 255: type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
Line 256: <providerOption name="CompilerVersion" value="v3.5"/>
Line 257: </compiler>
Line 258: <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" compilerOptions="/optioninfer+"
Source File: E:\web\msguayaquil\htdocs\web.config Line: 256
My guess is that theserver has not been upgraded to .NET Framework 3.5 Beta 2 still. Am I right? Silverlight EULA clearly states that Silverlight Beta will stop running on August 1, 2007 (TODAY), then my customers won´t be able to view my videos unless they upgrade to Silverlight RC, so my site needs.NET Framework 3.5 Beta 2in order tosupport Silverlight RC too inmediatelly.
When will you start supporting .NET Framework 3.5 Beta 2?
Julio.
Now, I just uploaded the new Microsoft.Web.Preview.dll to my BIN directory and the new tags on my web.config file. After doing that, I started getting this error when loading my homepage:
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Child nodes not allowed.
Source Error:
Line 254: <compiler language="c#;cs;csharp" extension=".cs"
Line 255: type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
Line 256: <providerOption name="CompilerVersion" value="v3.5"/>
Line 257: </compiler>
Line 258: <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" compilerOptions="/optioninfer+"
Source File: E:\web\msguayaquil\htdocs\web.config Line: 256
My guess is that theserver has not been upgraded to .NET Framework 3.5 Beta 2 still. Am I right? Silverlight EULA clearly states that Silverlight Beta will stop running on August 1, 2007 (TODAY), then my customers won´t be able to view my videos unless they upgrade to Silverlight RC, so my site needs.NET Framework 3.5 Beta 2in order tosupport Silverlight RC too inmediatelly.
When will you start supporting .NET Framework 3.5 Beta 2?
Julio.