Error BCE00118

Hi,

I am developing an app for windows store. I have my c# files placed in standard assets folder. The app is running on unity. But while making the build for windows store, I am facing the following errors:

  1. Assets/manageorientation.js(35,23): BCE0018: The name ‘hud_script’ does not denote a valid type (‘not found’).

  2. Could not load file or assembly ‘System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its Assets/manageorientation.js(19,22): BCE0018: The name ‘Rope2’ does not denote a valid type (‘not found’).

Please help me to solve this issue.

Thanks and regards,

Karanvir Saggu

Go to player preferences and change Compilation Overrides setting to Partial Net Core.

I am using unity 4.2.1 and in this version only two options are available in compilation override settings, which are :

  1. None

  2. Use Net Core.

There is no option like Partial Net Core.

And even If I use the option Use Net Core, the same error I mentioned above remains. Tell me which version of unity you are using.

Thanks and Regards,

Karanvir Singh Saggu

it’s 4.3.1, in 4.2.x js is not supported

I think 4.2.x version did support js. Because I worked on js before on same version but i never faced such kind of error. Please tell me other solution if any.

JavaScript and Boo are supported since 4.3, in 4.2 they might work partially, but they are buggy and should not be used.