When i install measuremen​t studio it causes the visual studio crash at start up

when i install measurement studio it causes the visual studio crash at start up .it is unusual. the information about it say the problem is clr.dll what is that ? how can i solve that?the problem is shown in attached file
Attachments:
Untitled.png ‏193 KB

hi -thank you.the version i use is 2012-my system windows is win7 service pack1-32 bit- after this problem apeared i uninstalled the measurement studio and i examined the visual studio came up succesfully . in the error log i saw clr.dll that might have problem but the problem that is always first tim say is:  an unhandeled microsoft .net framework exception occured in devenv.exe [5144].but the number in [] each time . it is really unsual
Attachments:
Untitled2.png ‏223 KB

Similar Messages

  • When i install adobe acrobat 7.0 with the CD, i have to put the serial number. Then he says 'invalid serial number' My info from CD= ser nr 54016802TR

    When i install adobe acrobat 7.0 with the CD, i have to put the serial number. Then he says 'invalid serial number' My info from CD= ser nr 54016802TR

    Find your serial number quickly

  • The Visual Studio 2013 setup wizard said "Setup failed" many times when I UNINSTALL it.

    I hope somebody can help me... Sorry for my bad English.
    I had Visual Studio 2013 installed about two years ago. But I don't need it now and I want to uninstall it. However, the setup wizard said "Setup failed" after I clicked "uninstall" for a while. And it said:
    Microsoft Visual Studio 2013
    Fatal error during installation.
    Microsoft Advertising SDK for Windows Phone - ENU
    Package failed.
    Microsoft Visual C++ 2012 Compilers For Windows Phone - ENU Resources
    Package failed.
    Microsoft Visual C++ 2012 Core Libraries For Windows Phone
    Package failed.
    Microsoft Visual C++ 2012 Compilers For Windows Phone
    Package failed.
    Workflow Manager Tools 1.0 for Visual Studio
    Package failed.
    Windows 8 Development Essentials
    Package failed.
    LocalESPCui for en-us
    Package failed.
    LocalESPC
    Package failed.
    I have tried repair it, but it said:
    Visual Studio Core Features - ENU
    Fatal error during installation.
    After repair, I clicked "uninstall" and it tipped me the same error.
    Thanks very much.

    Hello Sakura Chino,
    The Visual Studio installation will leave some components on your OS for repair/uninstall. The problem seems related to this. If you can find the installer which you used to install Visual Studio 2013, then please use it to repair and uninstall. It
    will fix problems on your OS so please don't try to uninstall from control panel. 
    If you cannot find the source installer, please download the same version of Visual Studio 2013 ISO from here:
    https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx
    Then verify it's hash value by refer to the following page:
    https://www.visualstudio.com/en-us/downloads/visual-studio-2013-iso-sha1-vs
    After that, you can use that installer to repair then uninstall.
    If you still meet any problem, please use the following tool to fix:
    https://support.microsoft.com/en-us/mats/program_install_and_uninstall
    It is for Visual Studio 2010 or previous versoin, but some customers fixed problems by using this tool. I think you can also have a try on it.
    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.

  • Installing WIX Toolset after Visual Studio 2013 setup corrupts Visual Studio

    Hi,
    Installing Wix toolset Version 3.8 seems to corrupt the Visual Studio installation. After installing Visual Studio 2013 on Windows 7 x64, I install the WIX toolset version 3.8 (latest stable release). After this VS cannot be opened.
    Any others on the forum that can confirm this as an issue with WiX 3.8, or anyone know a solution for this problem?
    SWEDEV

    Hello SWEDEV,
    I've just checked this link
    https://wix.codeplex.com/releases/view/115492 and find the following:
    Major features of WiX v3.8 are:
    Support for Visual Studio 2013 in Votive and the WiX native libraries. (Bob Arnson and Rob Mensching)
    Bootstrapper application functions to extend WixStandardBootstrapperApplication. (Neil Sleightholm
    It seems it WiX v3.8 is supported on Visual Studio 2013. In my mind, the issue may due to some corrupt setting or extensions on your Visual Studio.
    Please try some common steps below to see if your issue can be fixed:
    Please open an administrative CMD window and navigate to C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE and run these commands:
    1.devenv.exe /safemode
    2.devenv.exe /resetskippkgs
    3.devenv.exe /installvstemplates
    4.devenv.exe /resetsettings
    5.devenv.exe /resetuserdata
    Note that the above steps are unrelated and so checking if your issue has been resolved, after every step may help you save time on steps that were not required!
    Please rename these 2 registry keys under the registry editor:
    HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0_Config
    HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0
    By the way, have you ever tried to repair Visual Stuido before? If you haven't, please try it.
    Regards,
    Barry Wang
    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.

  • Couldn't close the visual studio.

    Hi,
    My requirement is to open a internal browser in my application. My application is a plugin to a visual studio, which looks similar like VS.
    I have the following code, which works perfect.
    dispatcher.BeginInvoke((System.Threading.ThreadStart)delegate()
    IVsWebBrowsingService browser =
    this.viewModel.Service.GetService<SVsWebBrowsingService,
    IVsWebBrowsingService>();
    IVsWindowFrame frame =
    null;
    int hr = browser.Navigate(Path.GetFullPath(this.viewModel.ReportSetting.OutputFileName),
    0, out frame);
    System.Diagnostics.Debug.Assert(hr ==
    VSConstants.S_OK,
    "Navigate did not return S_OK.");
    //this.viewModel.ReportSetting.OutputFileName = "C:\Outputfile.xml"
    All works fine, problem here is when i try to close the Visual studio(My application), i am getting a pop up window saying
    "Microsoft Visual Studio has detected that
    an operation is blocking user input. This can be caused by an active modal dialog or task that needs to block user interaction. Would you like to shut down anyway?"
    Could you please let me know what could be cause for this issue.
    Thanks in advance.

    Hi puni_vidhya,
    >>"Microsoft
    Visual Studio has detected that an operation is blocking user input. This can be caused by an active modal dialog or task that needs to block user interaction. Would you like to shut down anyway?"
    According to the exception message, to check if the issue is related to the plugin impact the Visual Studio close, so I suggest you could try to
    run devenv.exe /safemode in command line and then try to close the VS again to check this issue.
    https://msdn.microsoft.com/en-us/library/ms241278.aspx?f=255&MSPPError=-2147217396
    (1) If you did not get same issue, I doubt that the issue is related to the plugin, so I suggest you disable Add-ins (e.g. “Tools” | “Add-in Manager”) and then check this issue again.
    (2) If you get same issue, I suggest you could try to create a simple project and then close the VS check if all type projects have same issue.
    (a) If all the error have same issue, maybe you will need to repair or re-install the VS and then check this issue.
    (b) If the issue just occurs in the specified application, I assume that the issue may be related to your application itself issue. So please you debug your application to check this issue again.
    Best Regards,
    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.

  • The visual Studio Test controller service on local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs

    We are using VS2013 Premium. i have installed vs2013 Test controller in my dev environment. While i am configuring (https://msdn.microsoft.com/en-us/library/hh546459.aspx) getting error message in
    the Configuration summary dialog box displaying following error's : 1. Failed to Configure TFS Team Project Collection, 2. Could not complete operation as the time out expired. ''
    I have checked the "visual Studio Test controller " in the
    Services --> Administrative. Its automatically stopped the service. When i started the manually its showing message like as 'The visual Studio Test controller
    service on local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs'
    Please guide me how to resolve this problem. 
    Thanks in Advance...

    Hi Divakar,
    What’s the version of your TFS?
    How do you configure the test control?
    Please make sure you are specify the team collection instead of team project.
    On the other hand, you may enable test controller logs. (You could share the log file on the OneDrive)
    # How to enable test controller logs
    http://blogs.msdn.com/b/aseemb/archive/2009/11/28/how-to-enable-test-controller-logs.aspx
    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.

  • Integrating crystal report into the visual studio standard edition IDE

    I have visual studio 2005 standard edition. I need to upgrade some asp.net reports that were done using visual studio 2003.
    I have just install Crystal Reports XI developer edition version 11.0.0.1282.  How can I integrate Crystal into the Visual Studio 2005 IDE?

    Hi
    I would like to inform you that VS 2005 is only compatible with CR XI R2 and CR 2008.
    Have look in supported platform guide:
    https://websmp105.sap-ag.de/bosap-support
    You need to upgrade CRXI to CRXIR2 then try to solve this issue.
    To download the CR XI R2 follow the instructions given below:-
    Crystal Reports XI is installed on your computer. You need to manually uninstall Crystal Reports XI for one of the following reasons:
    u2022 To verify that all Crystal Reports XI components have been completely removed prior to installing a later version of Crystal Reports.
    u2022 To remove the remaining Crystal Reports XI components that have not been removed using the 'Add/Remove Programs' command (Start > Settings > Control Panel).
    u2022 To remove the remaining Crystal Reports XI components that have not been removed using the Setup.exe file from Crystal Reports XI installation CD.
    How do you manually uninstall Crystal Reports XI?
    Resolution
    Before getting started, uninstall Crystal Reports XI by launching the Setup.exe file from the installation CD or by using the 'Add/Remove Programs' command. If either of these methods fails to remove all Crystal Reports directories, files and registry keys, then continue with the resolution of this article.
    ==========
    WARNING:
    This resolution can be applied if Crystal Reports XI is the only software installed on the computer that uses the Business Objects directories, files and registry keys.
    For example, Crystal Analysis, Crystal Enterprise and BusinessObjects Enterprise XI are applications that may share the same directories, files and registry keys.
    Removing these directories, files and registry keys may cause other software to function incorrectly.
    ==========
    1. To manually uninstall Crystal Reports XI, delete the following directories:
    u2022 C:\Program Files\Common Files\Business Objects\3.0
    u2022 C:\Program Files\Business Objects
    ====================
    NOTE:
    Do not remove the directory C:\Program Files\Common Files\Business Objects\3.0 if you have BusinessObjects Enterprise XI or Crystal Reports Server XI installed. These files are shared by both applications and removal of these files will cause Business ObjectsEnterprise XI and Crystal Reports Server XI to function incorrectly.
    ====================
    2. Delete the following registry keys:
    ====================
    WARNING:
    The following resolution involves editing the registry. Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall the Microsoft Windows operating system. Use the Registry Editor at your own risk.
    HELP:
    For information on how to edit the registry key, view the 'Changing Keys And Values' online Help topic in the Registry Editor (Regedit.exe).
    RECOMMENDATION:
    It is strongly recommended that you make a backup copy of the registry files (System.dat and User.dat on Win9x computers) before you edit the registry.
    ====================
    u2022 HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects
    u2022 HKEY_CURRENT_USER\Software\Business Objects
    u2022 HKEY_USERS\S-#-#-##-...-####\Software\Business Objects
    (The number signs (#) represent a series of numbers that are different on each computer.)
    ====================
    NOTE:
    After making changes to the registry, restart the affected service or application as required.
    After deleting the CR XI from the system install the CR XI R2 full build and provide the same key as you provided in CR XI.
    URL to download CR XI R2 is: - http://resources.businessobjects.com/support/additional_downloads/service_packs/crystal_reports_en.asp#CRXIR2
    Click on
    Service Pack 2 - Full build  - ZIP - 1.03 GB - released April 2007
    I would suggest to use the latest service pack of CR XI R2 i.e. Service Pack 4.
    to download SP4 click [here|http://resources.businessobjects.com/support/additional_downloads/service_packs/crystal_reports_en.asp#CRXIR2].
    Note:- before installing SP4 - you must have installed CR XI R2 SP2
    Hope this helps!!
    Regards,

  • My mac causes the internet to crash

    Hey mY Macbook pro causes the internet to crash as soon as i connect, yet other devices run fine on it. the router is a belkin n but the whole network goes down when i connect. help would be appreciated
    Cheers

    It sounds like something is wrong with your router. I suggest you try another one.

  • I try to play a video through itunes but everytime it tries it causes the software to crash with windows 7.

    Has anyone had this problem?  I've tried to play a video through itunes but everytime it tries it causes the software to crash with windows 7.  I have the newest updates.

    Try the following user tip:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • This regards Adobe Reader XI 11.0.07 and Adobe Acrobat Pro XI 11.0.07 running on Win 7. Copying text in a text callout (to paste into a text callout in another pdf document (3 instances of Adobe open) sometimes (only sometimes) causes the program to crash

    This regards Adobe Reader XI 11.0.07 and Adobe Acrobat Pro XI 11.0.07 running on Win 7. Copying text in a text callout (to paste into a text callout in another pdf document (3 instances of Adobe open) sometimes (only sometimes) causes the program to crash, losing unsaved work. Windows Task Manager shows only a small percentage of cpu used and plenty of memory available. What is causing this?

    scholtzkie wrote:
    "Please wait...If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.   You can upgrade ...  For more assistance....    Windows is either a registered trademark...."
    This usually occurs if you use a browser that uses its own PDF viewer, not the Adobe Reader plugin; see http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • New Mac Mini Server, two Hard drives, Can I install an older Mac OS on the second drive and switch start up disks to run PowerPc applications?

    New Mac Mini Server, has two Hard drives, could I install an older Mac OS on the second drive and switch start up disks to run PowerPc applications?

    I haven't purchased a Mac Mini at this time and I may not if I can't use it as a non server. I need to update my system I would be better off buying a new Mac with Snow Leopard the last app that will run Rosetta. The Mac Mini Server has a quad 2.0 processor and 4 GB RAM and two internal hard drives and should out perform my dual 1.25 G4. I can run PPC apps on my G4 but it is 8+ years old and seems to be getting noisy. I don't want to tie myself to another old machine. I want a machine that will work with Intel Apps I was hoping that the two hard drives would allow me to boot from the second with Snow Leopard and use Lion on the first drive to be able to keep up to date with all my other universal apps and Mac OS up grades. The application I use the most is my CanvasX app with drawing & vector effects, text & typography, sprite technology, painting, image editing, and multimedia tools are all in this one app but will not be updated to run Intel apps. I am frozen in time because my most valuable Application won't be updated and Apple has cut me off by not supporting PPC in Lion and onward; Apple used to backward support but I guess that they are no longer as user friendly and concerned with a happy user. I have always been a loyal Mac user and I will not migrate to Windows under any circumstance; I hate windows!
    Thanks for your prompt response,
    Dick Deaton

  • Under linux firefox browser to open the video page causes the browser to crash.

    Operating system version:Linux CenTos6.4 GNOME2.28.2
    Web browser versions:Firefox31.6.0 in Firefox37.0.1
    Flash Player version:11.2 r202 11.2.202.451
    Open Tencent and Sina video browsing video will cause the browser to crash, has been closed hardware acceleration. More and more people are using the Linux desktop,I hope that Adobe can continue to update and maintain Linux systems support Flash Player。Thanks
    Firefox fault report:
    https://crash-stats.mozilla.com/report/index/bp-4a354992-b0a2-4e94-840c-40f512150404
    https://crash-stats.mozilla.com/report/index/bp-d27ebf7d-cd04-41ea-abfc-79b232150404
    Video capture:
    http://pan.baidu.com/s/1bnnRhWr
    http://pan.baidu.com/s/11z8Ua
    Cause malfunctions page:
    http://sports.qq.com/a/20150403/062653.htm

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • I can't find the appx or xap package from windows app studio souce code in visual studio 2015

    I created a project from Windows App Studio then downloaded the source code and modify it. I set all configuration to Release Any CPU. But after rebuilding solutions several times there are no appx or xap package files found. How to create appx package
    from windows app studio source code using visual studio 2015?

    For that right click on the solution folder in Visual Studio, and you would find an option to create App Packages. 
    Hope this might help! 
    Create an app package
    Happy Coding!

  • Able to connect the visual studio 2010 to Remote SharePoint 2010 server?

    Able to connect the visual studio 2010 to Remote SharePoint 2010 server?
    l
    I researched the result value is null,
    They asking to try in another method like
    SharePoint Redistributable,
    SharePoint SDK.
     Any possible ways to connect the remote SharePoint2010 server with the local system.

    hi,
    try to see these links :
    http://platinumdogs.me/2014/01/14/remote-sharepoint-site-connections-not-supported-using-visual-studio-2013-and-host-named-site-collections/
    http://blogs.msdn.com/b/kvosters/archive/2013/03/27/sharepoint-2013-cannot-connect-to-the-targeted-site.aspx
    if you try these and they didn't work so you can't :(
    HOPE IT HELPS

  • Store would not take back by broken studio beats cause the serial number and box didnt match

    so i went to return my studio wireless beats today cause the right side volume was not working.  the waterword lakes store manager would not take them cause the box and headphones serial numbers did not match and accused me and having more than one pair.  These are the only beats i own and have ever owned  they were bought online from best buy and box was sealed by my wife.  so how would you ever know the serial numbers dont match?  Open it in front of a best buy manager before you leave??  said for me to call beats myself.  So $360 bucks down the drain? They were probably refurbed and boxed during black friday is my guess.  not good best buy

    Hello and welcome to the forum coljeski,
    As someone who loves her Beats, I'm sorry to hear yours are not working well. They definitely are not a small investment, and I would be very frustrated also if I was told they could not be exchanged. It sounds like you might have received some misinformation, and I would be happy to look into this further. 
    Using the e-mail you registered on the forum, I was unable to locate your information or order history, so I have a couple of questions to help me assist you better. When did you purchase your Beats? Did you purchase the Geek Squad Protection plan (GSP) for them? Or were you still within the return/exchange period when you went to exchange them? To further clarify, if you did not purchase a GSP then you would have to contact the manufacturer directly for service. If you did purchase a GSP please send me a private message with your name, phone number we have on file for you, and the GSP plan number if you have it. To send me a private message simply click to the right of my signature below. 
    I hope this helps clarify things, and please do not hesitate to let me know if you have any further questions or concerns. 
    Regards, 

Maybe you are looking for

  • IPod won't charge with wall charger?

    i have tried to charge my ipod touch 4 gen  by a wall charger, or mains ac adaptor.  it wont charge!!  what wattage of voltage etc do you need to be able to have enough power to charge it? btw isnt a apple charger, but using the apple usb cable

  • Nokia n8! Video Help!

    recently bought a nokia n8 and set it up did the updates etc... all is fine with the phone love the phone its brilliant. i downloaded a mp4 to put on my phone a movie it worked fine just the picture wasnt really good so downloaded the same film in ag

  • JSON error when trying to redirect to another page in same application

    I'm trying to set up a PL/SQL dynamic action that is triggered by clicking on a button.  The dynamic action sets two values in a table and then I would like to redirect to another page.  Setting the values works fine.  The code is below: declare l_in

  • BIP Siebel integration / Symbolic URL

    Folks, Does anyone know if its possible to point siebel's symbolic url reference to either the reports tab or a folder under that ? Currently I have tried to set this up but it seems never to authenticate leaving me at the BIP console with out being

  • Bootcamp target disk weird screen saver on restart?

    I want to make windows my default operating system so I open bootcamp highlight windows & click target disk mode. However when it restarts I get this weird screen saver it looks like computer power & fan symbol side by side moving one point to anothe