Browse by Tags
All Tags »
Visual Studio Tools for Office (VSTO) (
RSS)
I've been practicting Test Driven Development pretty religiously for about a year now. That and the reading I've done on design patterns and software architecture have dramatically improved my software design and quality. I've got an automated build server...
A while back I was trying to figure out why the Professional Editions of Office 2003 are required for end users of VSTO solutions . After yet another post in the newsgroups on this question, I finally got this reply from Microsoft: VSTO requires XML support...
Here is more of my conversation with Peter Torr on VSTO Security: ME: The document should prompt the user [that the code isn't trusted], warn them of the dangers of running untrusted code, ask if the the assembly should be granted FullTrust [...] and...
On my previous post regarding security , I got this comment from weblogs.asp.net/ptorr : "unfortunately if it is easy for you to get your code to run, it will be easy for attackers to get their code to run." I guess if it's difficult for me to get my...
The installer was at the client's, installing our VSTO application, and was getting the following error: "The current .NET security policy does not permit <document> to load custom macros." The VSTO Troubleshooting page says that the reason for...
I was installing a managed Office application on a client's machine. I had gone through all the cumbersome steps to setup the security to work from a network share, etc., etc.. I kept getting the following error: Assembly Cannot Be Found This causes the...
The following link ( http://www.microsoft.com/office/editions/prodinfo/functionality.mspx ) points out that you must have Office 2003 Pro to install Visual Studio Tools for Office. What is unclear from the documentation, and from various blogs and newgroups...
More Posts