c# - LoadRunner code error -


i'm new c#. generated code using loadrunner , getting many errors. here couple , appreciate on how resolve this?

system.collections.ilist' not contain definition 'item' , no extension method 'item' accepting first argument of type 'system.collections.ilist' found

        //#warning:  code generation error         // found undefined object of type system.data.entityclient.entityconnection. assigning name entityconnection_1.         // suggested solution: adding both type, in assembly system.data.entity, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089, filter          // and/or other types return instances of one.         // note:  script not compile is.         lr.log("event 31720: entityconnection_1.begintransaction();");         dbtransaction_1 = entityconnection_1.begintransaction(); 

thanks in advance

nick


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -