Can't find microsoft.sqlserver.batchparser.dll

前端 未结 9 2177

I wrote an asp.net web app which uses SMO against SQL Server 2008 to be able to run some DB scripts. It references these assemblies (in the C:\\Program Files\\Microsoft SQL

9条回答
  •  抹茶落季
    2020-12-02 02:13

    First you need to enable browsing of GAC folder:

    1. go to Registry Editor (RUN > regedit)
    2. go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion
    3. Right click Fusion > NEW > DWORD
    4. Type DisableCacheViewer
    5. Double click DisableCacheViewer
    6. Set value to 1

    then you can find it here
    C:\Windows\assembly\GAC_32\Microsoft.SqlServer.BatchParser\10.0.0.0__89845dcd8080cc91

提交回复
热议问题