Group: Forum Members
Last Active: 12 Years Ago
Posts: 1,
Visits: 1
|
Is there a registration or key process for the evaluation download?
Will the evaluation version not work with C# Express 2010?
I can not get anything to work. I tied to follow the most basic tutorial example, as follows:
1. Open Visual Studio, select File->New->Project... command and create a new Windows Application Project CHECK 2. Add references to "Nevron.System.dll", "Nevron.Presentation.dll" and "Nevron.UI.WinForm.Docking.dll" assemblies CHECK 3. Open the Form1.cs in the code editor. 4. Add the following "using" statements:
using Nevron.UI.WinForm.Controls; using Nevron.UI.WinForm.Docking;
CHECK CHECK.
Now..as soon as I get to this point, the namespaces Nevron.UI.WinForm.Controls and Nevron.UI.WinForm.Docking are not recognized. "Nevron" is underlined in red.
If I go to the References Section under the Solution Exporer, the (3) assemblies added are then. But if I open the Object Browser...they are NOT THERE.
What is going on..? I started over a few times...added the references from the Project Menu, them immediately looked in the Object browser. They were there.
Then as soon as I add the using statements...the assemblies "Nevron.System.dll", "Nevron.Presentation.dll" and "Nevron.UI.WinForm.Docking.dll" will no longer show up in the Object Browser.
Is is like as soon as they IDE looks at the assembly...it locks up and can't be seen...which is what led me to believe this is some sort of licensing issue...
PLEASE HELP!
|