I was trying to create a new database in WebMatrix, and I was shown this error: "Could not load file or assembly "Microsoft.SqlServer.Smo, Version=11.0.0.0, Culture=Neutral, PublicKeyToken=blablabla" or one of its dependencies. System cannot find the file specified.
I am sure that there is some error in SQL Server, but I am not getting help from anyone.
I have already searched alot for this issue. But the main thing is they are all providing help solutions for Visual Studio, none of them are giving some example for web.config or should I say for WebMatrix, I know in VS its pretty simple and easy, but what about WebMatrix?
All that I came upto is somelike in web.config under assemblies, but how to connect it? Or if it is there, how to check whether the file is on system or not?
My question basically is just to know whether the file is in the system; it was installed correctly of not, and to connect it to the project to create new Databases.