Typedview and data source

Posts   
 
    
bentos
User
Posts: 146
Joined: 12-Jul-2006
# Posted on: 18-Aug-2006 12:49:18   

Hello all,

Can anyone think of the reason why a typedview is accessible with the code, but it is not showing up as available when using the typedview Dropdownlist in the data source control?

Regards,

Matthew

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 18-Aug-2006 16:12:37   

Would you please elaborate more? Thanks.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 18-Aug-2006 17:01:06   

do you get anything showing up in teh datasource control? The runtimes ask vs.net to get the types implementing a given interface, e.g. the interface for typedviews. Sometimes vs.net doesn't return any types. This is due to some strange tempdll issue vs.net creates in a webapp.

Frans Bouma | Lead developer LLBLGen Pro
bentos
User
Posts: 146
Joined: 12-Jul-2006
# Posted on: 21-Aug-2006 10:56:29   

I tried messing around cleaning the solution and restarting this morning and they have now appeared? The entity collections were always there for your information Thanks

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 21-Aug-2006 11:14:40   

bentos wrote:

I tried messing around cleaning the solution and restarting this morning and they have now appeared? The entity collections were always there for your information Thanks

Yeah, it's a true pain. MS knows about this, but apparently weren't able to fix it. It's not something we can fix however, vs.net gets confused which temp assembly to use and then returns no types.

Frans Bouma | Lead developer LLBLGen Pro