lassevk
New Member
Norway
2 Posts |
Posted - Mar 05 2004 : 05:27:08 AM
|
After upgrading to CodeSmith 2.5, I get the following error message:
System.UnauthorizedAccessException: Access is denied. at EnvDTE.Command.get_Name() at CodeSmith.VisualStudio.AddIn.CodeSmithExplorerAddIn.OnConnection(Object application, ext_ConnectMode connectMode, Object addInInst, Array& custom)
The error goes away if I uninstall Visual Assist.X
Upgraded to both 1218 and 1219 and I get the problem with both.
Granted, this is an error in CodeSmith, but it only appears when both CodeSmith and VA.X is installed, so I've posted a message on both your forums. Hopefully one of you will find the cause of it :) |
|
support
Whole Tomato Software
5566 Posts |
Posted - Apr 30 2004 : 10:18:23 AM
|
Will be fixed in 1234.
Other addin's really should put a try{} around EnvDTE.Command.get_Name() because some of the VS.NET commands are securely protected. We rearranged VA's code so that the objects that contain these protected commands are no longer loaded at startup, hence fixing the exceptions in the addins.
|
Whole Tomato Software, Inc. |
|
|