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

How to: Disable project to use ORM?

1 Answer 53 Views
Design Time (Visual Designer & Tools)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andrey
Top achievements
Rank 1
Andrey asked on 06 Sep 2010, 02:49 PM

Good day All!

Earlier I enabled project to use ORM. But now I change an architecture of my project. ANd now I want disable it to use ORM. I want to delete App.config, delete references to Telerik.OpenAccess.dll and so on.

What I should do?

1 Answer, 1 is accepted

Sort by
0
Jan Blessenohl
Telerik team
answered on 06 Sep 2010, 03:06 PM
Hi Andrey,
You have to open the csproj/vbproj file in a text editor, go to the end of the file and delete the

<VisualStudio>
  <UserProperties OpenAccess_EnhancementOutputLevel="1" OpenAccess_UpdateDatabase="True" OpenAccess_Enhancing="True" OpenAccess_ConnectionId="DatabaseConnection1" OpenAccess_ConfigFile="App.config" />
</VisualStudio>

block.

Best wishes,
Jan Blessenohl
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Design Time (Visual Designer & Tools)
Asked by
Andrey
Top achievements
Rank 1
Answers by
Jan Blessenohl
Telerik team
Share this question
or