Thursday, 16 May 2013

Typed used in Using Statement must be implicitly converted to system.Idisposal

Typed used in Using Statement must be implicitly converted to 'system.IDisposable'

if you got above problem ,just add  System.ComponentModel 
namespace  


The namespace name Infrastructure does not exist in a namespace system.data.entity

The namespace name Infrastructure does not exist in a     namespace system.data.entity

When you create Web Application with Entity Framework ,you may be get the following error as  shown in figure


  above  all errors have come ,because of missing one reference ,
                                            that is  EntityFramework.SqlServerCompact
 so...just add it to your solution.  


install EntityFramework.SqlServerCompact...

that's over you got rid of all references error............