This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How to install SQL CLR object with installShiled Setup ?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 31, 2013
12:23 AM
How to install SQL CLR object with installShiled Setup ?
Hello all,
Is it possible to install SQL CLR object with instllashield Setup . Now we are creating A SQL CLR object (UserDefinedFunctions) for our project we like to install it on client machine on setup install and use the SQL CLR object in our application .
With regard ,
jophy
Is it possible to install SQL CLR object with instllashield Setup . Now we are creating A SQL CLR object (UserDefinedFunctions) for our project we like to install it on client machine on setup install and use the SQL CLR object in our application .
With regard ,
jophy
(7) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 01, 2013
01:22 PM
Hello Jophy,
Have you tried adding the primary project output to the installsheild project and check if you able to use the SQL CLR object in your application after installation?
Regards,
Chiranjeevi
Have you tried adding the primary project output to the installsheild project and check if you able to use the SQL CLR object in your application after installation?
Regards,
Chiranjeevi
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 05, 2013
11:49 PM
chiranjeevi wrote:
Hello Jophy,
Have you tried adding the primary project output to the installsheild project and check if you able to use the SQL CLR object in your application after installation?
Regards,
Chiranjeevi
Hie,
There is an build error while compiling this project i have sent you the error message and the sample application.
Regards,
Anurag Shetti
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 06, 2013
07:48 AM
Hi,
Please right click on the primary output object in the 'Destination computer's files pane and select 'Resolve project output'. You can find few files that are dependent on the project. Add them manually to the project and try to build it.
Kindly let us know if this helped in solving the error.
Thanks,
Chaitra
Please right click on the primary output object in the 'Destination computer's files pane and select 'Resolve project output'. You can find few files that are dependent on the project. Add them manually to the project and try to build it.
Kindly let us know if this helped in solving the error.
Thanks,
Chaitra
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 06, 2013
09:57 PM
Chaitra wrote:
Hi,
Please right click on the primary output object in the 'Destination computer's files pane and select 'Resolve project output'. You can find few files that are dependent on the project. Add them manually to the project and try to build it.
Kindly let us know if this helped in solving the error.
Thanks,
Chaitra
Hi Chaitra,
Thanks for the quick reply. I performed the steps according as you suggested, but there were no files in the project dependent dialog box.
Regards,
Anurag
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 08, 2013
08:11 AM
Hi Anurag,
This is a known issue for solutions in which the project for the output to be resolved is not in the directory containing the solution or a subdirectory of it.
For example, it will happen if your solution is at C:\docs\solutiondir and your vcproj file is at C:\docs\someotherdir, the problem will happen. It won't happen if you move the vcproj file to C:\docs\solutiondir or C:\docs\solutiondir\subdir.
You can refer the following link for some information about this error, while we shall investigate this issue and get back to you at the earliest.
http://community.flexerasoftware.com/showthread.php?125798-Problem-resolving-Visual-Studio-NET-Project-Output
Thank you for your patience.
Regards,
Chaitra
This is a known issue for solutions in which the project for the output to be resolved is not in the directory containing the solution or a subdirectory of it.
For example, it will happen if your solution is at C:\docs\solutiondir and your vcproj file is at C:\docs\someotherdir, the problem will happen. It won't happen if you move the vcproj file to C:\docs\solutiondir or C:\docs\solutiondir\subdir.
You can refer the following link for some information about this error, while we shall investigate this issue and get back to you at the earliest.
http://community.flexerasoftware.com/showthread.php?125798-Problem-resolving-Visual-Studio-NET-Project-Output
Thank you for your patience.
Regards,
Chaitra
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 11, 2013
04:45 AM
Hie Chitra,
I have tried the method that you mentioned but still i am getting the same error.
Thanks and Regards
Anurag Shetti
I have tried the method that you mentioned but still i am getting the same error.
Thanks and Regards
Anurag Shetti
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 14, 2013
05:20 AM
Hi Anurag,
Thank you for the update.
We are currently working on this issue and will get back to you at the earliest.
Thank you for your understanding and patience.
Regards,
Chaitra
Thank you for the update.
We are currently working on this issue and will get back to you at the earliest.
Thank you for your understanding and patience.
Regards,
Chaitra