Database XML Schema File: Problem opening solution file, what to do?

  • Thread starter Thread starter Software Engineering Stuff
  • Start date Start date
S

Software Engineering Stuff

Guest
1424623.png



(I haven't had the opportunity to use Visual Studio in about 3 years, so I need to refresh myself of its usage!) When I open a specific Microsoft Visual Studio Professional 2015 solution with MVSP 2015, I don't see anything indicating the cherished 6 projects. Main Question: What do I do to properly see the project contents? Basically, I inherited an important project with all of its files (over 100). With these project files, I was also sent its corresponding XML file that starts with the below code. I found a reference to this file in a C sharp file. Additional Question: What else can you tell me that I should know or information on using this XML file. I've attached an image to show you what I see. I grayed out some boxes labelled BOX A to BOX E. Thank you, Michael


<?xml version="1.0" encoding="utf-8"?>
<TornadoDatabase xmlns:xsd="XML Schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Version>
<Name>The_Very_Big Project</Name>
<Version>98</Version>
</Version>

Continue reading...
 
Back
Top