Windows error 0x8004000B, -2147221493

Detailed Error Information

OLE_E_STATIC[1]

MessageObject is static; operation not allowed
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code11 (0x000b)

Questions

0votes
1answer

C# : can't execute code from R

I want to show ellipse in c#. My codes is fine when it running in R but i get message from c# like this : "Object is static; operation not allowed (Exception from HRESULT: 0x8004000B (OLE_E_STATIC))" here this my codes : df.rconn.Evaluate("library(cluster)") df.rconn.Evaluate("library(rrcov)") public void setScatter(int xAxis, int yAxis, int [...] read more
c#
r
outliers
drawellipse

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0