Hi all,
In my
VB project, I have a report in 'F:\
VB\Code\Reports' directory. The project file resides in 'F:\
VB\Code\Main' directory.
When I open my
VB project, I get this error: "Error during load. Refer to F:\
VB\Code\Reports\rptInsBilled.log for details".
The entry in project file is like this:
-----------------------------------------
Designer=..\Reports\rptInsBilled.Dsr
-----------------------------------------
The rptInsBilled.log file contains:
--------------------------------------------
Line 2: Class {9EB8768B-CDFA-44DF-8F3E-857A8405E1DB} of control rptInsBilled was not a loaded control class.
Line 0: The file F:\
VB\Code\Reports\rptInsBilled.Dsr could not be loaded.
--------------------------------------------
Please help me with this,
Thanks in advance