Click here to Skip to main content
15,911,646 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
Dave Kreskowiak10-Apr-15 20:34
mveDave Kreskowiak10-Apr-15 20:34 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
dilkonika11-Apr-15 5:33
dilkonika11-Apr-15 5:33 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
Dave Kreskowiak11-Apr-15 7:00
mveDave Kreskowiak11-Apr-15 7:00 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
dilkonika11-Apr-15 7:34
dilkonika11-Apr-15 7:34 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
Dave Kreskowiak11-Apr-15 8:32
mveDave Kreskowiak11-Apr-15 8:32 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
dilkonika11-Apr-15 8:37
dilkonika11-Apr-15 8:37 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
Dave Kreskowiak12-Apr-15 5:04
mveDave Kreskowiak12-Apr-15 5:04 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
dilkonika12-Apr-15 17:58
dilkonika12-Apr-15 17:58 
The way I'm getting the object that i want to clone is this :

-I have a listbox bound to a bindingsource (that have as datasource = (From t in context.Myobjects where t.id>5 select t ).Tolist
- The user select several items from listbox.
- I have a listitm=New list(of Myobject) , where i add one by one the items selected from listbox.
- After i have the code that i posted to my question :
VB
Dim litm, newitm as MyObject
        For Each litm In itemlist
            newitm = litm.Clone()
        ...
        Next

so in this situation , do you have an idea why i have those strange looking proxy objects like : MyObject_F2FFE64DA472EB2B2BDF7E143DE887D3845AD9D1731FD3107937062AC0C2E4BB

Thank you !
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
Dave Kreskowiak12-Apr-15 18:36
mveDave Kreskowiak12-Apr-15 18:36 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
dilkonika12-Apr-15 18:39
dilkonika12-Apr-15 18:39 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
Dave Kreskowiak13-Apr-15 2:57
mveDave Kreskowiak13-Apr-15 2:57 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
dilkonika13-Apr-15 5:08
dilkonika13-Apr-15 5:08 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
Dave Kreskowiak13-Apr-15 6:06
mveDave Kreskowiak13-Apr-15 6:06 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
Sascha Lefèvre13-Apr-15 6:18
professionalSascha Lefèvre13-Apr-15 6:18 
GeneralRe: Entity Framework : Why this extension is not usable ? Pin
dilkonika13-Apr-15 6:26
dilkonika13-Apr-15 6:26 
QuestionChange URL current in Google Chrome Pin
James Carlo Valdeavilla10-Apr-15 16:26
James Carlo Valdeavilla10-Apr-15 16:26 
QuestionCompare the structure for 2 sql server databases Pin
dilkonika9-Apr-15 17:32
dilkonika9-Apr-15 17:32 
AnswerRe: Compare the structure for 2 sql server databases Pin
Wendelius9-Apr-15 18:08
mentorWendelius9-Apr-15 18:08 
GeneralRe: Compare the structure for 2 sql server databases Pin
dilkonika9-Apr-15 18:45
dilkonika9-Apr-15 18:45 
GeneralRe: Compare the structure for 2 sql server databases Pin
Tim Carmichael10-Apr-15 0:09
Tim Carmichael10-Apr-15 0:09 
GeneralRe: Compare the structure for 2 sql server databases Pin
Sascha Lefèvre10-Apr-15 1:22
professionalSascha Lefèvre10-Apr-15 1:22 
GeneralRe: Compare the structure for 2 sql server databases Pin
Tim Carmichael10-Apr-15 1:46
Tim Carmichael10-Apr-15 1:46 
GeneralRe: Compare the structure for 2 sql server databases Pin
Sascha Lefèvre10-Apr-15 1:47
professionalSascha Lefèvre10-Apr-15 1:47 
GeneralRe: Compare the structure for 2 sql server databases Pin
Eddy Vluggen10-Apr-15 2:38
professionalEddy Vluggen10-Apr-15 2:38 
GeneralRe: Compare the structure for 2 sql server databases Pin
Sascha Lefèvre10-Apr-15 2:51
professionalSascha Lefèvre10-Apr-15 2:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.