Posts
Sort by recent activity
Problems with Entity Framework
Is there anything special I need to do to use SmartAssembly with Microsoft Entity Framework (3.5 SP1)?
I'm getting an exception along the lines of:Schema specified is not valid.
DataModel.MyModel....
Assembly.GetExecutingAssembly().Location is empty
I am embedding (not merging) an assembly into an .aspx project.
The following code:
Assembly currentAssembly = Assembly.GetExecutingAssembly();
var folder = Path.GetDirectoryName(curren...