| Thread | Last Post | Replies |
|
| WebBrowser Add-in security permissions. | 28 Mar 2007 16:04 GMT | 1 |
I am currently driving myself mad with this one. I have a VS add-in that has embedded in it a WebBrowser control that is running Java applets (well actually a WebBrowser control inside anther control inside the addin). The problem is, is that every time the Java applet
|
| custom developed data provider for VS 2005 under 64 bit Vista | 26 Mar 2007 04:00 GMT | 4 |
We have a custom developed data provider for VS 2005. It works fine in XP and Vista 32. It fails to install under Vista 64. We have the GUIDS for installation under XP and Vista 32, but I cannot find how to install a custom provider under 64 bit.
|
| How to hide some menus or toolbars of VS2005 | 23 Mar 2007 02:51 GMT | 2 |
Now, I'm creating a VSPackage project, I want to hide some specific menus when my custome designer is inactive in the project. How can I do it ?
|
| my Visual Studio install refuse to load any addins | 08 Mar 2007 11:21 GMT | 1 |
my Visual Studio install refuse to load any addins, nothing shows up in the addin manager. I tried wizard created addins and some I found in the internet. Apart from reinstalling Visual Studio is there anything I can try? I think I've used addins before so it got broke somehow.
|
| VS2005 Macro issue with clipboard. | 07 Mar 2007 08:45 GMT | 3 |
I have a couple macros that I have been using for some time with Visual Studio 2005. Both do pretty close to the same thing; when I select some private fields in a class, they both copy the selection to the clipboard, write code to work with that selection, and then store the ...
|
| Load assemblies fail with a SecurityException | 06 Mar 2007 13:34 GMT | 1 |
I'm working on an addin that much like ReSharper TestRunner and TestDriven.NET runs unit tests inside of Visual Studio. The problem I'm having is that when I try to load the assemblies containing the tests, I get an SecurityException with the message
|
| Detecting per-file compilation results | 02 Mar 2007 18:49 GMT | 1 |
I am interested in detecting the compilation results for each file of each project for a given solution. I'm more interested in whether there were any warnings issued while compiling each file, and, if any, a list of the warnings corresponding to the compilation of that file. It ...
|