c# - Matlab .dll not working after OleDbDataReader without MS Office installed -
in c# program (winform) use matlab dll. worked fine until added oledbdatareader
read data excel file. once oledbdatareader
called, program not want enter dll anymore. no errors, no exceptions, no nothing! quits message:
the program '[2900] myprogram.exe' has exited code 1 (0x1).
i working on pc without ms office installed. once installed it, worked fine. question is, know why matlab dll having troubles oledbdatareader
when ms office not installed?
Comments
Post a Comment