Hi,
Sorry I have already posted this problem and am waiting for post approval. However, I have foudn the cause of the problem.
I following the LinqThings4Sale tutorial and creating the module and upon attempting to Create the Module Definition, the Create Module Definition page did not open both from the menu and from the command button.
After commenting out the following lines from the web.config file, the page opened?:
<!--
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
-->
Can anyone tell me why this is occuring? I assume that I need these assemblies to run the Things4Sale module as stated in the tutorial?
Thanks and Regards,
Adam