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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -