MTSkull
Well-known member
I just ran into this problem and thought you guys should know.
I came into work yesterday morning and my computer said it had installed a critical update and had to restart. This happens every now and again so I paid it no mind.
I opened my project that uses Microsoft.Office.Interop.Excel made some changes then Attempted to compile, which generated an error "Cant find Microsoft.Office.Interop.Excel". The project worked great and compiled the night before.
I have spent about 2 days trying to locate the fix.
One site said I can use Interop.Excel which I can see in the Object Browser but could not figure out how to connect to.
I fixed the problem by tracing though this thread which pointed me to this download for the Office 2003 Primary Interop assemblies. After I registered the dlls i had to make a minor code modification to get up and running again.
I was curious if any one else saw this, especially since the project worked the night before an update and did not the morning after.
Cheers
MTS
I came into work yesterday morning and my computer said it had installed a critical update and had to restart. This happens every now and again so I paid it no mind.
I opened my project that uses Microsoft.Office.Interop.Excel made some changes then Attempted to compile, which generated an error "Cant find Microsoft.Office.Interop.Excel". The project worked great and compiled the night before.
I have spent about 2 days trying to locate the fix.
One site said I can use Interop.Excel which I can see in the Object Browser but could not figure out how to connect to.
I fixed the problem by tracing though this thread which pointed me to this download for the Office 2003 Primary Interop assemblies. After I registered the dlls i had to make a minor code modification to get up and running again.
I was curious if any one else saw this, especially since the project worked the night before an update and did not the morning after.
Cheers
MTS