So I made a change to the setting "Use 64 bit version of IIS express" in Visual Studio and got past the original error. Now it is doing this:
Could not load file or assembly 'BusinessObjects.Enterprise.Sdk.ZipLib.netmodule' or one of its dependencies. The specified module could not be found.
I checked the BIN directory for the project and it does contain the following files:
BusinessObjects.Enterprise.Sdk.dll
BusinessObjects.Enterprise.Sdk.ebus.netmodule
BusinessObjects.Enterprise.Sdk.fssl.netmodule
BusinessObjects.Enterprise.Sdk.netmodule
BusinessObjects.Enterprise.Sdk.Ssl.netmodule
BusinessObjects.Enterprise.Sdk.ZipLib.netmodule
BusinessObjects.Foundation.Logging.dll
As well as:
CrystalDecisions.Enterprise.Framework.dll
CrystalDecisions.Enterprise.InfoStore.dll
CrystalDecisions.Enterprise.PluginManager.dll
I don't have CrystalDecisions.Enterprise.PluginManager.dll currently referenced in the project.
Any ideas about the error message?