Questions tagged [fusion]

Fusion is the code name for the assembly loader in .NET. Alternatively, it is a compiler optimization that removes intermediate data structures from composed operations on those data structures (also known as "deforestation").

It is fusion's job to seek out assemblies and load them into the current app domain so that a program can execute. The Assembly binding log viewer shows where it looks to find assemblies, and any issues that may arrise in loading them.

225 questions
0
votes
0 answers

Fusion table Current location

I'm trying to insert my current location in fusion tables. Can anyone help? My current code is: var mapDiv = document.getElementById('googft-mapCanvas'); mapDiv.style.width = isMobile ? '100%' : '500px'; mapDiv.style.height = isMobile ?…
Psantos
  • 1
  • 1
0
votes
1 answer

Fusionchart Angularjs cannot show Graph with JSON from URL

i use fusion chart for angular js. My data came from json url with http angular (with my factory), here my json object : {"chart":{"caption":"Asset Hardware by…
ikwijaya
  • 83
  • 11
0
votes
2 answers

Lucidworks fusion 3.1.0 error starting api

I am trying to run fusion but I keep getting this error: error starting api: api service (pid 8156) failed zookeeper and solr are started but when it comes to the api i get this error. Any insights are appreaciated.
G. Doe
  • 332
  • 2
  • 6
  • 15
0
votes
0 answers

ERROR:ORA-12560: TNS:protocol adapter error

I have converted Hypoervisor virtual machine (win 2012 rs with oracle) to vmware fusion virtual machine. The conversion went ok. But when i try to connect to oracle using sqlplus i get the error ERROR:ORA-12560: TNS:protocol adapter error but this…
last-Programmer
  • 985
  • 3
  • 9
  • 19
0
votes
1 answer

Oracle Fusion Middleware SOA 11 silent configuration through config.sh

I need to install Oracle SOA Suite 11.1.1.7 on headless server. This one: Fusion Middleware Installation Guide for Oracle SOA Suite and Oracle Business Process Management Suite I managed to install it through responseFile.rsp, which is a standard…
bodo
  • 827
  • 6
  • 19
0
votes
1 answer

create BI report in fusion using fusion webservices

I have consumed BI Report through WSDL, I have checked in SOAP UI there is a method to create BI Report through WSDL. How can i create BI Report through WSDL?.Kindly help me Regards Suba
0
votes
1 answer

List of functions to access data in SensorStudio blocks

Where can I find a list of functions that allow me to access data from SensorStudio blocks? For example game_rotation_vector_data_event()
0
votes
1 answer

How can I change the attribute in dataset of Fusionchart?

Hi I am implementing a chart in my Angularjs Application, You can see this plunker http://jsfiddle.net/fusioncharts/73xgmacm/ The thing which I want to achieve is to change the value attribute to profit. How can I do this ? I want to display profit…
Usman Iqbal
  • 2,379
  • 5
  • 26
  • 50
0
votes
1 answer

Accumulate/Collect based on temporal operator

I am trying to write a rule that collects / accumulates values based on a temporal operator. rule "Zone6 Overlap" when $i1 : Instance ($e1 : event == " Vel : 20.99-23.98 km/h : " && $name1 : name) from entry-point "Stream" $i2 : Instance…
Stu
  • 67
  • 6
0
votes
0 answers

Exception:unable to resolve method using strict-mode: com.realtech.flight.FlightStatus.speed() in kie-server container

I am a new in drools, I am trying to execute a simple CEP rule on Drools kie server 6.4.0.Final running on Tomcat7, but I am getting following error when i try to start the kie container. [localhost-startStop-1] DEBUG KieModule Lookup. ReleaseId…
haoyang
  • 1
  • 2
0
votes
1 answer

Last Day Function - Data Set Oracle Fusion

Im using Oracle Fusion in my enterprise project. We have to create a report that must include last day of a certain date in this format 'May-16' for example. This date field is result of a SQL query and is stored in the data set and I want to get…
0
votes
2 answers

Assembly reference not found, even though the assembly is in the same directory

We're currently developing an add-in for some software. We decided to develop in .NET, even though the application is written in some native language. Since there were some problems directly creating the external interface in .NET, we decided to…
OregonGhost
  • 23,359
  • 7
  • 71
  • 108
0
votes
1 answer

"could not load file or assembly" ends in catch block only in debug

I ran a windows service i developed on a server that had a pre-required software component missing. Sure enough the service crashed with a System.IO.FileNotFoundExcpetion: could not load file or assembly... The thing is, when i deploy the exact…
Menahem
  • 3,974
  • 1
  • 28
  • 43
0
votes
2 answers

Fusing dfs with equal dimmensions

I would like to fuse 3 data frames (AA, AB and BB) which contain exactly the same dimensions and will never contain a number in the same coordinate (if one contain a number the others will contain a NA. Can also be true that a specific coordinate…
user2120870
  • 869
  • 4
  • 16
0
votes
1 answer

Installing a program to my server

Pictures shows that I put on terminal: sudo vim /etc/apache2/sites-available/fusion_invoice.dev.conf After that at sitepoint.com says that I need to copy paste below: ServerAdmin webmaster@localhost DocumentRoot…