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

Remove OpenAccess from a project

4 Answers 180 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.
walter verhoeven
Top achievements
Rank 1
walter verhoeven asked on 20 Sep 2009, 07:04 AM
Hi

I have played with the ORM and forward mapping and it failed miserably with my class design. I removed the dll's reference as well as the app.config entries but there is still a reference somewhere as by build aborts

This is my Error:

OpenAccess: ConfigurationException during enhancement

Telerik.OpenAccess.Exceptions.ConfigurationException: The configuration file 'C:\Documents and Settings\chewy\My Documents\Visual Studio 2008\Projects\EIC\BaseLibrary\App.config' as specified in the project properties under ConfigFile cannot be found.

Please check this property and either make sure, that the file exists or empty the ConfigFile property.

How do I get rid of Telerik?

Thanks

Walter

4 Answers, 1 is accepted

Sort by
0
Dimitar Kapitanov
Telerik team
answered on 21 Sep 2009, 08:17 AM
Hi walter verhoeven,
We are terribly sorry for the inconvenience caused.
Regarding this error, please select your project inside the projects explorer and you will see some additional properties that are added by the Telerik OpenAccess ORM tool: ConfigFile, ConnectionId, Enhancing, UpdateDatabase, UseMSBuild. Set all boolean properties to false (Enhancing, UpdateDatabase, UseMSBuild) and that should be enough. You can set the rest to an empty string. Please tell us whether this fixed the problem? If it is OK with you we would like to know more about your problems with the forward-mapping functionality of our product and what didn't worked for you? Thanks in advance and hopefully our suggestions are of help to you.

Regards,
Dimitar Kapitanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
walter verhoeven
Top achievements
Rank 1
answered on 21 Sep 2009, 08:46 AM
Hi Telerik

No the issue of me not being able to compile still exists after doing these changes.
I guess I will just delete the project, re-add it to the solution and re-add the files to the project
Thanks

Walter
PS: files send that failed to forward map
0
Calvin
Top achievements
Rank 1
answered on 08 Jul 2010, 10:58 PM
Are these "additional properties" part of the Project Properties?  

By "projects explorer" are you referring to Solution Explorer? 

Should I be able to find "ConfigFile, ConnectionId, Enhancing, UpdateDatabase, UseMSBuild" by searching through my solution with Ctrl-F?  

Could you please be a little more specific about where to find these settings / properties. A screenshot could be very helpful. 

Thanks for your assistance.
0
Dimitar Kapitanov
Telerik team
answered on 12 Jul 2010, 07:41 PM
Hi Calvin,
Short answers to your questions:

Q: Are these "additional properties" part of the Project Properties?
A: If you select a project in the Solution Explorer, you will see the properties in the Visual Studio properties grid.

Q: By "projects explorer" are you referring to Solution Explorer?
A: Yes, sorry for the improper statement.

Q: Should I be able to find "ConfigFile, ConnectionId, Enhancing, UpdateDatabase, UseMSBuild" by searching through my solution with Ctrl-F?  
A: No you are not able to do so: the specific properties are XML definitions inside the VS projects them selves. They are implemented as custom project extenders. You can unload a project, open the project with an XML editor, go to the end of the file and see the custom properties there.

I hope the provided information helps.

Best wishes,
Dimitar Kapitanov
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
General Discussions
Asked by
walter verhoeven
Top achievements
Rank 1
Answers by
Dimitar Kapitanov
Telerik team
walter verhoeven
Top achievements
Rank 1
Calvin
Top achievements
Rank 1
Share this question
or