VS 2012-2013 Extension, goto definition, reformatting

Hello,
I am in a newbie in the realm of Visual Studio…
We have a C++ project , plus some script text files ( referenced by the project, at this time as simple text files).
We want to extend Visual Studio to have syntax highlighting, outlining, code completion, text reformatting on these script files.
In addition to this, some of the functions of the C++ project are directly referenced in the script file (their name is written as a param).
We would like to be able, in the script file, to press "Goto definition" and go to the corresponding C++ definition.
I've already written a Visual Studio extension(not a language extension), which provides some syntax highlighting, outlining, and completion.
However, it seems that without a language extension, it is not possible to highlight multiline comments, do text formatting, ... ? Or am I mistaken ? Would I be better with
a language extension ?
Which way should I go to implement a “Goto Definition” command available on my script files, which would be able to find the correct C++ definition ?
Thank you in advance for your help and advice!

 Hi Caillen,
Thanks alot for that answer!
Do you suggest that the thread you reference offers a workaround solution for my needs, but that the real clean way to go would be to implement my own language service ?
And that with a language service, the built-in Edit.GotoDefinition function would automatically do the job and find a C++ definition for a token written in my script language ?
Thanks!
Yes, I think to create a language service is a more "clean" way in your case.  But if you create your own language service, you still need to implement the GotoDefinition by yourself. If it's not a standard C++ editor, the built-in
Edit.GotoDefinition function will not be triggered properly.
Check this documentation for more about the LanguageService and the GoTo function:
Implementing a Language Service (Managed Package Framework)
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Connecting Visual Studio 2008 to Team Foundation Server 2012/2013

    I currently have many projects in VS 2008.  
    We are able to build and deliver all of the products to the production servers.
    I want to connect VS2008 to VisualStudio.com so I can create an environment for Beta Testing with VisualStudio.com and Azure.
    I have started from scratch:
    Build a VMWare Virtual Machine - Windows 7 Ultimate
    Added all of the Windows Updates
    I installed Visual Studio 2008 - Professional
    I updated Visual Studio 2008 to SP1
    I have installed VS2008 Team Explorer
    Unable to install GDR2 - with message "Visual Studio Team System 2008 Database Edition GDR does not apply, or is blocked by another condition on your system. '
    I attempted to follow the "more information" instructions but there were no previous version to uninstall.
    I attempted to login to Team Foundation Server (https://nnnnnn.visualstudio.com/DefaultCollection) and receive the "TF31002: Unable to connect to ....
    I am able to login to the visualstudio.com site without any issue. 
    I have been working on this for days and no matter what I have read and tried, I cannot seem to get past this point.  
    I tried using a laptop I have and did the same steps as above with the same results.  
    It is obvious I am missing a step or that this process is longer possible.
    Anyone have any suggestions?
    Is there a "support" number that might help me resolve this?  

    Hi Zanyfrong,     
    Thanks for your post.
    To using VS 2008 connect to TFS 2012/2013 or VSO, please install components follow the below order:
    Visual Studio 2008
    Visual Studio 2008 SP1
    Team Explorer 2010
    Visual Studio 2010 SP1
    Visual Studio 2010  GDR
    Microsoft MSSCCI Provider for Visual Studio 2010
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Add-in for Access 2010/2013 with Visual Studio 2012 (2013 Preview)

    Hello!
    Am i right: Microsoft wants to kill Access in favor of Azure/SQL stuff?
    I was unable to find any Projects in Visual Studio 2012/2013 to create an Addon for Access 2010 or 2013 (only Word, Excel, Outlook).
    There is even no Microsoft.Office.Tools.Access.ApplicationFactory
    to install add-in to Access App.
    Any solutions for VS 2012?
    Or i should use outdated Shared Add-in with VS 2010?
    Thank you!

    Sorry Donald M from Microsoft,
    You need to rethink that response.  IDTExtensibility2 is an outdated Office 2003 technology. 
    Everything EXCEPT the ThisAddIn.designer.cs reference to ApplicationFactory _factory compiles when you switch references in another Office application's VSTO project template to msaccess and dao libraries.  Even the Access icon shows up in Visual
    Studio 2013.  The only reason a Ribbon.xml project will not load into Access is that Microsoft hasn't provided the Microsoft.Office.Tools.Access DLL for it.  If you leave the Factory reference pointing to global::Microsoft.Office.Tools.Factory,
    the add-in compiles but will not load.
    MICROSOFT: Please provide us the missing Factories for MSAccess and OneNote.
    Could not create an instance of startup object AccessRibbonAddin.ThisAddIn in assembly AccessRibbonAddin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=664b6483efff25e6.
    ************** Exception Text **************
    Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateStartupObjectException: Could not create an instance of startup object AccessRibbonAddin.ThisAddIn in assembly AccessRibbonAddin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=664b6483efff25e6.
    at Microsoft.VisualStudio.Tools.Office.Runtime.DomainCreator.ExecuteCustomization.CreateEntryPoint(String entryPointTypeName)
    at Microsoft.VisualStudio.Tools.Office.Runtime.DomainCreator.ExecuteCustomization.Microsoft.VisualStudio.Tools.Office.Runtime.Interop.IExecuteCustomization2.LoadEntryPoints(IntPtr serviceProvider)
    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18052 built by: FX45RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    Microsoft.VisualStudio.Tools.Office.Runtime
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.40305.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Tools.Office.Runtime/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Tools.Office.Runtime.dll
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18021 built by: FX45RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18060 built by: FX45RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18060 built by: FX45RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    System.Security
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18055 built by: FX45RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.dll
    Microsoft.VisualStudio.Tools.Applications.Hosting
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.40305.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Tools.Applications.Hosting/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Tools.Applications.Hosting.dll
    Microsoft.VisualStudio.Tools.Applications.Runtime
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.40305.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Tools.Applications.Runtime/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Tools.Applications.Runtime.dll
    System.Deployment
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
    Microsoft.VisualStudio.Tools.Applications.ServerDocument
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.40305.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Tools.Applications.ServerDocument/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18036 built by: FX45RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18021 built by: FX45RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System.Xml.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
    Microsoft.Office.Tools
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.40305.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Office.Tools/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.Office.Tools.dll
    Microsoft.Office.Tools.Common.Implementation
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.40305.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Office.Tools.Common.Implementation/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.Office.Tools.Common.Implementation.dll
    Microsoft.Office.Tools.Common
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.40305.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Office.Tools.Common/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.Office.Tools.Common.dll
    AccessRibbonAddin
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Source/Home/Access/bin/Debug/AccessRibbonAddin.DLL
    Microsoft.Office.Tools.Common.v4.0.Utilities
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Source/Home/Access/bin/Debug/Microsoft.Office.Tools.Common.v4.0.Utilities.DLL

  • Is VSTA 2012/2013 officially supported? Any documentation/samples?

    Hi,
    We are looking for replacement for APC SDK 7.1 that we are currently using.
    I have found some downloads for "Visual Studio Tools for Applications" 2012 and 2013.
    http://www.microsoft.com/en-ca/download/details.aspx?id=30668
    http://www.microsoft.com/en-us/download/details.aspx?id=44212
    Are they official products? Are they supported by Microsoft or anybody else?
    I searched MSDN Subscription for VSTA 2012/2013 and nothing come up. I also searched msdn library for VSTA documentation and the only one available is v2.0 for Visual Studio 2008.
    http://msdn.microsoft.com/en-CA/library/cc175562(v=vs.90).aspx
    Is there any documentation in addition to VSTA Sample Host Integration.docx?
    Is there any C# sample on how to integrate it to the app and how to bind it to the application object?
    Thanks,
    Anna.

    "FAQ inr VSTA" presented by
    Xiaoying Guo
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/68ca7a8d-b49e-48c9-96c0-f438ce66b74b/frequently-asked-questions-faq-in-vsta?forum=vsta

  • MacPro 5.1 - 6.1 2012 2013 purchase??

    Hi all
    I am looking to get my hands on a second hand or refurbished macPro 5.1 or 6.1 2012 2013.
    If any one could point me in the direction of an outlet that shipps to austraia or in australia that will have the models in stock or can get the stock I would greatly appreciate the information please reply with the details.
    kind regards
    -adam

    Have you checked this site? They are out of stock at the moment, but more should arrive soon:
    http://store.apple.com/au/browse/home/specialdeals/mac

  • Upgrade from SSRS 2008 to visual studio 2012/2013

    Hello,
    Is it possible to upgrade Visual Studio BIDS file/project types from 2008R2 to 2012/2013:
    SSRS *.sln
    SSIS * .dtsx
    *.dbproj
    If it is possible, can the resulting (upgraded) 2012/2013 file/projects be back-ended in 2008R2 SQL Server database engine?
    Or is it necessary to have the version of the back-end SQL Server database engine match the version of the VS BIDS projects?
    thanks,

    Microsoft Visual Studio 2010 does not support Business Intelligence Development Studio Integration Services, Report Services and Analysis Services projects for SQL Server 2008 and SQL Server 2008 R2.
    To work around this issue, you can install Visual Studio 2008 alongside Visual Studio 2010 on the same machine and then open the Business Intelligence Development Studio projects in Visual Studio 2008.
    (we have to follow side-by-side installation of SQL Server 2012 and SQL Server 2008. since you may have
    some issues with BIDS.)

  • Visual Studio Express 2012 & 2013 terms of use

    Is it allowed to use freely Visual Studio Express 2012 & 2013 in a company with one thousand workers and more?

    Hello Eensalu1991,
    Yes it is allowed for you to do that use Express version, please download MS Visual Studio White paper:
    http://www.microsoft.com/en-hk/download/confirmation.aspx?id=13350
    You will find the following:
    Visual Studio Express 2013 Products
    A number of free development tools are also available, including Visual Studio Express 2013 for Windows , Visual Studio Express 2013 for Web and Visual Studio Express 2013 for Windows Desktop. 
    These tools provide a subset of the functionality available in Visual Studio Professional 2012 and are specific to writing applications targeting these platforms. Each of these Visual Studio Express 2012 products is licensed per user and subject to the
    use terms included with the product.  Visual Studio Express can be used to build production applications.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Which Laptop is good for VS 2012/2013 and SQL SERVER 2008 R2 /2012 ?

    Hi,
    I am planing to buy a laptop.
    I am gonna be using mostly for Visual sStudio 2013 and Sql Server 2012 .
    my budget is $1000.
    confuse between DELL/ HP / LENOVO..!!!
    please help.

    This is only a personal taste of mine:
    I prefer to work in Virtual Machines. In fact I did set up a VM just for my programming. This has the advantage that games and other stuff are not slowed down by SQL Server Services and similiar stuff.
    This also allows me to quickly make a small virtual networks with multiple clients if I need to test some client/server stuff.
    Plus I am also a bit of an adminstrator and prefer to test stuff in VM's before I try them in the real world.
    I prefer using Virtual Box for Virtual Machines, so one thing of big importance was support for VT-X/AMD-V. Without them Virtual Box cannot run x64 guests even on a x64 host system.
    Otherwise I wanted Windows 8 (so I could finally learn to live with it/learn programming for it's UI). And of big importance was an upgrade of gaming ability (my old one had difficulty/impossibility to run most current games).
    So I bought a x64, Win8 Gaming Laptop with 8 GiB RAM (so I can run 3-6 Windows 7 hosts in paralell) and looked that the CPU supported Hardware Virtualsiation.
    Otherwise pretty much every current laptop will work. x64 OS might be prefereable, as .NET has some limitations under x32/x86 OS (like the
    2 GiB limit). Multicore (2 or more) is pretty much the state of the art (are there still any single core CPU's out there?).
    It of course needs to be a Windows (7 or 8) to support VS. New Laptops should have UEFI (all that are sold with Windows 8 have).
    If you do not need a lot of storage, using a SSD instead of a HDD will propably speed up startups (Windows, Programms) and compilation times a lot (those are disk-heavy operations) - but I only know that it should and heard of people who have them.
    Let's talk about MVVM: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/b1a8bf14-4acd-4d77-9df8-bdb95b02dbe2 Please mark post as helpfull and answers respectively.

  • SCEP 2012 R2 redirect AV definition folders

    We have a network with VDI based cliens. VDI's are streamed through a vDisk. We use device cache in RAM with failover on disk. Each VM has a D-drive attached which is used for pagefile en eventlog placement.
    I'm looking for a way to redirect to System Center Endpoint Protection 2012 R2 definition/pattern files to the D-drive. There is little to no information available on how to accomplish this. Through my search I came accross
    this post based on FEP2010 which describes a way to redirect the definition folders to another location. Following these steps I managed to place the Definition folders on the D-drive, however I would like to know if there are other Registry keys,
    folders etc. to be relocated also. Does Microsoft support a redirection scenario, especially since it is recommended to do this in a VDI environment. Has anyone got any experience or information on how to accomplish this on the Microsoft way?
    Thanks in advance.

    What I did so far is the following:
    During a Task Sequence I create a folder D:\SCEP
    md D:\SCEP
    The I Create a Symbolic link
    CD \ProgramData\Microsoft
    Mklink /d /j "Microsoft Antimalware" D:\SCEP
    In the next step of the Task sequence the Endpoint Protection agent is installed. I can see that the data written to C:\ProgramData\Microsoft\Microsoft Antimalware
    is actually placed on D:\SCEP.
    The SCEP updates apply accordingly and are placed on D:\SCEP as intended.
    So fas so good!
    What surprises me is that the state of SCEP is not reflected in the SCCM console. All policies are applied succesfully, updates applied succesfully, only the SCEP state is not shown. Has this any possible relation with the redirection?

  • VS 2013 Extension - Text Completion sample crashes

    Hello,
    I am trying to make the completion test sample work ( sample https://msdn.microsoft.com/en-us/library/vstudio/ee372314.aspx :  Walkthrough: Displaying Statement Completion )
    I installed VS2013 sdk, am running vs 2013.
    The sample compiles and launches, but when I open a text file and press a key, I trgger an exception:
    In TestCompletionCommandHandler.TriggerCompletion(), a completion session is created:
    m_session = m_provider.CompletionBroker.CreateCompletionSession....
    then a callback is attached to the session's Dismissed event. When m_session.Start() is called, the session is automatically dismissed ( in a SDK function called ..ensureValid()) , which sets the session pointer  to null, and makes the code crash afterwards.
    I dutifully followed the instructions to create the sample, the rest seems ok...
    Does someone know what could be going wrong ? Any help will be greatly appreciated !
    BTW , I disabled most of the extensions I have.

    Hi fred,
    I've reproduced this problem, I'm not sure what's the root cause of the problem either. But I'm going to escalate this case to some other engineers for further investigation. This will take some time, we'll come back if there're any updates.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Advice Needed - What's more important: Number of cores, RAM, Processor? Comparing similarly priced Macbook Pro's from 2012 - 2013

    What is more important? Cores, RAM, Processors etc?
    There are several models available right now on the apple store that are similarly priced but offer different specs.
    I'm looking to purchase a secondary Mac for making music (house/techno in Logic) on the move and to be able to carry out basic work tasks.
    The models at similar prices available are:
    Refurbished 13.3-inch MacBook Pro 2.9GHz Dual-core Intel i7      
    Originally released June 2012
    13.3-inch (diagonal) LED-backlit glossy widescreen display, 1280-by-800 resolution
    8GB (2 x 4GB) of 1600MHz DDR3 SDRAM
    750GB Serial ATA @ 5400 rpm
    8x double-layer SuperDrive (DVD±R DL/DVD±RW/CD-RW)
    Intel HD Graphics 400
    Refurbished 15.4-inch MacBook Pro 2.3GHz Quad-core Intel i7
    Originally released June 2012
        15.4-inch (diagonal) LED-backlit glossy widescreen display, 1440-by-900 resolution

        4GB (2 x 2GB) of 1600MHz DDR3 SDRAM
        500GB Serial ATA @ 5400 rpm
        8x double-layer SuperDrive (DVD±R DL/DVD±RW/CD-RW)
        NVIDIA GeForce GT 650M with 512MB of GDDR5 memory
    Macbook Pro 13-inch: 2.4GHz with Retina display Dual-core Intel i5
    2.4GHz dual-core Intel Core i5
    Turbo Boost up to 2.9GHz
    8GB 1600MHz memory
    256GB PCIe-based flash storage1
    Intel Iris Graphics
    Built-in battery (9 hours)2
    Which should I go for? Is retina all together a better machine and a good enough update, or should i go for a 2012 model which is almost maxed out like 15.4?
    Any advice and experience of these machines is appreciated.
    Thanks,
    kkd_ldn

    kkd_ldn,
    because the RAM in the Retina models is non-upgradeable, I’d say that RAM is most important on the Retina models.
    All of the models above will perform basic work tasks well; I haven’t tried making music on my Mac, so I don’t know what the bottleneck there might be. If it’s CPU-intensive, then the 15-inch quad-core model might be the best choice, despite its slower CPU speed. You can upgrade the RAM on the non-Retina models if RAM turns out to be a bottleneck.

  • Visual Studio (2012 / 2013 etc) crash on updating VSO / TFS bug on check-in

    I'm posting about this bug today after triggering it no less than 5 times in a row (because of my bad habit to press Ctrl-S often) each time losing my check-in comments and having to start again after restarting VS2013.
    Simple to reproduce, all you need to do is open a bug in Visual Studio, make a change to the bug outside of VS (e.g. by associating it with the build) then saving the bug. Crash.
    For example:
    Open project with pending changes
    From Team Explorer - Open Work Items / Open Bugs (or any view containing items)
    From Team Explorer - Open Pending Changes
    Drag and drop any bug to the "Related Work Items" section below comments
    Write a comment
    Hit Ctrl-S
    Crash.
    Also trying to update the bug / item itself after checking in (e.g. to close the item) will cause this.
    This bug has been around for at least the last two major version, can someone please fix it? (Save me throwing another mouse through the monitor :])
    Thanks,
    Martin Laukkanen
    Nearbaseline blog - nearbaseline.com/blog
    Bulk Edit and other Apps - nearbaseline.com/apps

    Hi Martin,
    Base on steps that you provided, I made a test in VS2013 update 2 with TFS 2013 update 3 and VSO, it works fine.
    So, I think the issue is in your VS or environment. Please refer to these steps below to narrow down this issue and deal with it.
    Create a new user account and run VS, then do the test, if it works fine, I think there are something wrong with your profile and you could create a new account and copy current user info to it.
    Check your OS with some tools, such as
    Sfc /scannow
    If your environment is OK, let’s check your VS.
    Use
    devenv /log to gather log and check the error form log file.
    Try other commands to fix, such as devenv.exe /safemode, devenv.exe 
    /resetskippkgs, devenv.exe  /installvstemplates, devenv.exe 
    /resetsettings, devenv.exe  /resetuserdata
    The devenv.exe tool is located under your VS location/Common7/IDE.
    If the issue still exists, please repair or update your VS.
    On the other hand, the issue of the bug has been around for at least the last two major version, which is related to TFS, I suggest that you should open a new thread in TFS forum.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why does my mac wake up from sleep while it is closed when I plug in the charger and viceversa (plug or unplug)?? It is latest 13 Pro with disk drive 2012-2013

         I dont know why it happens. I clos my mac, it goes to sleep and when it is already sleeping if i plug the charger then it wakes up, or at least the fans and the white led light near to the infrared thing turns on. And this also happens if it is sleeping with the charger plugged and whenever i want to quit the plug cause its already charged it turns on. All this happens with the lid (top cover) closed and only when it is sleeping and I unplug when it is pluged, or plug if it is not. I have some more Macbook pro olders 2010, and 2009-8 with 10.9.2, and this thing does not happen to them. Please if someone knows tell me??? If it is not clear is the Macbook Pro 13 with 3.0 usb, disk drive, the latest that apple announced with the disk drive, so i think it is late 2012 or 2013

    There are two distinct sets of settings for Energy-Saver items -- one for Battery, one for Power Adapter.
    When you plug in the adapter, it needs to wake up and change over to the other settings -- sort of like the hospital waking you up to be sure you get your sleeping pill.
    The later versions of Power Management are more sophisticated than older versions, so they are more likely to do this "correctly" -- to wake up and change over.

  • Is there a Project Server 2013 JSOM typescript definition file available?

    Hi, is there a typescript definition file (.d.ts) file available for PS.js? If not, are there any plans to come up with the definition file in the future?

    Hi, is there a typescript definition file (.d.ts) file available for PS.js? If not, are there any plans to come up with the definition file in the future?
    +1 to that - Might be a handy idea for someone to go through the documentation and write one.  I am tempted to do it myself.
    James Boman IPMO http://www.ipmo.com.au @JBoman32768

  • Can you install 16gbs of ram in a 2012/2013 non retina macbook pro?

    the newest non retina macbook pro on the apple website. the reason im asking is that apple only offers 4gbs and 8gbs. does apple not sell 16gbs of ram on the macbook because of price or does the computer not support it? im getting the 2.9GHz dual-core intel core i7 btw thanks for the help.

    According to this usually-reliable source, two @ 8GB will work:
    http://www.everymac.com/systems/apple/macbook_pro/specs/macbook-pro-core-i7-2.9- 13-mid-2012-unibody-usb3-specs.html

Maybe you are looking for

  • Home Hub 3 is slower than dial up.

    I used to be on a voyager 220v router but started having connection problems. After speaking to customer support, and after they ran some tests on the line/router, they told me that the fault was with the 220v and as it was obsolete, i would need to

  • How can I copy the QRCode from the addressbar to the clipboard?

    I want to paste it into a graphics program or save it to an image file. (I know I can make a screenshot with the printscreen key; but I would like to get just the code, and not having to remove everything else from the image by hand first.)

  • How to display the request date in query

    Hi, I want to display the No. of request ID and request date in the query, but how could I get the  request date? Can anyone give me some suggestion? Thanks Huaiyuan

  • Material procurement as Project stock

    Hi, I have assigned a Non Stock Material (N) to WBS activity ---> converted the PR (created for network) to PO --> now i want to do GR for this PO and update the material recieved as Project stock on the correspondign WBS. I am using movement type 50

  • New to ABAP

    Dear Freinds, I am a functional consultant sap sd.I want to learn IDOC's BDC's userexits reports customization variant configurations I have few basic questions 1) Can you please guide me if it is required to have a ABAP prgramming knowledge to learn