Activity overview
Latest activity by csaba_fabian
Embedding one or more native dlls
Hello,Is embedding native dlls possible?Thanks!Csaba Fabian
So, looking at the last two error messages gave me the idea... I created the db manually, specifying the path to the mdf file explicitely:
CREATE DATABASE SmartAssembly ON (
NAME='SmartAssembly',
FILENAME='<LOCALAPPDATA>\Microsoft\Microsoft SQL Server Local DB\Instances\SmartAssembly\SmartAssembly.mdf'
) And there it was, "(localdb)\SmartAssembly" started working. I'll keep you posted if I run into any other issues.
/ comments
So, looking at the last two error messages gave me the idea...I created the db manually, specifying the path to the mdf file explicitely:
CREATE DATABASE SmartAssembly ON (
NAME='SmartAssembly',
FI...
SOLVED. See next post. No luck. (Forgot to specify in original post that I am using SmartAssembly v6.12.3.697.) I realized that if I restart SA after changing the setting, I get more informative error messages, so here they are. When I try "(LocalDb)", "(localdb)" or "localdb", I get the following message at startup: [image] "(localdb)\SmartAssembly", if I create the local db instance called SmartAssembly results inĀ [image] If the localdb instance does not exist, it shows [image] / comments
SOLVED. See next post.No luck. (Forgot to specify in original post that I am using SmartAssembly v6.12.3.697.)I realized that if I restart SA after changing the setting, I get more informative erro...
Unable to use LocalDB with SmartAssembly
Hello,I created a localdb instace called SmartAssembly and started it.I confirmed that the db is running, bot using the command line tool (sqllocaldb i SmartAssembly) and using LinqPad. However, wh...