T4 - VS Macros no context in TeamBuild
I have a T4 template that processes several .tt files in my project. I also have some custom classes I've defined to help with the code transformation process.<#@ template language="C#"...
View ArticleLanguageService does not work in VS2010
Hallo,I have developed a Language Sevice for SQL, that can handle more than one dialect. I registered the service for two extensions .sql and .nsql...
View Articleproperty panel
Hi I am having this problem for few days that whenever I create new button or text block the property panel is not showing the properties of any button or text block. Kindly assist me!!!
View ArticleUsing ModelObjectItemWizard in a Visual Studio Template
I need to create a project template for our team. And I also want to automate display the EDM Wizard while start create the project. So after the project is generate, there will have a EDMX file.So, I...
View ArticleVS 2012 devenv.exe.config changes
We've been relying (rightly or wrongly) on putting system.serviceModel changes into devenv.exe.config for some extensions that we have in an attempt to re-use the same configuration approach for our...
View ArticleDynamics Ax adding EP Proxy project generate error: The method or operation...
Hi!I couldn't find any good forum for this question.Accordning to respons on question on this page http://msdn.microsoft.com/en-us/library/cc568275.aspx we should ask the question here instead.I'm also...
View ArticleNo Web Deployement Package in VS2010
HelloSorry if it's not the good forum part for posting.It make two years I work on VS 2010, I regularly use the Build Deployment Package for generate packages for my WCF Applications and deploy it...
View ArticleWrite a message into the Callstack
Hello I am developing my own Debug Engine in VS 2010 (not Concord!). So far everything is working fine. For technical (& performance) limitations my engine can only retrieve a limited size...
View ArticleDatabase Project not raising ItemAdded/ItemRemoved/ItemRenamed
Hello,I tried to get ItemAdded/ItemRemoved/ItemRenamed events from Database Projects but seems they are not raised..Some workaround for this?Kind RegardsJesus
View ArticleIs there any suggestion for migrate VS2010 VSPackage project into 2012?
Hi Guys,I'm working on an migration project which is to upgrade a package into VS2012. The package works well in VS2010. I want to know is there any guid line we can reference to make our life...
View ArticleError registering package in Visual Studio 11
We are adapting our Visual Studio plugin to the new version VS 2012 and we have the following problem:when I try to register a visual studio package using regpkg in Visual Studio 11 RC, I get the...
View ArticleInserting Command in Shelveset Detail Window's context menu
Hi All,I'm able to insert my commands in Source Control Explorer & Source Control History window's context menus.However, I want to insert same commands in the context menu of Shelveset Detail...
View ArticleLicense terms for pre-release VS TypeScript plug-in
Microsoft has been pushing the new VS TypeScript plug-in through various channels, so we were quite surprised to find the following line in the EULA for the plug-in:"You may not distribute or deploy...
View ArticleEntity framework power tool (Beta 2) gives "Sequence contains no matching...
I am getting "Sequence contains no matching element" on click of "Generate Views" menu of Entity framework power tool (Beta 2).I am using Visual studio 2010 (premium) with .net FW 4.0 and entity...
View ArticleHow to ask questions to increase your chances of an answer
To increase the chances of a quick and helpful answer to your question in this forum please follow these guidelines: - Write a separate post for each unrelated question . That is, if you have three...
View ArticleHow to Change Menu Icon using AddNamedCommand2
HiHow can I change menu icon that I've created in a VS Add-In. The method AddNamedCommand takes an argument for Id of a bitmap. Which Id it actually is ?Regards,Haris
View ArticleHow to add icon/image to context menu
I have created a simple add-in. It is activated when the user selects a project in solution explorer and right-clicks, it appears as a new menu item on the context menu, it has one sub-item.When user...
View ArticleAddNamedCommand2 - Toolbar and menu icons
I was glad to see AddNamedCommands2 added to the DTE.Commands since it lets you control the icons/text displayed. I hated having text in my toolbars with VS2003. But I'm still having trouble getting...
View ArticleIcons on menu or toolbar not displayed
Hi,I have an add-in that creates new menu and a toolbar. It was working fine with the VS .NET 2003 version, but for VS .NET 2005 bmp images are not displayed in menu and toolbar. I am using Satellite...
View ArticleChanging addin icon
I'm trying to change the icon used by an add-in, but I'm having no luck. I can change it for other add-ins I've copied or downloaded but mine steadfastly refuses to change. This is the AddNamedCommand2...
View Article