Problem with Visual Studio integration
Problem with Visual Studio integration
Hi,
We are still trying to package up linq connect for network deployment and have hit another issue while testing.
It would appear that visual studio integration wont occur when using the below command line:
/TYPE=CUSTOM INSTALLATION /VERYSILENT /COMPONENTS="*VsIntegration,*Entity,*LinqRuntime,*ModelerTool,*WebProviders,*SSIS,*EntLib" /NOFEEDBACK /NORESTART
Are you able to provide any indication as to what the issue is or if there is another option to use on the command line to tick/select the visual studio integration that would be great.
Kind regards,
Sulphy
We are still trying to package up linq connect for network deployment and have hit another issue while testing.
It would appear that visual studio integration wont occur when using the below command line:
/TYPE=CUSTOM INSTALLATION /VERYSILENT /COMPONENTS="*VsIntegration,*Entity,*LinqRuntime,*ModelerTool,*WebProviders,*SSIS,*EntLib" /NOFEEDBACK /NORESTART
Are you able to provide any indication as to what the issue is or if there is another option to use on the command line to tick/select the visual studio integration that would be great.
Kind regards,
Sulphy
Re: Problem with Visual Studio integration
Please specify the following information:
- the exact product you are trying to install;
- its version;
- the edition and version of Visual Studio installed on your computer;
- what exactly is not available in Visual Studio after installation (e.g., toolbox components, LinqConnect Model via Add->New Item, etc.);
- have you tried to install it without using a command line - was the Visual Studio integration successful?
- the exact product you are trying to install;
- its version;
- the edition and version of Visual Studio installed on your computer;
- what exactly is not available in Visual Studio after installation (e.g., toolbox components, LinqConnect Model via Add->New Item, etc.);
- have you tried to install it without using a command line - was the Visual Studio integration successful?
We have done this installation on example of dotConnect for Oracle Professional 8.1.55 and all selected components have been installed correctly - the integration to Visual Studio 2010 and 2012 was successful./TYPE=CUSTOM INSTALLATION /VERYSILENT /COMPONENTS="*VsIntegration,*Entity,*LinqRuntime,*ModelerTool,*WebProviders,*SSIS,*EntLib" /NOFEEDBACK /NORESTART
Re: Problem with Visual Studio integration
the exact product you are trying to install: LinqConnect Pro
- its version: v4.4.360
- the edition and version of Visual Studio installed on your computer: MS Visual Studio 2010 Professional
- what exactly is not available in Visual Studio after installation: The visual studio integration i.e. From within Visual Studio > Tools > (Both Entity Developer and LinqConnect are not listed)
- have you tried to install it without using a command line - was the Visual Studio integration successful? Yes, if done normally everything is fine. If I understand correctly from my colleague if he allows the GUI to appear (when triggered via the command line) he can't get the VS integration option ticked in the install options.
- its version: v4.4.360
- the edition and version of Visual Studio installed on your computer: MS Visual Studio 2010 Professional
- what exactly is not available in Visual Studio after installation: The visual studio integration i.e. From within Visual Studio > Tools > (Both Entity Developer and LinqConnect are not listed)
- have you tried to install it without using a command line - was the Visual Studio integration successful? Yes, if done normally everything is fine. If I understand correctly from my colleague if he allows the GUI to appear (when triggered via the command line) he can't get the VS integration option ticked in the install options.
Re: Problem with Visual Studio integration
HI Can any one tell me how one could integrate with Visual studio integration with below mentioned command "linqconnect44pro.exe" /TYPE=CUSTOM INSTALLATION /VERYSILENT /COMPONENTS="*VsIntegration,*Entity,*LinqRuntime,*ModelerTool,*WebProviders,*SSIS,*EntLib" /NOFEEDBACK /NORESTART
Re: Problem with Visual Studio integration
Please try this installation command which installs all LinqConnect components:
If you are interested only in particular components, please list them. And we will construct the corresponding custom installation command for you.
Code: Select all
linqconnect44pro.exe /TYPE=FULL /VERYSILENT /NOFEEDBACK /NORESTART
Re: Problem with Visual Studio integration
Hi,
Thanks for the feedback. I'll pass that on and ask my colleague to try. As per the example above at the start of the thread the below are the specific components that are being requested:
*VsIntegration,
*Entity,
*LinqRuntime,
*ModelerTool,
*WebProviders,
*SSIS,
*EntLib"
As far as I can tell the only one that doesn't get installed when these options are passed is the Visual Studio integration, the rest are fine.
Thanks in advance!
Thanks for the feedback. I'll pass that on and ask my colleague to try. As per the example above at the start of the thread the below are the specific components that are being requested:
*VsIntegration,
*Entity,
*LinqRuntime,
*ModelerTool,
*WebProviders,
*SSIS,
*EntLib"
As far as I can tell the only one that doesn't get installed when these options are passed is the Visual Studio integration, the rest are fine.
Thanks in advance!
Re: Problem with Visual Studio integration
Thanks for reply i have check it will install the Full installation, once it is trigger after some time it is observd with wizard "Help Library" which i do not reqire, i also tried to supress the HelpLibrary Wizard with the help /SUPPRESSMSGBOXES command
Please note my installtion command line is
linqconnect44pro.exe /TYPE=FULL /VERYSILENT /NOFEEDBACK /NORESTART
Please note my installtion command line is
linqconnect44pro.exe /TYPE=FULL /VERYSILENT /NOFEEDBACK /NORESTART
Re: Problem with Visual Studio integration
Hi,
I've got some feedback from my colleague using the below install command line
The feedback that I have is that the Help Library Manager appears asking where to store the content for the help files, even though the switch /VERYSILENT has been used.
So ideally we'd like to be able to go back to specifying which elements should be installed which would eliminate prompting our users for further action.
I think we are pretty much there if we can get the Visual Studio integration option to install when passing the parameters via the command line.
I've got some feedback from my colleague using the below install command line
Code: Select all
linqconnect44pro.exe /TYPE=FULL /VERYSILENT /NOFEEDBACK /NORESTART
So ideally we'd like to be able to go back to specifying which elements should be installed which would eliminate prompting our users for further action.
I think we are pretty much there if we can get the Visual Studio integration option to install when passing the parameters via the command line.
Re: Problem with Visual Studio integration
Please try this installation command and tell us about the results:So ideally we'd like to be able to go back to specifying which elements should be installed which would eliminate prompting our users for further action.
Code: Select all
linqconnect44pro.exe /TYPE=CUSTOM INSTALLATION /VERYSILENT /COMPONENTS="*LinqRuntime,*LinqVsIntegration,ModelerTool" /NOFEEDBACK /NORESTART
Code: Select all
LinqRuntime + All Providers + SqlServer - *LinqRuntime
LinqRuntime + SqlServer - LinqRuntime
Providers\MySQL - Providers\MySql
Providers\Oracle - Providers\Oracle
Providers\PostgreSQL - Providers\PostgreSql
Providers\SQLite - Providers\SQLite
Visual Studio Integration - *LinqVsIntegration
Visual Studio 2008 - LinqVsIntegration\VS2008
Visual Studio 2010 - LinqVsIntegration\VS2010
Visual Studio 2012 - LinqVsIntegration\VS2011
Visual Studio 2013 - LinqVsIntegration\VS2013
Entity Developer - ModelerTool
LINQ Data Source component - LinqWebRunTime
Samples - Samples
Help files - HelpFiles
Re: Problem with Visual Studio integration
Hi,
Thanks for the above. We've successfully been able to package the software and VS integration is now working
)
Kind regards,
P
Thanks for the above. We've successfully been able to package the software and VS integration is now working

Kind regards,
P
Re: Problem with Visual Studio integration
Glad to see that the issue was resolved. If you have any further questions, feel free to contact us.