| | | StrataFrame Novice
       
Group: StrataFrame Users Last Login: Today @ 1:44:09 AM Posts: 115, Visits: 344 |
| | I've installed 1.6.5 Beta version and followed the instructions to run the sample. At First, I've got an error. But Next time, I couldn't get the same error. Now, Sample is running correctly. Our Devexpress version is 7.1. To go ahead with testing Inhereted UI, I need sources codes of the beta version to update Dll references. |
| | | | StrataFrame Novice
       
Group: StrataFrame Users Last Login: Today @ 1:44:09 AM Posts: 115, Visits: 344 |
| | I've gone some steps further to make ready for our project ; - Move the forms into a class library project (*.dll) - Run sample form by using dll (above) It works as your sample (Shows the form). I've added a BusinessObject to test project and got the error while loading the designer ; "Could not load type 'MicroFour.StrataFrame.Business.BaseBusinessObjectAttribute' from assembly 'MicroFour StrataFrame Base, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7'" Business Object Mapper also fails when configuring the project (Choose project); BusinessLayerException An error occurred while saving an the data to the server. TypeLoadException Could not load type 'MicroFour.StrataFrame.Security.DataAuditAction' from assembly 'MicroFour StrataFrame Base, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7'. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 11:54:01 AM Posts: 4,104, Visits: 4,177 |
| Yeah, that could be. Add this (MicroFour StrataFrame Base) assembly to your GAC and c:\program files\common files\microfour\strataframe as well...I will be doing a full rebuild of the 1.6.5 beta late this week or this weekend which will include these updated assemblies, but go ahead and add this one manually for the time being.
|
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 11:54:01 AM Posts: 4,104, Visits: 4,177 |
| Can I get the changes you make in the Business Dll ? Do these changes will be included in the new releases ? (Final build 1.6.5) These changes are in the Business assembly posted in the previous post. Be sure to copy down the Base assembly from your other post as well to get around the BaseBusinessObjectAttribute error. Yes, these will all be included in the final build of 1.6.5. |
| | | | StrataFrame User
       
Group: StrataFrame Users Last Login: 07/02/2008 10:13:48 AM Posts: 384, Visits: 1,391 |
| Hi,
Thank for great sample.
I also changed the Business assembly to expose two Friend methods to make this easier for you.
Did you change this in latest release as well?
Thank you |
| | | | StrataFrame User
       
Group: StrataFrame Users Last Login: 07/02/2008 10:13:48 AM Posts: 384, Visits: 1,391 |
| Hi,
I am not sure if it is practical. However, I would think if SF team could provides code snippet, template or anything similar for all interface such as IContrainerControl, IBusinessBinding and etc since 90% of code as same everytime we want to implement these interfaces to our custom controls.
From every release, we (SF user) don't know what is changed or broken. Instead, we know what we need to change. Therefore, I would think it is very helpful if we just use code snippet/template shipped with new release, and change any custom code required.
Thank you |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 11:54:01 AM Posts: 4,104, Visits: 4,177 |
| | |
|
|