PureMVC Architects Lounge

PureMVC Manifold => Standard Version => Topic started by: Alain on May 26, 2008, 11:43:20



Title: Silverlight version
Post by: Alain 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


Title: Re: Silverlight version
Post by: puremvc on May 26, 2008, 05:38:18
The new port is in planning yes. There are a few changes that need to happen to the current port to bring it up to date before making a branch in the repository. The trunk going forward will hold the generics based implementation required by the new Silverlight and .NET 3.0; the branch will be maintained for those developing on .NET 2.0 and back.

Matt, any status on readiness to do the branch?

-=Cliff>


Title: Re: Silverlight version
Post by: Alain on May 27, 2008, 01:05:44
Thanx, that is good news.

I know Silverlight is still beta, but it would be nice to have a common framework to used between different technologies.

Alain