firstly, vs.net 2005 does not run vsto 2003 - the two are not compatible.

Signature
Warm Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley 2006
Blog: http://msmvps.com/blogs/Alvin/
-------------------------------------------------------
> Unfortunatelly there was no error. Everything looks like the program exits
> correctly.
>
> > have a look at your event log files to see if there are any COM
> > exceptions
> > being thrown
This doesn't ring true. I installed VS.NET 2005 and Tools for Office 2003
(maybe they're called 2005, but they're for Office 2003), and VSTO was a
part of VS (Team Edition). After that I can't beleive that VS.NET 2005
doesn't run VSTO 2003.
> firstly, vs.net 2005 does not run vsto 2003 - the two are not compatible.
Helmut Obertanner - 09 Apr 2006 14:20 GMT
Hello Andrey,
it maybe concerns to a security setting.
Maybe you have to give your assembly more access.
Did you surrounded the statement that throws the exception with a try/catch
block ?
what is the ErrorMessage ?

Signature
Helmut Obertanner
Senior Developer
MVP - Visual Developer VSTO
http://www.x4u.de
> This doesn't ring true. I installed VS.NET 2005 and Tools for Office 2003
> (maybe they're called 2005, but they're for Office 2003), and VSTO was a
> part of VS (Team Edition). After that I can't beleive that VS.NET 2005
> doesn't run VSTO 2003.
>
> > firstly, vs.net 2005 does not run vsto 2003 - the two are not compatible.