<< Click to Display Table of Contents >> Navigation: Apollo ADO.NET Provider > Getting Started |
.NET requires relative path information to be maintained. The .NET demo installs files to different directories than their original locations and therefore before running the demo, you will need to do the following before getting started:
1.Open the Apollo .NET Demo in C:\Apollo\9.9\x86\NET\Samples\Demo\
-or-
Open the Apollo .NET Demo in C:\Apollo\9.9\x64\NET\Samples\Demo\
2.Update the "References" section in the Project Properties tab (figure 1) as follows:
3.Remove the Apollo.Provider reference by right-clicking on each item and selecting Remove (figure 2).
4.Add Apollo.Provider back in by right-clicking on the References item itself and selecting "Add Reference" (figure 3).
5.Press the Browse button (figure 4), and select C:\Apollo\9.9\NET\Provider\Apollo.Provider.DLL.
6.You should see something like figure 5. Click OK and then again click OK on the "Add Reference" dialog.
Figure 1 References options
Figure 2 Remove Apollo.Provider
Figure 3 Add Reference
Figure 4 Click the Browse button
Figure 5 Navigate to and select C:\Program Files\Apollo7\NET\NET 3.5\Apollo.Provider.dll
Figure 6 Select the Apollo .NET DLLs
Figure 7 The solution should be setup correctly now.