This is a migrated thread and some comments may be shown as answers.

ORM trial's examples need .NET 3.0?

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
tmlipinski
Top achievements
Rank 1
tmlipinski asked on 04 Dec 2008, 12:05 PM
Hi,
I've downloaded the ORM trial and tried to run its examples. But it complains that it can't load WindowsBase assembly. As I understand it is from .NET 3.0. It is said that OpenAccess works with .NET 2.0. How can I run the example without .NET 3.0?

Best regards
Tomasz

1 Answer, 1 is accepted

Sort by
0
Dimitar Kapitanov
Telerik team
answered on 04 Dec 2008, 05:27 PM
Hello tmlipinski,
We found the cause of the problem: there is a wrong entry in the web.config file inside the ExampleWeb project.

You can just remove the entry from the file:
                <add assembly="WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> 


The next SP release will fix the fault behavior.


Sincerely yours,
Dimitar Kapitanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
tmlipinski
Top achievements
Rank 1
Answers by
Dimitar Kapitanov
Telerik team
Share this question
or