asp.net - How to add microsoft.sqlserver.smo? -


i trying create new database in webmatrix, , shown error: "could not load file or assembly "microsoft.sqlserver.smo, version=11.0.0.0, culture=neutral, publickeytoken=blablabla" or 1 of dependencies. system cannot find file specified.

i sure there error in sql server, not getting anyone.

i have searched alot issue. main thing providing solutions visual studio, none of them giving example web.config or should webmatrix, know in vs pretty simple , easy, webmatrix?

all came upto somelike in web.config under assemblies, how connect it? or if there, how check whether file on system or not?

my question know whether file in system; installed correctly of not, , connect project create new databases.

nobody helped guess! tried find answer myself. found on other forums this:

that dlls found under folder:

c:\program files\microsoft sql server\100\sdk\assemblies 

and add them in site, using webmatrix require helper; because use webmatrix not visual studio.

so require something:

@using helper.name; 

the issue me dll not installed in windows 8. , not able run exception showed up.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -