Problem on identifying Microsoft.Office.Interop

dan_olteanu

New Member
Hi all,
In my current project, i have to work with some excel files and at one point i need to save a range from an excel file as an image.
I found a possible solution for what i need, but i face an issue with one excel library...?(Microsoft.Office.Interop).
The code that i used is below.I have no errors on "Check code" but i have two validating errors which are related with the namespace and dll that i imported.(img 2).
As far as i could understand, the i don' have this library installed...?
Could someone help me, please, with what i have to do in order to successfully install this library?
Thanks in advance!
Regards!View attachment 1594664085213.png
View attachment 1594664361803.png
View attachment 1594664510952.png
 

Pavan Kumar B

New Member
Once you install blueprism, all the essential dll's will be loaded into a particular folder. Please check if that particular dll which you are using is available there for referencing. If not found try and use the path where this .dll file is placed by using add and then browse.

This worked for me, try and let me know
 

dan_olteanu

New Member
Once you install blueprism, all the essential dll's will be loaded into a particular folder. Please check if that particular dll which you are using is available there for referencing. If not found try and use the path where this .dll file is placed by using add and then browse.

This worked for me, try and let me know
Thanks! It worked. I founded this dll somewhere in my C: drive and i could reference it.
 
Top