Activity overview
Latest activity by Matt::
Fixed it.
The solution is to make sure the original assembly containing the model is not in the bin folder / comments
Fixed it.
The solution is to make sure the original assembly containing the model is not in the bin folder
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....
yes, but it's 'host' assembly must have a location.
Is there any way to get at that? / comments
yes, but it's 'host' assembly must have a location.
Is there any way to get at that?
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...