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

Missing close tag in element

1 Answer 66 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Naresh
Top achievements
Rank 1
Naresh asked on 14 Nov 2011, 07:49 PM
While Im trying to connet to Oracle , it is throwing below error.
Missing close tag in element global::Telerik.UserSettings.Data.UserSetting.
I installed Oracle Studio first and then  Telerik Controls. I cant find any fix in online either. Need help

Thanks,
Naresh

1 Answer, 1 is accepted

Sort by
0
Anthony
Telerik team
answered on 16 Nov 2011, 10:37 PM
Hi Naresh ,

There is a way to set up your Oracle database before running the test, but you have to do it through code. You need to add code to the following method as described in this article to do all the work connect to and setting up your data base as needed.

public override void OnBeforeTestStarted()
{
 
}

I can't really assist you writing the code needed to set up the Oracle database, because we don't have an Oracle server here, but I'm sure you will find plenty of information on the internet. Here are some articles i found during a quick Google search:

http://omegacoder.com/?p=445
http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/
http://www.codeproject.com/KB/database/C__Instant_Oracle.aspx
http://msdn.microsoft.com/en-us/library/system.data.oracleclient.oracleconnection(v=VS.90).aspx

All the best,
Anthony
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
Naresh
Top achievements
Rank 1
Answers by
Anthony
Telerik team
Share this question
or