I signed up for your service to create a TV website that can take podcasts and play them in embedded players. I need to use an aspx script provided from http://www.codeproject.com/KB/aspnet/PodcastToPlaylist.aspx to create the playlists. In running the script I receive the following error:
Server Error in '/' Application
Compilation Error
Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.
Compiler Error Message: CS0234: The type or namespace name `Linq' does not exist in the namespace `System.Xml'. Are you missing an assembly reference?
/RssToPL.aspx
Show Detailed Compiler Output:
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433
__________
Linq was introduced in .net 3.5. The old version of Mono that you are using appears to only support .net 2.0 .
Request that you install the latest version of Mono from http://www.go-mono.com/mono-downloads/download.html .
This will also help you to avoid problems with all the new generation of applications for .net 3.5.
Thank you for your great service.
It is much appreciated!
Server Error in '/' Application
Compilation Error
Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.
Compiler Error Message: CS0234: The type or namespace name `Linq' does not exist in the namespace `System.Xml'. Are you missing an assembly reference?
/RssToPL.aspx
Show Detailed Compiler Output:
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433
__________
Linq was introduced in .net 3.5. The old version of Mono that you are using appears to only support .net 2.0 .
Request that you install the latest version of Mono from http://www.go-mono.com/mono-downloads/download.html .
This will also help you to avoid problems with all the new generation of applications for .net 3.5.
Thank you for your great service.
It is much appreciated!