Does anyone know which version of AdventureWorks is used by the sample project for EPPlus 4.0.5?
I have AdventureWorks2008R2 on my server. I changed the connection string to access AdventureWorks2008R2 instead of AdventureWorks.
Sample 3 which accesses the AdventureWorks database works fine, but Samples 4 and 12 are having problems. Sample 4 gives me
Error: Invalid object name 'AdventureWorks.Sales.CurrencyRate'.
After commenting out the Sample4 call to allow the rest of the samples run, Sample 12 attempts to access the EmployeeID column of the HumanResources.Employee table. There is no EmployeeID column in my version of AdventureWorks. I get
Error: Invalid column name 'EmployeeID'.
Any suggestions would be appreciated.
Thank you
I have AdventureWorks2008R2 on my server. I changed the connection string to access AdventureWorks2008R2 instead of AdventureWorks.
Sample 3 which accesses the AdventureWorks database works fine, but Samples 4 and 12 are having problems. Sample 4 gives me
Error: Invalid object name 'AdventureWorks.Sales.CurrencyRate'.
After commenting out the Sample4 call to allow the rest of the samples run, Sample 12 attempts to access the EmployeeID column of the HumanResources.Employee table. There is no EmployeeID column in my version of AdventureWorks. I get
Error: Invalid column name 'EmployeeID'.
Any suggestions would be appreciated.
Thank you