Mule 4 : Transform Message does not show its related properties for editing in studio - mule4

Issue : When I drag and drop the Transform message component in Anypoint Studio v7.4.2 , I am not able to see the properties to edit it.
The issue started occurring suddenly when I was debugging an application in Studio.
It said :
An error has occurred. See error log for more details.
Class org.mule.tooling.ui.dfl.contribution.editor.script.output.OutputPreviewController$1 does not implement the requested interface com.google.common.util.concurrent.FutureCallback
And since then I have tried to
close and reopen project,
reimport project in Anypoint Studio
restarted studio and the Windows system
but nothing is working.
Attached is the screenshot. Can someone please help?

Try resetting perspective. Windows -> perspective -> Reset Perspective or switch workspace . If that fails you can always reinstalling Studio.

Related

Xamarin - A remote error occurred in the connected mac. ... Connection is finished

The connection had been working for a while and then suddenly I started getting a flurry of error messages that resulted with a final "... connection is finished" error.
After a few attempts, I was able to screen capture one of the preceding messages and came up with this:
A Remote error occurred in the connected Mac
XCode couldn't be found at /Library/Developer/CommandLineTools. Please specify the right location in Visual Studio under 'Tools > Options > Xamarin > iOS Settings' or ensure that uit is installed properly at the default location ('/Applications/Xcode.app')
I tried restarting visual studio on the PC, and Visual Studio and XCode on the mac, but no dice.
I solved this problem by going back and checking that XCode command line tools was setup properly. After a recent ios update, the Xcode command line tools had been "deconfigured". The fix was pretty simple. I just had to go back into Xcode > Preferences > Locations and reselect the command line tools from the dropdown. It wasn't an obvious or easy find, but it was a simple fix once you knew what to look for.

Visual Studio 2015 windows disappear when trying to debug

hoping somebody has run into this issue and knows a fix as it's driving me up the wall...
I mainly write web applications at my place of work and we've recently got our upgrade to Visual Studio 2015 Professional (Version 14.0.23107.0).
Since my first fresh install (and subsequent reinstalls) whenever I attach to a process to debug all my code windows disappear. If I click on the "Windows" menu bar item then I can still see those that have disappeared, but when I try to open them they refuse to appear.
If a breakpoint was get hit on one of those "missing" files then I would get the standard "browse to find source" window you often get when using 3rd party libraries.
What I have to do at the moment is place all my break points, close all my windows and then attach to my w3p.exe process. It's pretty annoying and I was wondering if anyone else had encountered this?
For reference, I'm using IIS 7.5.7600 on Windows 7 Professional on SP1.
Below is an example image of what I see when, on a brand new ASP.NET 4.6 project, when I place a breakpoint on the Index method in HomeController. If I click "Browse and find HomeController.cs" absolutely nothing happens.
Does anyone know what I can do to alleviate this issue?
EDIT: Also happens when debugging straight from Visual Studio using IISExpress

Web Deploy 3.5 Install Error - #2738

I'm attempting to create a custom WordPress theme using MS WebMatrix and am encountering the following error when trying to install the WP app:
Error 2738: Could not access VBScript runtime for custom action
This occurs when the download attempts to install Web Deploy 3.5. I'm currently running Windows 7 64-bit OS.
The research that I've done indicates this is error stems from "VBScript being not properly configured to run on the PC."
The solutions I've encountered and tried - to no avail - are:
Run MS FixIT
Re-registering the VBScript dll via cmd prompt - c:\windows\syswow64\regsvr32 vbscript.dll
Run the System File Checker tool sfc /scannow
[Note: I do not have, nor have I had McAfee installed - I've seen reports that in some instances the McAfee installation can cause the wrong vbscript .dll to be registered]
Outside of doing a factory wipe - which I'd like to reserve as a last resort or completely scrap using WebMatrix entirely - I've run out of potential solutions searching this specific problem.
Has anyone had success with this issue outside of the solutions posted here already? Any help would be appreciated.
So, I discovered a solution to this issue that hasn't been covered well online, so I'm posting it here.
A steadfast solution to resolving this error if running Windows 7 64-bit OS:
Open your registry editor
Start -> Search -> Type "regedit"
In the editor, click on:
HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\Wow6432Node\CLSID{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32
Check the value for (Default)
If it's anything other than C:\Windows\SysWOW64\vbscript.dll that's where your issue is originating
Make sure you have the correct permissions to edit the value for (default)
Right Click on InprocServer32 -> Permissions -> Give yourself "Full Control"
Now edit (Default) and set it to C:\Windows\SysWOW64\vbscript.dll
Reboot
This should fix any issues that might have been encountered during the execution of custom VBScript during Web Deploy download.

VS2015-CTP: Unable to get Ripple session info. Exception: Cannot send a content-body with this verb-type

i recently installed the new windows 10 preview and the visual studio 2015-ctp (complete installation) and tried to play with cordova. So i just created a new project from the templates and tried to run it with ripple.
I got an error message pointing out that ANDROID_HOME is not defined, so i added a new environment variable:
ANDROID_HOME pointing to: C:\Program Files (x86)\Android\android-sdk
Now i got another error without any hints on how to deal with it:
Unable to get launched browser process for Ripple.
Unable to get Ripple session info. Exception: Cannot send a content-body with this verb-type.
Any ideas?
Thanks very much!
Edit: Still no answer? Do you have problems understanding my Question?
In VS, go to Tools > Options > Tools for Apache Cordova > Environment Variable Overrides. You might try setting the Android SDK variable here. It may report errors if there's a problem.

Visual Studio 2010 giving error "External Component has thrown an exception"

I am running Visual Studio Ultimate on Windows 7. Here is the description of my problem:
My VS 2010 had been running absolutely fine until today when it started giving error "External Component has thrown an exception" when I try to open a new website. Creating a new web application works fine though but I am unable to run any of them.
While trying to run the previously created websites/webapps, its giving error as "Unable to launch ASP.NET development server".
And when I try to debug the website/web app, I am getting error: "Unable to launch ASP.NET development server. An attempt was made to perform an initialization operation when initialization has already been completed".
Similar errors are coming when I try to open Windows Form Applications and other projects.
No errors are getting logged on event viewer and I cannot see any other error information apart from what is mentioned above.
I searched all over internet but no help. I have already trying un-installing VS2010 using the script at this link (provided by MS). But when I re-install VS2010, it still shows me same error. To my surprise, after re-installing VS still shows the previous project list in "Recent Projects". I really doubt if VS is getting uninstalled.
I am totally clueless and any help would be highly appreciated. I am left with no other option but to format my OS if I don't find a solution here :( Please do let me know if any other details are required...
It might be caused by an adding or extension that you've installed, maybe without being aware of.
there are several ways to deal with that - one is to get inside add in manager and remove/ deactivate them.
if VS can't load there is a flag that should do the trick.
check this link for instructions on devenv flags.
you can use: /ResetAddin or /SafeMode

Resources