Problem with Visual Studio integration

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Sulphy
Posts: 34
Joined: Wed 12 Sep 2012 18:07

Problem with Visual Studio integration

Post by Sulphy » Fri 20 Dec 2013 12:49

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

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Problem with Visual Studio integration

Post by MariiaI » Fri 20 Dec 2013 14:57

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?
/TYPE=CUSTOM INSTALLATION /VERYSILENT /COMPONENTS="*VsIntegration,*Entity,*LinqRuntime,*ModelerTool,*WebProviders,*SSIS,*EntLib" /NOFEEDBACK /NORESTART
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.

Sulphy
Posts: 34
Joined: Wed 12 Sep 2012 18:07

Re: Problem with Visual Studio integration

Post by Sulphy » Thu 02 Jan 2014 11:00

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.

sevenstar
Posts: 2
Joined: Fri 03 Jan 2014 06:51

Re: Problem with Visual Studio integration

Post by sevenstar » Fri 03 Jan 2014 07:06

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Problem with Visual Studio integration

Post by Shalex » Mon 06 Jan 2014 15:59

Please try this installation command which installs all LinqConnect components:

Code: Select all

linqconnect44pro.exe /TYPE=FULL /VERYSILENT /NOFEEDBACK /NORESTART
If you are interested only in particular components, please list them. And we will construct the corresponding custom installation command for you.

Sulphy
Posts: 34
Joined: Wed 12 Sep 2012 18:07

Re: Problem with Visual Studio integration

Post by Sulphy » Tue 07 Jan 2014 09:45

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!

sevenstar
Posts: 2
Joined: Fri 03 Jan 2014 06:51

Re: Problem with Visual Studio integration

Post by sevenstar » Tue 07 Jan 2014 10:39

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

Sulphy
Posts: 34
Joined: Wed 12 Sep 2012 18:07

Re: Problem with Visual Studio integration

Post by Sulphy » Tue 07 Jan 2014 12:53

Hi,

I've got some feedback from my colleague using the below install command line

Code: Select all

linqconnect44pro.exe /TYPE=FULL /VERYSILENT /NOFEEDBACK /NORESTART
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.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Problem with Visual Studio integration

Post by MariiaI » Thu 09 Jan 2014 14:01

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.
Please try this installation command and tell us about the results:

Code: Select all

linqconnect44pro.exe /TYPE=CUSTOM INSTALLATION /VERYSILENT /COMPONENTS="*LinqRuntime,*LinqVsIntegration,ModelerTool" /NOFEEDBACK /NORESTART
Here is the list of the components (we will update the corresponding section in the LinqConnect documentation as soon as possible):

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
Please tell us if this helps.

Sulphy
Posts: 34
Joined: Wed 12 Sep 2012 18:07

Re: Problem with Visual Studio integration

Post by Sulphy » Mon 20 Jan 2014 13:37

Hi,

Thanks for the above. We've successfully been able to package the software and VS integration is now working :o)


Kind regards,

P

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Problem with Visual Studio integration

Post by MariiaI » Mon 20 Jan 2014 13:56

Glad to see that the issue was resolved. If you have any further questions, feel free to contact us.

Post Reply