I just installed (and licensed) Bi Documenter Enterprise edition. I need to use the command line utility to create my documentation but when I try to do so I get the following error:
C:\Program Files\BI Documenter 2>BIDOC "DBMain01" chm d:\temp\cmdTest.chm
BI DOCUMENTER Command Line 2.0.6.0
(C) Copyright 2007 Mienasoft
Unhandled Exception: System.ArgumentException: Unable to find the requested .Net
Framework Data Provider. It may not be installed.
at Telluride.Base.Data.x5021033d04127004..ctor(String connectionProvider, Str
ing connectionString, x3b80bf474b1696cc persistenceManager)
at Telluride.Base.Data.x088621a35bd6ea6c..ctor(String connectionProvider, Str
ing connectionString)
at Telluride.Base.SolutionSpace.x8cdf39ed3c27d058..ctor(String connectionProv
ider, String connectionString)
at TellurideConsole.x867eb3246b182488.xc447809891322395(String[] xce8d8c7e3c2
c2426)
C:\Program Files\BI Documenter 2>BIDOC "DBMain01" chm d:\temp\cmdTest.chm
BI DOCUMENTER Command Line 2.0.6.0
(C) Copyright 2007 Mienasoft
Unhandled Exception: System.ArgumentException: Unable to find the requested .Net
Framework Data Provider. It may not be installed.
at Telluride.Base.Data.x5021033d04127004..ctor(String connectionProvider, Str
ing connectionString, x3b80bf474b1696cc persistenceManager)
at Telluride.Base.Data.x088621a35bd6ea6c..ctor(String connectionProvider, Str
ing connectionString)
at Telluride.Base.SolutionSpace.x8cdf39ed3c27d058..ctor(String connectionProv
ider, String connectionString)
at TellurideConsole.x867eb3246b182488.xc447809891322395(String[] xce8d8c7e3c2
c2426)
I have MS SQL Server Management Studio installed, and everything seems to work fine when I use the GUI to make the documentation, but I need to use the command line so I can automate it. Does anyone know what I need to do to get it to work?