Visual Studio 2017: “Extension Microsoft integration services projects 2.2 likely caused 43 seconds of...
extension Microsoft integration services projects 2.2 likely caused 43 seconds of unresponsiveness
ISSUE:
- Visual Studio is VERY slow for Microsoft Integration Services with VS 2017.
- not possible to click "Edit script"-button on Script-component.
- Getting message: "extension Microsoft integration services projects 2.2 likely caused 43 seconds of unresponsiveness"
DONE:
- tried to repair VS in Visual Studio Installer
- uninstalled and installed SSDT
VS VERSION:
-Microsoft Visual Studio Enterprise 2017 Version 15.9.6
- VisualStudio.15.Release/15.9.6+28307.344 Microsoft .NET Framework Version 4.7.03190
EXTENSION VERSION:
- Microsoft SQL Server Data Tools. 15.1.61901.03220.
- Microsoft SQL Server Integration Services . 15.0.1100.123
- Microsoft SQL Server Analysis Services . 15.0.1300.59
- Microsoft SQL Server Reporting Services . Version 15.0.900.163
"Edit Script- button disabled"
Error msg for Integration Sefvices
About Visual Studio, versions
visual-studio-2017 ssis
add a comment |
extension Microsoft integration services projects 2.2 likely caused 43 seconds of unresponsiveness
ISSUE:
- Visual Studio is VERY slow for Microsoft Integration Services with VS 2017.
- not possible to click "Edit script"-button on Script-component.
- Getting message: "extension Microsoft integration services projects 2.2 likely caused 43 seconds of unresponsiveness"
DONE:
- tried to repair VS in Visual Studio Installer
- uninstalled and installed SSDT
VS VERSION:
-Microsoft Visual Studio Enterprise 2017 Version 15.9.6
- VisualStudio.15.Release/15.9.6+28307.344 Microsoft .NET Framework Version 4.7.03190
EXTENSION VERSION:
- Microsoft SQL Server Data Tools. 15.1.61901.03220.
- Microsoft SQL Server Integration Services . 15.0.1100.123
- Microsoft SQL Server Analysis Services . 15.0.1300.59
- Microsoft SQL Server Reporting Services . Version 15.0.900.163
"Edit Script- button disabled"
Error msg for Integration Sefvices
About Visual Studio, versions
visual-studio-2017 ssis
add a comment |
extension Microsoft integration services projects 2.2 likely caused 43 seconds of unresponsiveness
ISSUE:
- Visual Studio is VERY slow for Microsoft Integration Services with VS 2017.
- not possible to click "Edit script"-button on Script-component.
- Getting message: "extension Microsoft integration services projects 2.2 likely caused 43 seconds of unresponsiveness"
DONE:
- tried to repair VS in Visual Studio Installer
- uninstalled and installed SSDT
VS VERSION:
-Microsoft Visual Studio Enterprise 2017 Version 15.9.6
- VisualStudio.15.Release/15.9.6+28307.344 Microsoft .NET Framework Version 4.7.03190
EXTENSION VERSION:
- Microsoft SQL Server Data Tools. 15.1.61901.03220.
- Microsoft SQL Server Integration Services . 15.0.1100.123
- Microsoft SQL Server Analysis Services . 15.0.1300.59
- Microsoft SQL Server Reporting Services . Version 15.0.900.163
"Edit Script- button disabled"
Error msg for Integration Sefvices
About Visual Studio, versions
visual-studio-2017 ssis
extension Microsoft integration services projects 2.2 likely caused 43 seconds of unresponsiveness
ISSUE:
- Visual Studio is VERY slow for Microsoft Integration Services with VS 2017.
- not possible to click "Edit script"-button on Script-component.
- Getting message: "extension Microsoft integration services projects 2.2 likely caused 43 seconds of unresponsiveness"
DONE:
- tried to repair VS in Visual Studio Installer
- uninstalled and installed SSDT
VS VERSION:
-Microsoft Visual Studio Enterprise 2017 Version 15.9.6
- VisualStudio.15.Release/15.9.6+28307.344 Microsoft .NET Framework Version 4.7.03190
EXTENSION VERSION:
- Microsoft SQL Server Data Tools. 15.1.61901.03220.
- Microsoft SQL Server Integration Services . 15.0.1100.123
- Microsoft SQL Server Analysis Services . 15.0.1300.59
- Microsoft SQL Server Reporting Services . Version 15.0.900.163
"Edit Script- button disabled"
Error msg for Integration Sefvices
About Visual Studio, versions
visual-studio-2017 ssis
visual-studio-2017 ssis
asked Feb 13 at 10:19
LisaLisa
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I had the same problem in SSDT 2017 ... This post by SQL Girl explains that what is going on is that connections are being validated ... there are number of ways to treat this ... http://thesqlgirl.com/2016/09/17/ssis-package-validation/ ...I like Validate External Metadata: False or Work Offline: True
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1405205%2fvisual-studio-2017-extension-microsoft-integration-services-projects-2-2-likel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the same problem in SSDT 2017 ... This post by SQL Girl explains that what is going on is that connections are being validated ... there are number of ways to treat this ... http://thesqlgirl.com/2016/09/17/ssis-package-validation/ ...I like Validate External Metadata: False or Work Offline: True
add a comment |
I had the same problem in SSDT 2017 ... This post by SQL Girl explains that what is going on is that connections are being validated ... there are number of ways to treat this ... http://thesqlgirl.com/2016/09/17/ssis-package-validation/ ...I like Validate External Metadata: False or Work Offline: True
add a comment |
I had the same problem in SSDT 2017 ... This post by SQL Girl explains that what is going on is that connections are being validated ... there are number of ways to treat this ... http://thesqlgirl.com/2016/09/17/ssis-package-validation/ ...I like Validate External Metadata: False or Work Offline: True
I had the same problem in SSDT 2017 ... This post by SQL Girl explains that what is going on is that connections are being validated ... there are number of ways to treat this ... http://thesqlgirl.com/2016/09/17/ssis-package-validation/ ...I like Validate External Metadata: False or Work Offline: True
answered Mar 7 at 18:13
declandatadeclandata
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1405205%2fvisual-studio-2017-extension-microsoft-integration-services-projects-2-2-likel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown