.RLL

  • Hai Friends,

    I used SqlDMo to Take Bakeup in an application. it is working properly in system which got

    sqlserver installed. but not working in other systems which desen't have server or it component installed .

    how to make this programe work in client. it need some .rll files like sql-ns.rll etc but it is giving some error while i tried to regiester it.

    how to make a program work without sqlserver installed on a client system.

  • Not all dll's require registration. Which files are you installing to support DMO operations?

    Andy

    http://www.sqlservercentral.com/columnists/awarren/

  • Andy ,

    I want to register sqldmo.rll and sqlresld.dll,sqlsvc.dll,sqlwid.dll,w95scm.dll

  • .rll's are not registerable and do not need to be. Make sure you review the reditributables details on the SQL Server install disk to make sure you have all the files you need. You then package those files and REGSVR32 the dll's. If you do not have the disk I can find mine and give you the details of the redistribuables text file.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply