|
|
Comments and Discussions
|
|
 |

|
hi jhon
how to sort out this error plz help me
"Module C:\Program Files\JOHN KENEDY\setupMakananSqlExpr\SQLEXPR2005\Setup\ProgramFiles\Microsoft SQL Server\x86\Binn\xmlrw.dll failed to register. HRESULT -2147024769. Contact Your Support Personel".
|
|
|
|

|
hi i had create .net application which uses a database (Sql server 2005).
know i want to create and deploy my application on a system, where sql server is not install. can i deploy and use my application on that without installing the sql server?
if possible means how..
|
|
|
|

|
hi i had create .net application which uses a database (Sql server 2008).
know i want to create and deploy my application on a system, where sql server is not install. can i deploy and use my application on that without installing the sql server?
|
|
|
|

|
hi,
Iam developing in c# with SQL Server 2005 windows Application
Iam using the below
1.Bussiness Logic Layer
2.Data Access Layer
3.Facet- All Declartaion of Variables for above Layer
4.WinUI- All forms,Reports,Exe are here in this folder
4.1. Bin Folder
4.1.1 Debug
4.1.1 Reports Folder
4.1.2 WinUi.exe
I tried to create a SetUp File for the above.
But since WINUI exe is in Different folder i couldnt create it.
So please kindly help me to create a setup file for the above with sql server installer
U can also contact me thru nirmala.nisha@gmail.com
Regards
Nirmala Saravanan
|
|
|
|

|
I have imported your library in my code and I called the installer with the code you suggested and I got this error:
Retrieving the COM class factory for component with CLSID {10020100-E260-11CF-AE68-00AA004A34D5} failed due to the following error: 80040154.
I appreciate you putting in an effort to help out us folks, but your code is too big to make sense quickly. I gave up after half hour and i will be implementing my own solution. I am better off with a solution that I can control over a solution that may be better but is behaving eratically.
|
|
|
|

|
Hi,
I am trying to follow the steps you have given in your above article. I need to use it in Vb.net. I have added the SQLExpress files and .Bak files as you have suggested.
But when I put the code in the startup form of my application,
Dim _ins As New InstallationSQLEXPR("MyTestInstallation", "localhost", "MyOwnDBInstance", "dbMyOwnDBName", "FOOD_RESTORE.BAK")
If _ins.IsDone = False Then
_ins.ShowDialog()
End If
If _ins.IsRestart = True Then
Application.[Exit]()
Me.Close()
Return
End If
it returns error on InstallationSQLEXPR (not declared) I understand I need to add class but how?
Please help........
Thanks a lot
|
|
|
|

|
Dear Kom,
I have MSSQL Server(2005) database and Asp.net 2 web application and it will running fine in developer machine. I want to develop a web setup which will install in another pc only click on the next button and finish (to create a setup file that user just click next2 and will install .net framework, sql express and the application connect to the database, restore the app database to it, all automatically and now with SQL Express ) .
I am waiting for your kind response.
Thanks and Regards.
Swapan Sardar
E-mail: sardar_swapan@rediffmail.com
|
|
|
|
|

|
can i use sql server 2008 express edition instead of sql server 2005?
|
|
|
|

|
Dear John,
Please find the below error msg.. am getting this error msg while configure the db..
---------------------------
---------------------------
System.Runtime.InteropServices.COMException (0x80040000): [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).
at SQLDMO.SQLServerClass.Connect(Object ServerName, Object Login, Object Password)
at JohnKenedy.DataAccess.BusinessSQLEXPRInstaller.IsDatabaseExist() in C:\Inetpub\wwwroot\Makanan2\JohnKenedy.DataAccess\BusinessSQLEXPRInstaller.cs:line 126
at JohnKenedy.DataAccess.InstallationSQLEXPR.btnAttach_Click(Object sender, EventArgs e) in C:\Inetpub\wwwroot\Makanan2\JohnKenedy.DataAccess\InstallationSQLEXPR.cs:line 143
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.RunDialog(Form form)
at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
at System.Windows.Forms.Form.ShowDialog()
at MenuMakanan.Login..ctor() in C:\Inetpub\wwwroot\Makanan2\MenuMakanan\Login.cs:line 22
at MenuMakanan.Program.Main() in C:\Inetpub\wwwroot\Makanan2\MenuMakanan\Program.cs:line 20
---------------------------
OK
---------------------------
Please give solution to resolve this problem.
Thanks & Regards,
S. Siva Kumar
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
This project enables developer to create a setup package that automatically installs SQL 2005 Express and restores database to it
| Type | Article |
| Licence | GPL3 |
| First Posted | 28 Jul 2008 |
| Views | 79,240 |
| Downloads | 3,913 |
| Bookmarked | 131 times |
|
|