active questions tagged add-in - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T08:48:56Z http://stackoverflow.com/feeds/tag/add-in http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1872066/vs-2010-addin-for-fogbugz 0 VS 2010 addin for Fogbugz? RCIX 2009-12-09T06:52:07Z 2009-12-09T06:52:07Z <p>I'm starting a project in Visual Studio 2010 and i'd like to use FogBugz in conjunction with it, but the addin supplied appears to be for VS 2008. Is there a version that works with 2010?</p> <p>[crosses fingers and hopes Joel answers ;)]</p> http://stackoverflow.com/questions/524637/outlook-add-in-slowing-down-outlook-ui 0 outlook add-in, slowing down outlook UI unknown (google) 2009-02-07T21:43:30Z 2009-12-09T03:11:45Z <p>I have written an outlook add-in to filter spam. The issue is that when the add-in is doing its job of processing a message, and especially with a large attachment that it is procesing / reading through, it is taking a lot of time and because of this the main outlook UI is un-responsive and users cannot do anything with the UI.</p> <p>Is there an asynchrounous way of running the add-in processing, so that the outlook UI remains OK.</p> <p>The add-in does a lot of things dueing its procesing of each message and hence it takes a lot of time.</p> http://stackoverflow.com/questions/1859105/wpf-form-in-visual-studio-add-in-project 0 WPF form in Visual Studio Add-in Project rauts 2009-12-07T10:21:41Z 2009-12-07T15:51:38Z <p>Hi All,</p> <p>I am building a visual Studio 2008 add-in. That Add-in needs a UI for user inputs. I was planning to use WPF for that UI. But i am not able to find a way to make that working. Is there any way to have a WPF form in Visual-studio add-in project?</p> <p>regards,</p> <p>Pavan</p> http://stackoverflow.com/questions/1859813/visual-studio-add-in-add-file-to-project 0 visual studio add in - add file to project frank 2009-12-07T12:56:58Z 2009-12-07T12:56:58Z <p>Hi,</p> <p>Google's not being my friend today. Can anyone point me in the direction of any resources regarding creating add ins for Vs 2008?</p> <p>Specifically, I have 2 tasks I cannot find any resources for:</p> <p>1) Is a project currently open<br> 2) How to add a file to the open project</p> <p>If anyone has any resources / links it would be great.</p> <p>Thank you</p> <p>Frank</p> http://stackoverflow.com/questions/1859479/unable-to-install-a-vsto-excel-2003-addin 0 Unable to install a VSTO excel 2003 AddIn JF 2009-12-07T11:41:10Z 2009-12-07T11:41:10Z <p>I developped a VSTO SE Excel 2003 add in. When launching and debuging the add in from visual studio, it works well. But when I try to deploy it from my own install it never works.</p> <p>To sum up, here is my install process:</p> <ul> <li><p>the files are copied at the right location</p></li> <li><p>I register the addin: HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\ with the appropriate values (Default, CommandLineSage, Description, FriendlyName, LoadBehavior, Manifest).</p></li> <li><p>I also add entries in HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ (with CLSID key including an UUID)</p></li> <li><p>And HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} with InprocServer32 (with the manifest name and path, the addinloader.dll fullpath), ProgID (with the assembly name (without extension)), Programmable and VersionIndependententProgID (with the assembly name too).</p></li> <li><p>I set the fulltrust policy to the url of every assemblies using caspol -m -ag "xxx" -url "MyUrl\Assemblies.dll" FullTrust -name "name"</p></li> </ul> <p>Do I miss something ?</p> http://stackoverflow.com/questions/74800/what-is-your-favorite-visual-studio-plugin 7 What is your favorite visual studio plugin? Colin Neller 2008-09-16T17:27:02Z 2009-12-06T10:29:22Z <p>What is your favorite visual studio plugin?</p> http://stackoverflow.com/questions/1299692/are-there-add-on-libraries-or-tools-available-for-asp-net-mvc-development 3 Are there add-on libraries or tools available for ASP.NET MVC development? mjustin 2009-08-19T12:44:20Z 2009-12-05T18:07:58Z <p>My first experience with <strong>ASP.NET MVC</strong> and the Entity Framework has raised my interest in this framework and I would like to implement some basic applications, covering the basic requirements of real-world web applications. So far the support given by VS 2008 is already impressive. For some areas however, it might be a time saver to use existing add-ons or libraries of all kind. Are there already commercial or open solutions which I should take a look at?</p> http://stackoverflow.com/questions/1826146/creating-a-wizard-for-plugin-project-development 1 Creating a Wizard for Plugin project development David Rutten 2009-12-01T13:19:45Z 2009-12-03T15:26:05Z <p>My DotNET application allows for plug-in dlls by 3rd party developers. I'd like to facilitate the process of making these plug-ins by offering a set of tools that create empty projects and new standard classes. Essentially, I need to create a typical ClassLibrary project with a bunch of dll references and some PostBuild Events. Also, it would be nice to have a way to set up some basic classes via a Wizard UI.</p> <p>I know it's possible to create add-ins for Visual Studio, but is this really the preferred mechanism? I could also create a standalone application instead, which would make all the files (*.sln, *.csproj, *.csproj.user, *.cs) on the disk. This way I do not depend on Visual Studio. Is this independence worth the trouble?</p> http://stackoverflow.com/questions/1830975/highlight-text-from-visual-studio-2008-add-in 0 Highlight text from Visual Studio 2008 add-in Rageous 2009-12-02T06:16:34Z 2009-12-02T06:16:34Z <p>Hi, guys!</p> <p>I'm writing another code coverage tool for .NET with Visual Studio 2008 integration.<br> Everything goes well except one thing: I can't find a way to highlight some code chunks.</p> <p>I need it to inform user about covered and not covered blocks.<br> You can see example of the feature I want on the next screenshot (from native VS code coverage toolset): <img src="http://img2.pict.com/c4/92/b9/2106705/0/image12.png" alt="Coverage Example"></p> <p>Can someone provide me a code snippet that highlights text in the code view window?<br> Links to appropriate MSDN articles related to VS2008 are also appreciated!</p> <p>Thanks in advance.</p> <p>WBR<br> Alex</p> http://stackoverflow.com/questions/1827329/list-of-open-documents-in-visualstudio-plugin-development 1 List of open documents in VisualStudio (Plugin-Development) Christian 2009-12-01T16:30:18Z 2009-12-01T21:17:30Z <p>Hello, I am currently trying to develop a simple plugin for visual studio 2008 using c#.</p> <p>I feel kind of stupid to ask, but after searching the <a href="http://msdn.microsoft.com/de-de/library/za2b25t3%28VS.80%29.aspx" rel="nofollow">doc</a> for a few hours I can't find a way for a really simple task: Assume this open solution. I simply want a list of the documents open in the TABs on the right. I tried something, see below...</p> <p><img src="http://img24.imageshack.us/img24/5238/20091201172237.png" alt="alt text"></p> <p><strong>This approach is not working:</strong></p> <p><img src="http://img339.imageshack.us/img339/6571/20091201172211.png" alt="alt text"></p> <p><strong>And the result is rather strange:</strong></p> <p><img src="http://img40.imageshack.us/img40/6535/20091201172247.png" alt="alt text"></p> <p>Any tips on how to list the active documents?</p> <p>Thanks,</p> <p>Chris</p> http://stackoverflow.com/questions/1826836/microsoft-word-add-in-in-c-to-output-html-formatted-text 0 Microsoft Word Add-In in C# to output HTML formatted text Jacob 2009-12-01T15:15:54Z 2009-12-01T15:15:54Z <p>Hello,</p> <p>I created a Microsoft Word Add-In that puts the text of the current document in a string using this line:</p> <pre><code>string text = Globals.ThisAddIn.Application.ActiveDocument.Content.Text; </code></pre> <p>now I'm trying to put inside the string, the HTML formatted text of the document, just as if I would save the document as an HTML file and read the files content to the string.</p> <p>I was hoping there's a better way to do it that doesn't involve saving files to the file system.</p> <p>Thanks in advance,</p> <p>Jacob</p> http://stackoverflow.com/questions/1804684/problem-with-excel-automation-function 0 problem with Excel automation function Martin R. 2009-11-26T16:37:44Z 2009-12-01T08:49:35Z <p>hi folks,</p> <p>i´m programming a vsto add-in combined with an automation add-in in VB.NET using MS Visual Studio 2008. The automation add-in is activated in excel and registered at the system. basically the automation add-in running very well, when you call the function with</p> <p><code>"=&lt;function-name&gt;(&lt;argument1&gt;;&lt;argument2&gt;;...;&lt;argument-n&gt;)"</code></p> <p>by writing it into an excel cell or using the functionwizard.</p> <p>The vsto add-in is used to initiate over a commandbarbutton a windows-form, where the user can type the arguments, which are required. If the user has finished a string will be written in the cell builded and looking like the example is wrote above.</p> <p>the problem i´m fighting with is when the user starts excel, just using the windows-form to generate the string and clicking "ok" to fill the cell with it, excel tries to find the function cause of the "=" in the cell, but dont find it. In the cell finally stands <code>Name?</code>, because after looking in the functionwizard-list, my registered function disapeared.(Btw the add-in is still listed under "extra->add-ins" and is also loaded again after the next excelstart)</p> <p>But on the other way if the user first use the functionwizard to get the value of the function, types it per hand in the cell or even just open the functionwizard and close it directly after opening without using the function, my windows-form generated string does work.</p> <p>The onButtonClick-event performs the following example-code:</p> <p><code>Me.Application.ActiveCell.Value = "=FUNCTION(""value1"";""value2"")"</code></p> <p>so now my question is, why is the automation function disapearing when the user just use the string-generator at first?</p> <p>Some advices or even the solution the my problem would be very nice.</p> <p>Greetings Martin</p> http://stackoverflow.com/questions/1797053/outlook-addin-how-to-get-notified-when-a-folder-is-removed 0 Outlook AddIn - How to get notified when a folder is removed? cskilbeck 2009-11-25T13:54:23Z 2009-11-29T07:25:46Z <p>the FolderRemoveEventHandler isn't global, it can just be used to notify when a folder is removed from the top level of a specific folders collection. I need an event to fire when any folder is removed/deleted - does such a thing exist?</p> http://stackoverflow.com/questions/1810312/jquery-selectors-tool 3 jQuery selectors tool MicTech 2009-11-27T19:24:20Z 2009-11-27T19:28:49Z <p>I'm looking for some kind addon for browser (firefox, opera, ie, chrome, etc...), which can easily highlight element(s), which I define by jQuery selector.</p> http://stackoverflow.com/questions/15784/what-visual-studio-add-ins-do-you-use 8 What Visual Studio add-ins do you use? John 2008-08-19T06:06:42Z 2009-11-26T17:42:52Z <p>I have the following installed:</p> <ul> <li><a href="http://bordecal.mvps.org/Nicole/ImportsSorter/Default.htm" rel="nofollow">Imports Sorter</a> (for VS 2005)</li> <li><a href="http://www.roland-weigelt.de/ghostdoc/" rel="nofollow">GhostDoc</a></li> <li><a href="http://channel9.msdn.com/playground/Sandbox/176542/" rel="nofollow">Regex Find and Replace</a> (.Net regex compatible find and replace, because VS has its own regex syntax)</li> <li><a href="http://www.hanselman.com/blog/IntroducingRockScroll.aspx" rel="nofollow">rockscroll</a></li> <li><a href="http://weblogs.asp.net/alex_papadimoulis/archive/2004/05/25/Smart-Paster-1.1-Add-In---StringBuilder-and-Better-C_2300_-Handling.aspx" rel="nofollow">Smart Paster</a></li> <li><a href="http://jens-schaller.de/sonictools/sonicfilefinder/index.htm" rel="nofollow">Sonic File Finder</a></li> <li><a href="http://weblogs.asp.net/gmilano/archive/2006/05/10/446010.aspx" rel="nofollow">Cool Commands</a></li> </ul> http://stackoverflow.com/questions/1791449/using-a-com-based-addin-created-for-visual-studio-6-in-visual-studio-2005 0 Using a COM based Addin created for Visual Studio 6 in Visual Studio 2005. Ganesh R. 2009-11-24T17:01:31Z 2009-11-24T17:01:31Z <p>Is it possible to use an Add-in created for Visual Studio 6 in Visual Studio 2005. I know its possible for one to use COM Add-ins created for Visual Studio 2002/3 in Visual Studio 2005.</p> <p>Unfortunately I don't have the Add-in project, else I would have tried to upgrade. I need the Add-in to work in VS2005 because it acts like a project wizard creating a custom *.ocx for a legacy application.</p> <p>Also I have seen that the entry point may be different for Visual Studio 6 &amp; 2005. Any suggestions?</p> http://stackoverflow.com/questions/1784695/shared-add-in-installation-via-group-policy 0 Shared add-in installation via Group Policy Mike 2009-11-23T17:28:55Z 2009-11-23T17:28:55Z <p>I Have a <strong>shared add in</strong> (not VSTO) which I need to deploy via group policy to <strong>all users</strong> on the target machines.</p> <p>My addin (targeting outlook specifically) accepts a command line switch which is the path of an intranet application so it can communicate with it - this all works fine on my development machine and also on a different machine if I install manually like this :</p> <p><strong><em>myaddin.msi PATH="http://serverxyz/intranetapp"</em></strong></p> <p>as expected, the toolbar appears in outlook for the logged on user.</p> <p>The problem I have is that if I log in as a different user on the same machine the addin does not load at all.</p> <p>Am I correct in assuming that this behaviour is caused by installing via the MSI file rather than the setup.exe file created by the setup project? even if I pass the <strong>ALLUSERS=1</strong> parameter to my MSI file it still fails to show up??</p> <p>Any help would be much appreciated!</p> http://stackoverflow.com/questions/1775381/renaming-images-css-classes-in-complete-project-how 0 Renaming Images / CSS classes in complete Project - how? Kovu 2009-11-21T12:39:50Z 2009-11-21T12:39:50Z <p>Hi guys,</p> <p>I have following problem: at the stat of a project, many many images and cssclasses was created. None of them are have a correct name // spelling and / or a single touch of name-style.</p> <p>Is there an AddIn for VS08 that allows me to rename easily images / cssclasses and searches all file assotiones and rename it to?</p> <p>(The most of them are in a markup-code of ASP.Net)</p> <p>The same is for editing the folders,is there an AddIn which allows, when I move Image1 from Folder1 to Folder2 to rename all src in img-tags, linkbuttons and the rest automaticly?</p> http://stackoverflow.com/questions/1767338/read-the-activecell-content-in-excel-using-vsto 0 Read the ActiveCell content in Excel using VSTO Plip 2009-11-19T23:30:52Z 2009-11-20T10:57:26Z <p>Hi there,</p> <p>I'm trying to read the ActiveCell from within an Excel Add-in but not getting very far. Anyone any ideas?</p> <pre><code>Excel.Window W = this.Application.ActiveWindow as Excel.Window; Excel.Range R = W.ActiveCell as Excel.Range; MessageBox.Show(R.Value2.ToString()); </code></pre> <p>The Exception being thrown on the last line is: -</p> <blockquote> <p>Cannot obtain fields or call methods on the instance of type 'Microsoft.Office.Interop.Excel.Range' because it is a proxy to a remote object.</p> </blockquote> <p>I tried .Value, and it says: -</p> <blockquote> <p>Property, indexer, or event 'Value' is not supported by the language; try directly calling accessor methods 'Microsoft.Office.Interop.Excel.Range.get_Value(object)' or 'Microsoft.Office.Interop.Excel.Range.set_Value(object, object)'</p> </blockquote> <p>On trying get_Value() I get the initial Exception again.</p> <blockquote> <p>Cannot obtain fields or call methods on the instance of type 'Microsoft.Office.Interop.Excel.Range' because it is a proxy to a remote object.</p> </blockquote> <p>Any ideas?</p> <p>Cheers,</p> <p>Phil.</p> http://stackoverflow.com/questions/1761730/excel-com-add-in-dialog-interrupts-script 0 Excel COM Add-In dialog interrupts script usac 2009-11-19T08:21:16Z 2009-11-19T09:04:03Z <p>Hi all!</p> <p>I have written an Excel COM Add-In in C++ for automation of Excel with VBA. It contains an own dialog showing some general informations about the Add-In. Now i create a button in Excel that opens the dialog. Leaving the dialog with the escape key leads to an Excel message that the script is being interrupted instead of just closing the dialog. I could suppress the interruption message with:</p> <pre><code>Application.EnableCancelKey = xlDisabled </code></pre> <p>But that seems not to be the solution as the script can not be interrupted any more.<br> Here is an example how i use VBA to open the dialog:</p> <pre><code>Private Sub ShowAboutDialog_Click() Dim oComAddIn As COMAddIn Set oComAddIn = Application.COMAddIns.Item("MyComAddIn.Example") oComAddIn.Connect = True Call oComAddIn.Object.ShowAboutDlg End Sub </code></pre> <p>My guess is that the problem is somewhere in the message handler of the dialog:</p> <pre><code>INT_PTR CALLBACK CAboutDialog::AboutDlg( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) { switch(uMsg) { ... case WM_COMMAND: if (LOWORD(wParam) == IDOK || LOWORD(wParam) == IDCANCEL) { // Here, the ESCAPE key should also be trapped? EndDialog(hwndDlg, LOWORD(wParam)); return TRUE; } ... } return FALSE; } </code></pre> <p>The Dialog is created with:</p> <pre><code>DialogBox(g_hModule, MAKEINTRESOURCE(IDD_ABOUT), hWndParent, (DLGPROC)AboutDlg) </code></pre> <p>Thanks a lot!</p> http://stackoverflow.com/questions/1750042/will-visual-studio-2010-express-support-addins 0 Will visual studio 2010 express support addins? TheDeeno 2009-11-17T16:25:07Z 2009-11-17T21:18:18Z <p>I know vs2008 express didn't. I'm hoping this will change with vs2010. Anyone know? Link me?</p> <p><strong>Edit:</strong></p> <p>Anyone have a primary source? While "As far as I know" answers can be helpful, in this case it still leaves a possibility - which is exactly where I started.</p> http://stackoverflow.com/questions/1725895/calling-an-excel-add-in-method-from-c-application-or-vice-versa 0 Calling an Excel Add-In method from C# application or vice versa Jude 2009-11-12T22:35:54Z 2009-11-16T12:16:57Z <p>I have an Excel VBA add-in with a public method in a bas file. This method currently creates a VB6 COM object, which exists in a running VB6 exe/vbp. The VB6 app loads in data and then the Excel add-in method can call methods on the VB6 COM object to load the data into an existing Excel xls. This is all currently working.<br> We have since converted our VB6 app to C#.<br> My question is: What is the best/easiest way to mimic this behavior with the C#/.NET app? I'm thinking I may not be able to pull the data from the .NET app into Excel from the add-in method since the .Net app needs to be running with data loaded (so no using a stand-alone C# class library). Maybe we can, instead, push the data from .NET to Excel by accessing the VBA add-in method from the C# code?<br> The following is the existing VBA method accessing the VB6 app: </p> <pre><code>Public Sub UpdateInDataFromApp() Dim wkbInData As Workbook Dim oFPW As Object Dim nMaxCols As Integer Dim nMaxRows As Integer Dim j As Integer Dim sName As String Dim nCol As Integer Dim nRow As Integer Dim sheetCnt As Integer Dim nDepth As Integer Dim sPath As String Dim vData As Variant Dim SheetRange As Range Set wkbInData = wkbOpen("InData.xls") sPath = g_sPathXLSfiles &amp; "\" 'Note: the following will bring up fpw app if not already running Set oFPW = CreateObject("FPW.CProfilesData") If oFPW Is Nothing Then MsgBox "Unable to reference " &amp; sApp Else . . . sheetCnt = wkbInData.Sheets.Count 'get number of sheets in indata workbook For j = 2 To sheetCnt 'set counter to loop over all sheets except the first one which is not input data fields With wkbInData.Worksheets(j) Set SheetRange = .UsedRange End With With SheetRange nMaxRows = .Rows.Count 'get range of sheet(j) nMaxCols = .Columns.Count 'get range of sheet(j) Range(.Cells(2, 2), .Cells(nMaxRows, nMaxCols)).ClearContents 'Clears data from data range (51 Columns) Range(.Cells(2, 2), .Cells(nMaxRows, nMaxCols)).ClearComments End With With oFPW 'vb6 object For nRow = 2 To nMaxRows ' loop through rows sName = SheetRange.Cells(nRow, 1) 'Field name vData = .vntGetSymbol(sName, 0) 'Check if vb6 app identifies the name nDepth = .GetInputTableDepth(sName) 'Get number of data items for this field name from vb6 app nMaxCols = nDepth + 2 'nDepth=0, is single data item For nCol = 2 To nMaxCols 'loop over deep screen fields nDepth = nCol - 2 'current depth vData = .vntGetSymbol(sName, nDepth) 'Get Data from vb6 app If LenB(vData) &gt; 0 And IsNumeric(vData) Then 'Check if data returned SheetRange.Cells(nRow, nCol) = vData 'Poke the data in Else SheetRange.Cells(nRow, nCol) = vData 'Poke a zero in End If Next 'nCol Next 'nRow End With Set SheetRange = Nothing Next 'j End If Set wkbInData = Nothing Set oFPW = Nothing Exit Sub . . . End Sub </code></pre> <p>Any help would be appreciated.</p> http://stackoverflow.com/questions/1339577/does-anyone-know-of-a-free-tool-to-integrate-reflector-with-visual-studio-beside 3 Does anyone know of a free tool to integrate Reflector with Visual Studio, besides TestDriven.NET? mark 2009-08-27T08:12:39Z 2009-11-14T01:01:31Z <p>Dear ladies and sirs.</p> <p>I love the <strong>Go to Reflector</strong> menu option installed by TD.NET. However, TD.NET is not free for commercial use and so I do not have it at work.</p> <p>I am wondering if there is another tool out there that does just that - allows to jump to Reflector from the source code in VS and which is totally free.</p> <p>I know it is possible to develop a VS add-in that does it, but, alas, I have no time for it, so if anyone has already developed something like this - feel free to share.</p> <p>Regards,</p> http://stackoverflow.com/questions/835651/can-addins-in-maf-system-addin-have-constructor-parameters 2 Can AddIns in MAF (System.AddIn) have constructor parameters? dthrasher 2009-05-07T16:15:34Z 2009-11-12T22:11:46Z <p>I need to pass configuration settings to an AddIn created using the Managed AddIn Framework (MAF, aka System.AddIn). Can a put a settings parameter in the AddIn's constructor?</p> <p>Another option would be to create an Initialize() method, but then I have to remember to call it before doing any work with the AddIn.</p> http://stackoverflow.com/questions/835182/choosing-between-mef-and-maf-system-addin 9 Choosing between MEF and MAF (System.AddIn) dthrasher 2009-05-07T14:59:24Z 2009-11-12T21:57:11Z <p>The Managed Extensibility Framework (MEF) and Managed AddIn Framework (MAF, aka System.AddIn) seem to accomplish very similar tasks. According to this Stack Overflow question, <a href="http://stackoverflow.com/questions/124040/is-mef-a-replacement-for-system-addin">Is MEF a replacement for System.Addin?</a>, you can even use both at the same time. </p> <p>When would you choose to use one vs. the other? Under what circumstances would you choose to use both together?</p> http://stackoverflow.com/questions/889840/how-do-i-save-code-changes-to-an-excel-vba-add-in 0 How do i save code changes to an Excel VBA add-in? notnot 2009-05-20T19:41:10Z 2009-11-12T17:50:12Z <p>I've made an add-in for Excel in VBA and now I need to make changes to the code, but the file won't save. I open the .xlam file, I make the changes, ctrl-S to save with no errors popping up, close down. But when I reopen, none of the change I made are there. What gives? is there some special way I have to save an add-in to make changes stick?</p> http://stackoverflow.com/questions/1717702/which-addin-is-recommended-for-visual-studio-2008-c -3 Which addin is recommended for Visual Studio 2008 (C#) ? [closed] Gold 2009-11-11T20:03:13Z 2009-11-11T20:32:37Z <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="http://stackoverflow.com/questions/969225/suggest-good-addins-tools-for-visual-studio-netall-the-versions-2005-2008-etc">Suggest good addins-tools for visual studio .net(all the versions-2005-2008 etc)</a> </p> </blockquote> <p><strong>Duplicates</strong></p> <p><a href="http://stackoverflow.com/questions/969225/suggest-good-addins-tools-for-visual-studio-netall-the-versions-2005-2008-etc">http://stackoverflow.com/questions/969225/suggest-good-addins-tools-for-visual-studio-netall-the-versions-2005-2008-etc</a></p> <p><a href="http://stackoverflow.com/questions/969225/suggest-good-addins-tools-for-visual-studio-netall-the-versions-2005-2008-etc">http://stackoverflow.com/questions/49080/what-are-the-best-visual-studio-addins</a></p> <p><a href="http://stackoverflow.com/questions/2767/do-you-have-any-recommended-add-ons-plugins-for-microsoft-visual-studio">http://stackoverflow.com/questions/2767/do-you-have-any-recommended-add-ons-plugins-for-microsoft-visual-studio</a></p> <p><a href="http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting">http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting</a></p> <p><hr></p> <p>hi</p> <p>is someone know any recommended add in's for visual studio 2008 (C#) ?</p> <p>some thing's that make easy life......</p> <p>thank's in advance </p> http://stackoverflow.com/questions/232345/what-add-in-workbench-framework-is-the-best-net-alternative-to-eclipse-rcp 2 What add-in/workbench framework is the best .NET alternative to Eclipse RCP? Winston Fassett 2008-10-24T02:58:11Z 2009-11-11T18:14:16Z <p>I'm looking for a plugin-based application framework that is comparable to the Eclipse Plugin Framework, which to my simple mind consists of:</p> <ol> <li>a core <strong>plugin management framework</strong> (Equinox / OSGI), which provides the ability to declare extension endpoints and then discover and load plugins that service those endpoints. (this is different than Dependency Injection, but admittedly the difference is subtle - configuration is highly de-centralized, there are versioning concerns, it might involve an online plugin repository, and most importantly to me, it should be easy for the <strong>user</strong> to add plugins without needing to know anything about the underlying architecture / config files)</li> <li>many layers of plugins that provide a <strong>basic workbench shell</strong> with concurrency support, commands, preference sheets, menus, toolbars, key bindings, etc. </li> </ol> <p>That is just scratching the surface of the RCP, which itself is meant to serve as the foundation of your application, which you build by writing / assembling even <strong>more</strong> plugins.</p> <p><hr /></p> <p>Here's what I've gleaned from the internet in the past couple of days...</p> <p>As far as I can tell, there is nothing in the .NET world that remotely approaches the robustness and maturity of the Eclipse RCP for Java but there are several contenders that do either #1 or #2 pretty well.</p> <p>(I should also mention that I have not made a final decision on WinForms vs WPF, so I'm also trying to understand the level of UI coupling in any candidate framework. I'm also wondering about platform coupling and source code licensing)</p> <p>I must say that the open-source stuff is generally less-documented but easier to understand, while the MS stuff typically has more documentation but is less accessible, so that with many of the MS technologies, I'm left wondering what they actually do, in a practical sense. </p> <p>These are the libraries I have found:</p> <h2>SharpDevelop</h2> <p>The first thing I looked at was SharpDevelop, which does both #1 and also #2 in a basic way (no insult to SharpDevelop, which is admirable - I just mean <em>more basic</em> than Eclipse RCP). However, SharpDevelop is an application more than a framework, and there are basic assumptions and limitations there (i.e. being somewhat coupled to WinForms). Still, there are some articles on CodeProject explaining how to use it as the foundation for an application. </p> <h2>System.Addins</h2> <p>It appears that System.Addins is meant to provide a robust add-in loading framework, with some sophisticated options for loading assemblies with varying levels of trusts and even running the out of process. It appears to be primarily code-based, and pretty code-heavy, with lots of assemblies that serve to insulate against versioning issues., using Guidance Automation to generate a good deal of code. </p> <p>So far I haven't found many System.AddIns articles that illustrate how it could be used to build something like an Eclipse RCP, and many people seem to be wringing their hands about its complexity.</p> <h2>Mono.Addins</h2> <p>It appears that Mono.Addins was influenced by System.Addins, SharpDevelop, and MonoDevelop. It seems to provide the basics from System.Addins, with less sophisticated options for plugin loading, but more simplicity, with attribute-based registration, XML manifests, and the infrastructure for online plugin repositories. </p> <p>It has a pretty good FAQ and documentation, as well as a fairly robust set of examples that really help paint a picture of how to develop an architecture like that of SharpDevelop or Eclipse. The examples use GTK for UI, but the framework itself is not coupled to GTK. So it appears to do #1 (add-in loading) pretty well and points the way to #2 (workbench framework). It appears that Mono.Addins was derived from MonoDevelop, but I haven't actually looked at whether MonoDevelop provides a good core workbench framework.</p> <h2>Managed Extensibility Framework</h2> <p>This is what everyone's talking about at the moment, and it's slowly getting clearer what it does, but I'm still pretty fuzzy, even after reading several posts on SO. The official word is that it "can live side-by-side" with System.Addins. However, it doesn't reference it and it appears to reproduce some of its functionality. It seems to me, then, that it is a simpler, more accessible alternative to System.Addins.</p> <p>It appears to be more like Mono.Addins in that it provides attribute-based wiring. It provides "catalogs" that can be attribute-based or directory-based. It does not seem to provide any XML or manifest-based wiring. So far I haven't found much documentation and the examples seem to be kind of "magical" and more reminiscent of attribute-based DI, despite the clarifications that MEF is not a DI container.</p> <p>Its license just got opened up, but it does reference WindowsBase -- not sure if that means it's coupled to Windows. </p> <h2>Acropolis</h2> <p>I'm not sure what this is. Is it MEF, or something that is still coming?</p> <h2>Composite Application Blocks</h2> <p>There are WPF and Winforms Composite Application blocks that seem to provide much more of a workbench framework. I have very little experience with these but they appear to rely on Guidance Automation quite a bit are obviously coupled with the UI layers. There are a few examples of combining MEF with these application blocks.</p> <p><hr /></p> <p>I've done the best I could to answer my own question here, but I'm really only scratching the surface, and I don't have experience with any of these frameworks. Hopefully some of you can add more detail about the frameworks you have experience with. It would be great if we could end up with some sort of comparison matrix.</p> http://stackoverflow.com/questions/1715866/where-can-i-store-executable-code-downloaded-from-a-site-and-run-it 1 Where can I store executable code downloaded from a site and run it? Scott W. 2009-11-11T15:20:49Z 2009-11-11T15:39:24Z <p>In my C# application, if I wanted to be able to download an "add-in" from our website and store it locally on the user's computer, and then run it (assume it's an assembly DLL or EXE, doesn't matter), I assume I can't store it in a subdirectory of my Program Files folder, and that's not really the right place for it since add-ins are user-specific. Where should I store these, and what kinds of trust/security issues might I run into?</p> http://stackoverflow.com/questions/804587/office-2007-2003-vsto-shared-add-in-design-query 1 Office 2007/2003 VSTO Shared Add-In Design Query MaSuGaNa 2009-04-29T22:38:59Z 2009-11-11T14:41:34Z <p>I am designing a shared add-in using VB.Net 2008 and VSTO that has to fire up when any MS Office App is started. It has to work for both 2002, 2003 and 2007 applications. I have managed to put together a working add-in that pops up a test message stating the version of Office and the Application name and tested this across all the apps ok.</p> <p>The next part of the solution is to code the application specific code that needs to run for document auditing and corporate protective marking as well as, for example; in Excel checking that all the Add-Ins are linked to the Network Add-Ins folder.</p> <p>My approach from now was going to be to late bind against the application object and set one of my typed (e.g. Excel) application object references which exist in the code to this object.</p> <p>I'm still relativly new to VSTO so if I am doing something odd please can you let me know! :)</p> <p>Ta.</p>