![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, I'm getting (what I feel is a silly) message when I open a SSIS package: "Document contains one or more extremely long lines of text. These lines will cause the editor to respond slowly when you open the file. Do you still want to open the file?" I tried setting the precompilebinary property to false in the 4 script tasks in the package, but BIDS still prompts me when I load it. How can I prevent this error message? It's annoying when I load my solution that has 20+ packages and this message pops up for every package. Any help would be appreciated! Thanks, |
#3
| |||
| |||
|
|
I believe this is a feature of Visual studio, and since SSIS is now hosted inside Visual Studio that is what you get. It seems that VS is a great host for such components, provided they work rather like the existing Visual Studio language components, and unfortunately this is not always the case. Might I suggest you log it on the MSDN feedback center under SSIS- http://lab.msdn.microsoft.com/ProductFeedback/ Post the reference number back here and others who agree can vote on it as well. I know I will, it is mildly annoying. One thing to try is close all packages in the solution, then save and exit. This way when you reopen the solution it should be first of all faster as it will not have to open and validate all those "open" packages, but you will also not get prompted for all long lines on packages when they are automatically opened. "jimdandy (AT) shaw (DOT) ca" wrote: Hi All, I'm getting (what I feel is a silly) message when I open a SSIS package: "Document contains one or more extremely long lines of text. These lines will cause the editor to respond slowly when you open the file. Do you still want to open the file?" I tried setting the precompilebinary property to false in the 4 script tasks in the package, but BIDS still prompts me when I load it. How can I prevent this error message? It's annoying when I load my solution that has 20+ packages and this message pops up for every package. Any help would be appreciated! Thanks, |
![]() |
| Thread Tools | |
| Display Modes | |
| |