If you are configuring the ObjectDataSource using the wizard, you might find that despite adding a reference to your business logic .dll, the business logic class name does not show up in the business object drop list.
Try building your WAP before using the ODS wizard.
I have tried this,but the result is not like what you said in your last post.Create a new web application,add a class library project as Business Logic.Add a reference to business logic project in the web application project and the corresponding .dll will
appear in the Bin folder.Drag an ObjectDataSource control to a default web page and config your datasource settings by using the ODS wizard,you can find business logic class shows up in the business object drop list.
Member
10 Points
309 Posts
ObjectDataSource: Wizard: Finding your biz logic class
Sep 10, 2006 08:34 PM|bluekiwi|LINK
For Web application projects.
If you are configuring the ObjectDataSource using the wizard, you might find that despite adding a reference to your business logic .dll, the business logic class name does not show up in the business object drop list.
Try building your WAP before using the ODS wizard.
Contributor
6768 Points
1511 Posts
Re: ObjectDataSource: Wizard: Finding your biz logic class
Sep 10, 2006 09:43 PM|Jasson_King|LINK
Member
10 Points
309 Posts
Re: ObjectDataSource: Wizard: Finding your biz logic class
Sep 11, 2006 07:14 AM|bluekiwi|LINK
Your description outlines my situation. I just needed to build the project before I could use the ODS wizard.
What didn't work for you?
Contributor
6768 Points
1511 Posts
Re: ObjectDataSource: Wizard: Finding your biz logic class
Sep 11, 2006 07:47 AM|Jasson_King|LINK
Member
10 Points
309 Posts
Re: ObjectDataSource: Wizard: Finding your biz logic class
Sep 11, 2006 11:57 AM|bluekiwi|LINK
So you had a different project type where it didn't work?
What was this project?