2
Answers

Azure Database Deployment

HAIDER Abdi

HAIDER Abdi

7y
148
1
 How to working with a database that resides in Azure and APIs to extract information must be developed to feed info to some of the applications
Answers (2)
0
chenthilvela

chenthilvela

NA 2 0 14y
I have done reference's as Microsoft.Vbe.Interop and its not showing any build error. But while running, the following line

Microsoft.Vbe.Interop.VBProject vbp = new Microsoft.Vbe.Interop.VBProject();

is showing the error as ....

{"Retrieving the COM class factory for component with CLSID {0002E169-0000-0000-C000-000000000046} failed due to the following error: 80040154."}


guide me how to resolve the reference problem....

Thanks in advance for any help!
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 14y
Are you sure that the VBProject and VBComponent objects were created successfuly? Probably not. You are probably not creating a VBProject object that can be used in the manner you need it to be used.