Evaluating, Running DevExpress samples


Author
Message
StrataFrame Team
S
StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
1)  That's fine, you just won't be able to save records back to the business object unless you use stored procedures to handle the INSERTs, UPDATEs, and DELETEs manually.

2)  That will work fine as well. 

3)  Did you add the columns to the ListView itself?  You have to define the columns that will belong to the ListView (through the ListView's property sheet, not our type editor).  Then, add the display fields and then add the column display values in our type editor (say if you add {0} - Field1 as a display field, then you need to add a FormattedString column value that is {0}).  Post a screen shot of the data you entered in the type editor if you still have questions and I'll point you in the right direction.

StrataFrame Team
S
StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
As for your first question, no, to evaluate the DevExpress controls, you will need to reinstall 6.3.3... once you have purchased the framework, you can recompile the DevExpress Wrapper source code for whatever version of DevExpress you are using.

The only other option would be to create an app.config file that redirects all references of the 6.3.3 DevExpress to the 7.1.6 DevExpress.  I'm not sure how to do that explicitly, becasue Visual Studio always adds the app.config files for me when I need an assembly redirect.  Check Google for "app.config assembly redirect" and you should find someone that has an explanation on how to do it.

George Nentidis
George Nentidis
StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)
Group: Forum Members
Posts: 72, Visits: 251
I think it is better to use this only topic for questions about my evaluation.

So here's another problem:

1. I generated a BusinessObject using a View instead of a Table.

2. I have customized the columns displayed in a ListView by adding one Display Field and one Column.

3. When I run the application I get an exception of " Column 'Col0' does not belong to table ."

Could this be that BusinessObject is generated using a View instead of a Table?

Thanks again.

George Nentidis
George Nentidis
StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)StrataFrame User (168 reputation)
Group: Forum Members
Posts: 72, Visits: 251
Hi there.

I currently evaluating the framework and I am trying to run the DevExpress samples. It seems that those are build with the DevExpress 6.3.3, while I have installed 7.1.6.

Is there a way of running them without re-installing 6.3.3?

Thank you for your time,

George Nentidis

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search