Thanks again for sharing your knowledge. Great. Christian thinktecture http://www.thinktecture.com In-depth support and consulting for software architects and...
@@SAP Training Online Available!! we are a ERP training center,Job Oriented Training Available!! if u interested in detail,feel free email to(Pls send to all...
Firstly your spelling is dreadful. Secondly you don't sound very professional to me using a Lycos web mail address as a contact address for your organisation. ...
Hi all This one seems a little funny to me. I understand that VS delay loads add-ins and VSIP installed applications, but I would like to be able to force my...
Hello, the macro below adds the controls of the assembly of the current project to the toolbox. It seem however only work with dll's, most of the time I have...
Hi, Im trying to hock office events as undo/redo etc. To my add-in but from some reason the events not fire at all i tried using both, VBE & DTE but still i...
Thanks Lukasz, that worked a treat. ... to be ... forms in ... made ... controladded ... load my ... registry ... \AutoLoadPackages\{context_guid} ... your ......
Hi all, I ran into this problem with my add-in using C# multi-project solution. The following code prjItem.Open(EnvDTE.Constants.vsViewKindCode); //...
Hi, I am unable to reproduce the problem. I have created a simple VB.NET 2003 add-in with this code: Public Sub OnConnection(ByVal application As Object, ByVal...
Hmm, that's odd. Here's more info on the setup. The linked file is similar to AssemblyInfo.cs, i.e. doesn't have any class definitions, just the assembly...
I have a couple of meetings now so I will be unable to take a look at this until tomorrow, but one thing that calls my attention is that in your case the...
Perhaps I wasn't clear. The linked file resides in the folder outside of either projects in the solution folder but is linked by both projects. The linked file...
Are there any samples for creating a visual editor for specific files types in whidbey? Is it substantially different from a 2003 version of an add-in to do...
Hi all, does anybody have any code snippet/setup tip that shows how to extend the system wide PATH environemnt variable? I have set up my installer project to...
I'm sure someone in the WiX list would tell you. I dumped Visual Studio setup projects in favor of WiX and haven't looked back. You can even decompile your...
Thanks, Jamie. But I actaully have no time resources left to completely switch to WiX right now (may be for a later release). Anyone with any ideas re. the...
I'd like to get to the bottom of it and would appreciate if you send the test project to me. My email address is usysware at comcast dot net. In all of my...
Received your test project. I can confirm that your test project works fine yet my code doesn't. That's odd considering that both projects use the same ...
I'd suggest to try to reproduce your issue with a minimal add-in and post it here so more people can take a look at it. Most problems can be reproduced with a...
Hi all. I'm working in an AddIn that allows the user to design a Windows forms acting like app screen-modeller, and i want to hide the global "View.ViewCode"...
Carlos, Isolating the problem to its simplest form is, as always, the hardest part. <g> Likely, I was able to track down the offending line. Using that...
Hi again, I am sorry for the delay but I am quite busy lately. I have reproduced the problem. I was not aware of it because in my add-in I am using a different...
There is one issue I see with this approach though. Just like in the test case, suppose I have a newly created C# solution/project with a linked file. Checking...
Hi, I am new in creating VS.NET add-ins. I want to create a toolwindow, which will display list of xml nodes in it. Upto this, i have been able to do it. Now,...
If you create a new project, you link an existing .cs file and you save the project, the .csproj file includes de Subtype="Code": <Files> <Include> <File ...
I can easily create a brand new project with a linked file where .csproj file would not have SubType entry. I could basically: * create a new library * remove...