Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. MSDE Deployment

MSDE Deployment

Scheduled Pinned Locked Moved Database
csharpdatabasesysadminarchitecturehelp
12 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    betterc
    wrote on last edited by
    #1

    I've written a fairly simple C# application that reads an MSDE database. The project is to distribute this application and database on CD. The client would install the application and the database would reamain on cd. My application works fine, the problem is developing a solid set up routine for deploying the application and MSDE. A toolkit and a dozen articles exist on the MS site but not one executable example. Does anyone have a small example of a 'setup' application to install an application, MSDE and it's database. Thank you, cb

    S 1 Reply Last reply
    0
    • B betterc

      I've written a fairly simple C# application that reads an MSDE database. The project is to distribute this application and database on CD. The client would install the application and the database would reamain on cd. My application works fine, the problem is developing a solid set up routine for deploying the application and MSDE. A toolkit and a dozen articles exist on the MS site but not one executable example. Does anyone have a small example of a 'setup' application to install an application, MSDE and it's database. Thank you, cb

      S Offline
      S Offline
      Sarvesvara BVKS Dasa
      wrote on last edited by
      #2

      If you are using Visual Studio .NET 2003... this would help... it works fine for me, Using Visual Studio .NET 2003 to Redistribute the .NET Framework[^] There is nothing new under the sun,
      But there are lots of old things we don't know.

      - Ambrose Bierce

      B 1 Reply Last reply
      0
      • S Sarvesvara BVKS Dasa

        If you are using Visual Studio .NET 2003... this would help... it works fine for me, Using Visual Studio .NET 2003 to Redistribute the .NET Framework[^] There is nothing new under the sun,
        But there are lots of old things we don't know.

        - Ambrose Bierce

        B Offline
        B Offline
        betterc
        wrote on last edited by
        #3

        I've tried to install the add-in and get a 'failed to load ... unknown error 80131500. I uninstalled Studio.NET and tried it again and still got the same error. What next. cb

        S 2 Replies Last reply
        0
        • B betterc

          I've tried to install the add-in and get a 'failed to load ... unknown error 80131500. I uninstalled Studio.NET and tried it again and still got the same error. What next. cb

          S Offline
          S Offline
          Sarvesvara BVKS Dasa
          wrote on last edited by
          #4

          What version of Visual Studio .NET u use?? 2002 or 2003??? There is nothing new under the sun,
          But there are lots of old things we don't know.

          - Ambrose Bierce

          B 1 Reply Last reply
          0
          • S Sarvesvara BVKS Dasa

            What version of Visual Studio .NET u use?? 2002 or 2003??? There is nothing new under the sun,
            But there are lots of old things we don't know.

            - Ambrose Bierce

            B Offline
            B Offline
            betterc
            wrote on last edited by
            #5

            2003

            1 Reply Last reply
            0
            • B betterc

              I've tried to install the add-in and get a 'failed to load ... unknown error 80131500. I uninstalled Studio.NET and tried it again and still got the same error. What next. cb

              S Offline
              S Offline
              Sarvesvara BVKS Dasa
              wrote on last edited by
              #6

              OK, in the 2003 VS.NET... When did the error message apprear?? During the installation of the plugin?? I had no issues in my case. If you have any installation problems for the plugin, you try to re-install the same after rebooting the PC There is nothing new under the sun,
              But there are lots of old things we don't know.

              - Ambrose Bierce

              B 1 Reply Last reply
              0
              • S Sarvesvara BVKS Dasa

                OK, in the 2003 VS.NET... When did the error message apprear?? During the installation of the plugin?? I had no issues in my case. If you have any installation problems for the plugin, you try to re-install the same after rebooting the PC There is nothing new under the sun,
                But there are lots of old things we don't know.

                - Ambrose Bierce

                B Offline
                B Offline
                betterc
                wrote on last edited by
                #7

                I get the error when I start a new 'startup project' and then select the add-in through the add-in manager. I've reinstalled everything with the same results. cb

                S 1 Reply Last reply
                0
                • B betterc

                  I get the error when I start a new 'startup project' and then select the add-in through the add-in manager. I've reinstalled everything with the same results. cb

                  S Offline
                  S Offline
                  Sarvesvara BVKS Dasa
                  wrote on last edited by
                  #8

                  Did u follow the instructions as in the document?? Please write down the steps u followed There is nothing new under the sun,
                  But there are lots of old things we don't know.

                  - Ambrose Bierce

                  B 1 Reply Last reply
                  0
                  • S Sarvesvara BVKS Dasa

                    Did u follow the instructions as in the document?? Please write down the steps u followed There is nothing new under the sun,
                    But there are lots of old things we don't know.

                    - Ambrose Bierce

                    B Offline
                    B Offline
                    betterc
                    wrote on last edited by
                    #9

                    I ran the setup for the toolkit I put a copy of the dotnetfx.exe in the C:\Program Files\Microsoft\MSDE 2000 Deployment Toolkit\Template\CD directory. I started a new setup project. I selected Tools^Add-in Manager then checked the MSDE 2000 Bootstrap Loader Configurator. That's when I get a dialog that indicates that the add-in failed to load with and unknown error 80131500 and offers to remove the add-in. cb

                    S 1 Reply Last reply
                    0
                    • B betterc

                      I ran the setup for the toolkit I put a copy of the dotnetfx.exe in the C:\Program Files\Microsoft\MSDE 2000 Deployment Toolkit\Template\CD directory. I started a new setup project. I selected Tools^Add-in Manager then checked the MSDE 2000 Bootstrap Loader Configurator. That's when I get a dialog that indicates that the add-in failed to load with and unknown error 80131500 and offers to remove the add-in. cb

                      S Offline
                      S Offline
                      Sarvesvara BVKS Dasa
                      wrote on last edited by
                      #10

                      hmm I have no idea about the error message sorry :( :(( There is nothing new under the sun,
                      But there are lots of old things we don't know.

                      - Ambrose Bierce

                      B 1 Reply Last reply
                      0
                      • S Sarvesvara BVKS Dasa

                        hmm I have no idea about the error message sorry :( :(( There is nothing new under the sun,
                        But there are lots of old things we don't know.

                        - Ambrose Bierce

                        B Offline
                        B Offline
                        betterc
                        wrote on last edited by
                        #11

                        I contacted the reference in the documentation and found out that although the dates on the package was the same as the one I downloaded ... One of the .dlls (M2KBSLC.dll)had changed. I redownloaded the toolkit (for about the 5th time) and did a reinstall. In the end it worked. Thanks for your help!

                        S 1 Reply Last reply
                        0
                        • B betterc

                          I contacted the reference in the documentation and found out that although the dates on the package was the same as the one I downloaded ... One of the .dlls (M2KBSLC.dll)had changed. I redownloaded the toolkit (for about the 5th time) and did a reinstall. In the end it worked. Thanks for your help!

                          S Offline
                          S Offline
                          Sarvesvara BVKS Dasa
                          wrote on last edited by
                          #12

                          betterc wrote: In the end it worked :rose: There is nothing new under the sun,
                          But there are lots of old things we don't know.

                          - Ambrose Bierce

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups