Hi!
I have a problem. Probebly it is environment problem.
I need to generate Excel report from my VB.net application.
So, I connected the Excel refernce.
On the line:
I have a problem. Probebly it is environment problem.
I need to generate Excel report from my VB.net application.
So, I connected the Excel refernce.
On the line:
Code:
_Workbook workbook = workbooks.Add (XlWBATemplate.xlWBATWorksheet);
[\code]
program terminates and i have:
Old format or invalid type library exception
I tried standart samples from MSDN I have the same
Scaned internat all samples give me the same exception
I suppose that it's something wrong with Environment settings
Please help.
Hope you get your tip