MSDE Deployment
-
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
-
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
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 -
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 BierceI'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
-
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
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 -
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 -
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
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 -
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 -
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
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 -
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 BierceI 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
-
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
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 -
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 BierceI 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!
-
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!
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