"Old format or invalid type library" вот такая штука постоянно вылазит, пробовал и позднее связывание и раннее, думал я чего то не так делаю. Скачал пример How-to office automation но и там ошибка эта вылазит.
C word то же самое
мой пример:
Dim xlapp As Object
Dim xlbook As Object
xlapp = CreateObject("Excel.Application")
xlbook = xlapp.Workbooks.Add - и вылазит здесь: An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in microsoft.visualbasic.dll
Additional information: Old format or invalid type library.
Спрашивается кто виноват? vb.net ? office? windows? или моя голова?