CSLA .NET 3.6 (Windows and Silverlight) pre-release

CSLA .NET 3.6 (Windows and Silverlight) pre-release

Old forum URL: forums.lhotka.net/forums/t/5436.aspx


RockfordLhotka posted on Friday, September 19, 2008

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

andy replied on Sunday, September 21, 2008

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

sergeyb replied on Sunday, September 21, 2008

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

cid:_2_0648EA840648E85C001BBCB886257279
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


RockfordLhotka replied on Sunday, September 21, 2008

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

 

andy replied on Monday, September 22, 2008

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

sergeyb replied on Monday, September 22, 2008

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

cid:_2_0648EA840648E85C001BBCB886257279
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