Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Script Task won't precompile

Author  Topic 

mcrors_calhoun
Starting Member

22 Posts

Posted - 2008-07-04 : 09:25:39
Hi,

I am getting this message when I try to run a Script Task.

The task is configured to pre-compile the script, but binary code is not found. Please visit the IDE in Script Task Editor by clicking Design Script button to cause binary code to be generated.
(Microsoft.DataTransformationServices.VsIntegration)

I have read that this was an issue before SP2 and to correct it you must install SP2, but I already have SQL Server 2005 SP2, and I can't find any other reasons out there why this might be happening.

Any help would be greatly appreciated as I am pulling me hair out trying to get this working.

Cheers

McRors

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2008-07-04 : 13:59:42
I have tried to reproduce your error.
My results: I've got exactly that message, when in the Script "End Class" is missing.

Greetings
Webfred

There are 10 types of people in the world: Those who understand binary, and those who don't...
Go to Top of Page

mcrors_calhoun
Starting Member

22 Posts

Posted - 2008-07-07 : 09:40:55
Cheers. End Class was already included in my Script task, but I found that if I removed it and saved the task and then went back in and added it again and closed and saved the task, this seems to work.

Thanks again.
Go to Top of Page
   

- Advertisement -