I have added another project "xml" to my project "synchronise".
So program.cs (in the xml project) runs the getDetails(), which runs the FectchDetails() in the synchronise project and returns the result as an object to the xml/getDetails().
If an error occurs in the Synchronise/FecthDetails() I want to re run the xml/getDetails().
Ive tried xml.getDetails, but it is saying it doesnt exist, because its not reference to the project so I try to add the xml project to the synchroinse but its telling me I cant do this as it would cause circular dependency....how can I resolve this
thanks