Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline Alexei  
#1 Posted : Thursday, October 24, 2013 12:35:54 PM(UTC)
Alexei

Joined: 10/24/2013(UTC)
Posts: 1
Location: Sydney

Thanks: 1 times
[1]. Fresh and new v0.9.9.7 installed and comes up with following error when i open editor.
9:15:25 PM Welcome to the Delta Engine Editor
9:15:25 PM Error: System.NullReferenceException: Object reference not set to an instance of an object.
at DeltaEngine.Editor.OnlineService.GetAllContentNames()
at DeltaEngine.Editor.ContentManager.ContentManagerViewModel.RefreshContentList()
at DeltaEngine.Editor.ContentManager.ContentManagerViewModel..ctor(Service service)
at DeltaEngine.Editor.ContentManager.ContentManagerView.Init(Service service)
at (UserControl plugin)

[2]. I couldn't change V# Solution path - it locked and (. . .) button unavailable
[3] Platform drop-down selector empty (even for default samples)

PLease advice. Did i miss something?

Edited by user Thursday, October 24, 2013 12:41:09 PM(UTC)  | Reason: Not specified

Alexei attached the following image(s):
EDitor01.jpg (61kb) downloaded 31 time(s).

You cannot view/download attachments. Try to login or register.

Wanna join the discussion?! Login to your forum accountregister a new account. Or Connect via Facebook Twitter Google

Offline Steve  
#2 Posted : Thursday, October 24, 2013 3:22:15 PM(UTC)
Steve

Joined: 5/6/2013(UTC)
Posts: 15

Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: Voevoda Go to Quoted Post
PLease advice. Did i miss something?


No, you did not miss anything.
Currently, we are working on all the Editor plugins to get them done, including the App Builder.
Please stay tuned for the final Milestone 5 release at the beginning of November.
thanks 1 user thanked Steve for this useful post.
Alexei on 10/25/2013(UTC)
Offline riyanmarge  
#3 Posted : Friday, May 13, 2016 8:59:43 AM(UTC)
riyanmarge

Joined: 5/13/2016(UTC)
Posts: 1

NullReferenceException indicates that you are trying to access member fields, or function types, on an object reference that points to null. That means the reference to an Object which is not initialized.

It's usually better to avoid a NullReferenceException than to handle it after it occurs. Handling an exception can make your code harder to maintain and understand, and can sometimes introduce other bugs. A NullReferenceException is often a non-recoverable error. In these cases, letting the exception stop the app might be the best alternative. More about.....NullReferenceException

Riyan
Rss Feed  Atom Feed
Users browsing this topic
OceanSpiders 2.0
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2023, Yet Another Forum.NET
This page was generated in 0.053 seconds.