Can't access stored procedure from entities
        Posted  
        
            by molgan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by molgan
        
        
        
        Published on 2010-03-24T15:18:37Z
        Indexed on 
            2010/03/24
            15:23 UTC
        
        
        Read the original article
        Hit count: 521
        
entity-framework
|visual-studio-2008
Hello
I'm using entity framework that came with 3.5sp1. And in visual studio I have imported function so it shows under "Function Imports" in the "Model Browser".
I have assigned all rights to the user that connects to the database.
But it doesnt show in the intellisense when I type "_entities.", only my other entities shows there.
I opened the designer file and couldnt find it there either.....
The stored procedure should return a scalar datetime value, and not an "entity"
What might be wrong here?
/M
© Stack Overflow or respective owner