Hi
I have a website built in visual studio 2005 which executes an ssis package using LoadPackage() and Execute() functions in VB.NET. The package was built using visual studio 2005 on a 32 bit server and has an excel source and excel connection manager. We have now migrated to a new 64 bit server running visual studio 2008. The package does not execute anymore. I understand this is the problem with the unavailability of support for excel connection managers here. I have seen various posts suggesting to run the package in 32 bit mode. I tried it manually as an SQL server job and it ran successfully. But how do I run it programatically in 32 bit mode in VB.NET?