I've put a new pre-release of 3.6 online. This is pretty complete, and pretty stable.
http://www.lhotka.net/weblog/CSLANET36SilverlightAndWindowsPrerelease080919.aspx
Test projects under Csla/clslighttest are mostly used for
internal development work, and not intended to be used as demos. Please
look at the sample projects inside the zip file listed under Samples column in
the main link : http://www.lhotka.net/cslalight/download.aspx
instead.
Thank you.
Sergey Barskiy
Principal Consultant
office: 678.405.0687 |
mobile: 404.388.1899
Microsoft Worldwide Partner of the Year | Custom
Development Solutions, Technical Innovation
From: andy
[mailto:cslanet@lhotka.net]
Sent: Sunday, September 21, 2008 8:11 AM
To: Sergey Barskiy
Subject: Re: [CSLA .NET] CSLA .NET 3.6 (Windows and Silverlight)
pre-release
Rocky,
I ran into x-domain exception for your databinding-test project.
For datagrid-test project I got null excpetion in proxyfactory.cs
Type proxyType = Type.GetType(Csla.DataPortal.ProxyTypeName);
Any suggestion?
Andy
It is also important to understand some limitations around Silverlight
solutions. At least the following get me regularly:
1.
Make sure the web app is the default start app – somehow VS
seems to want to run the Silverlight app directly, which works, but isn’t
right
2.
Make sure the web app references System.Web.Silverlight.dll –
somehow VS keeps losing that reference
Rocky
I was able to compiled and ran fine.
I got the exception when I hit the "success login" button to retrieve data to display in the UI.
I will poke around to see I can resolve the issue.
Andy
If you are referring to sample project, try to check connection
string in .config file and make sure you have .\SQLEPXRESS instance running.
Thanks.
Sergey Barskiy
Principal Consultant
office: 678.405.0687 |
mobile: 404.388.1899
Microsoft Worldwide Partner of the Year | Custom
Development Solutions, Technical Innovation
From: andy
[mailto:cslanet@lhotka.net]
Sent: Monday, September 22, 2008 8:26 AM
To: Sergey Barskiy
Subject: Re: [CSLA .NET] RE: CSLA .NET 3.6 (Windows and Silverlight)
pre-release
I was able to compiled and ran fine.
I got the exception when I hit the "success login" button to retrieve
data to display in the UI.
I will poke around to see I can resolve the issue.
Andy
Copyright (c) Marimer LLC