Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A Design Issue - Cannot Execute IS Package/File 1

Status
Not open for further replies.

JohnBates

MIS
Feb 27, 2000
1,995
US
hi all,

In Visual Studio, I built a package. It has a .dtsx extension, not .dtproj.

I can't execute it - the "Debug
and "Execute without debugging" options under Debug tab are disabled.

Do I need to somehow save it as a project?

How can I recover this so I don't have to rebuild everything?

Thanks. John
 
if this is an existing package you will need to create a new project and import the file into this project.

to import a new file you can right click on Packages in the solution explore and select "Add Existing" you can also drag the file from windows explorer and drop it into the solution explorer.

Paul
---------------------------------------
Shoot Me! Shoot Me NOW!!!
- Daffy Duck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top