Error Message with xref tag in oXygen - dita

I'm using oXygen 17.1 on a Windows to create a DITA doc. I'm getting an error for an external link using xref. Here's my code that isn't working: Go to LINK COPY.
The code is within in a command within a step. The error msg is vague (DOTJ012F). Any ideas what I'm doing wrong?

Related

I am having trouble while using CefSharp

I am trying to use CefSharp for MonacoEditor, but whenever I build the project it says this:
Severity Code Description Project File Line Suppression State Error CefSharp.Common contains unmanaged resoures, set your project and solution platform to x86 or x64.
I tried updating cef.redist.x64 and cef.redist.x86, but it says it's "not compatible." Can someone help me?

Strange Error Message in Visual Studio 2017 (Extensibility Project)

I installed VS 2017 RC (64 Bit, Windows 10 V. 1607) and tried to start a simple VSIX project (mainly following Mads Kristensen's video https://www.youtube.com/watch?v=MFiRotBsVKU). I also installed Extensibility Tools.
When I try to add a CommandClass, I am getting an error message telling "The parameter is incorrect. E_INVALIDARG" (see image below).
The project fails to compile bringing the following compiler error message: "No resource file set the resource merger. MyFileName".
And, strangely enough, if I open the VSCT file, which is an XML, it does not look like XML (no XML markup) and any attempt to open it with the VS's XML editor only looks like a text file.
I failed to find a hint in the web; does anybody know the recipe?

Eclipse save error when trying to open the design view of a synapse config file in WS02 Developer Studio

I'm following the tutorials and samples of the official WSO2 ESB documentation. When I create (or load) a synapse configuration in the WSO2 Developer Studio I'm getting the error as shown below:
Save problems
Save could not be completed.
Reason:
resources\sunErrorHandler.esb_diagram (The system cannot find the path specified)
This error shows up when I want to open anything in the Design view. Even when I'm not trying to save anything.
So far I have tried to add the path specified in the error, but without success. I already found a workaround to be able to save and deploy my ESB configurations. By using "Save as" I'm able to keep the changes I made in the XML files. However the error stills shows up when I open the new version of the file.
Does anyone know a better solution to permanently resolve this error message?
I had this problem as well, running eclipse.exe as administrator fixed it.
Issue remains unresolved for my Eclipse + DevStudio 3.8.0 install on a Windows 10 environment. However since I was experiencing some other issues with the WSO2 ESB I decided to migrate to a Linux (Ubuntu) environment. This seems to work much better, the eclipse does not seem to have this issue on Linux.
Eclipse want to write in C:\Program Files\eclipse\resources. I solve problem by adding full permissions to group users on folder C:\Program Files\eclipse
If this happens in Mac you can provide the required permission to the "/Applications/IntegrationStudio.app/Contents/MacOS/resources" folder.

TFS Eclipse Plugin - Can't Select Query

When trying to check a change into TFS with TEE (v14) I get an error if I try and select a query. The error is,
Unable to run query
The query "My Work Items" can't be run because of the following error with the query:
The specified variable does not exist. The error is caused by <<#project>>.
This is environmental though as I have another VM which is perfectly fine but uses a slightly old eclipse (Kepler). This to me implies that actually there is nothing wrong with the query!! I have compared the configuration in .microsoft but with no joy.
I can check in by using the task ID directly but would like to be able to see my tasks. Any help would be really appreciated.
Thanks,
Andy
Redhat 6.7
Eclipse Luna (4.4.2)
TEE Plugin v14
There is a bug in current version Team Explorer Everywhere 2015 (14.0.1) which causes the "specified variable does not exist" error message.
As a workaround, you can either: 1) run the query prior to opening the "Check In" dialog, or 2) add the work item to the dialog by entering its ID.
(check David Staheli's post in the bottom of this blog: http://blogs.msdn.com/b/bharry/archive/2015/07/06/team-explorer-everywhere-2015-rtm.aspx)

Error in NS2 debugging using Eclipse: "Cant find a source file at... "

I am trying to debug NS-2.34 using Eclipse Luna 4.4.2 under Ubuntu 13.10, and I had successfully configured NS2 and Eclipse for debugging by following the instructions from here "https://erl1.wordpress.com/2012/01/11/using-ns-2-with-eclipse/." The problem is, when I start debugging, debugging will not continue due to the error
Can't find a source file at "/build/buildd/eglibc-2/17/elf/dl-debug.c"
Locate the file or edit the source lookup path to include its location
I tried to locate the file in my system but I can't seem to figure that part out. How can I solve this error?
I think that's one of the many reasons why a lot of people transfer from NS2 to NS3 when they find that the module they would like to use is available in NS3.
For your problem, the page you are referring to has been a long time ago and there might be conflicts caused by new version.
For me, as a ns2er, when I modified some code or add new files, I just do "make" command and see what I got in the terminal. It works in most of the time.
Cheers,
Zeyu