How can we help you today? How can we help you today?
Matt::
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....
1 follower 1 comment 0 votes
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...
3 followers 3 comments 0 votes