N
Nicu
Hi all!
I struggling with a "fatal" exception for a few days and couldn't find the
solution. This is the line of code which throws the exception.
Globals.ThisAddIn.Application.StatusBar = msg;
msg is a string variable. On a callback function I'm trying to add a string
message to the StatusBar of Excel 2007's app. I'm using VS 2005 (.net 2.0)
with VSTO 2005 SE.
I also tried this:
At the class level something like Word.Application app =
Globals.ThisAddIn.Application;
and then this:
app.StatusBar = msg;
and same exception happens.
Any ideeas? Thanks in advance. Also, any help will be greatly appreciated.
Nicu
I struggling with a "fatal" exception for a few days and couldn't find the
solution. This is the line of code which throws the exception.
Globals.ThisAddIn.Application.StatusBar = msg;
msg is a string variable. On a callback function I'm trying to add a string
message to the StatusBar of Excel 2007's app. I'm using VS 2005 (.net 2.0)
with VSTO 2005 SE.
I also tried this:
At the class level something like Word.Application app =
Globals.ThisAddIn.Application;
and then this:
app.StatusBar = msg;
and same exception happens.
Any ideeas? Thanks in advance. Also, any help will be greatly appreciated.
Nicu