Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

| * |

  Show Posts
Pages: [1]
1  PureMVC Manifold / Standard Version / Silverlight version on: May 26, 2008, 11:43:20
Hi,

I used the PureMVC actionscript version is some Flex projects. That is why I like it, that the framework is also being ported to .NET/Silverlight.
However when I try to build the project in VS2008 I get the following errors:

The type or namespace name 'Hashtable' could not be found (are you missing a using directive or an assembly reference?)   
C:\...\PureMVC_CSharp\org\puremvc\csharp\core\controller\Controller.cs   48   30   PureMVC.Silverlight
The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?)   
C:\...\PureMVC_CSharp\org\puremvc\csharp\core\view\View.cs   82   53   PureMVC.Silverlight

I had to update the references to the Silverlight dll's, possibly because the Silverlight 2 Beta 1 was not supported.
Are you currently working on updating to Silverlight 2 beta?

Alain
Pages: [1]