Page 1 of 1

How to dynamically create repository obj from a rxrep file?

Posted: Wed Jan 08, 2014 11:34 am
by sameena
hi Team,

I want to create a repository object dynamically from a existing rxrep file present in some other location.

Is this possible?

I dont see any repository class constructor present which accepts any file path.

Kindly help.

Thanks,
Sameena

Re: How to dynamically create repository obj from a rxrep file?

Posted: Tue Jan 14, 2014 3:33 pm
by rprehm
Hello sameena

I’m not exactly sure what you want to do. But if you want do access another repository within your project you have to add it to your project.

• Just right click on your project -> Add -> Existing Item…
• Choose the repository which you want to add do your project

Now the new repository can be accessed easily.

Regards,
Robert