Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Cannot open New SSIS Project in SQL Server 2008 R2 Expand / Collapse
Author
Message
Posted Friday, November 02, 2012 7:03 PM
Grasshopper

GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper

Group: General Forum Members
Last Login: Wednesday, December 05, 2012 10:38 AM
Points: 10, Visits: 24
I installed SQL Server 2008 R2 and Visual Studio 2008. However, after several installations and un-installations. I could no longer use the SSIS to create New Projects. I cleaned out the registry with a Registry cleaner from Wise. I deleted the SQL Server and Visual Studio folders as well.

When I create a New SSIS Project, I immediately get an error as follows:

"Microsoft Visual Studio"
"An error prevented the view from loading."
"Additional information:"
"Specified Module cannot be Found. (Exception from HRESULT: 0x8007007E)"
"(System.Windows.Forms)"

How do I resolve this problem? What this means is that I cannot create any new SSIS Projects.

Cecil
Post #1380655
Posted Sunday, November 04, 2012 11:42 PM


SSCrazy Eights

SSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy Eights

Group: General Forum Members
Last Login: Yesterday @ 6:54 AM
Points: 9,364, Visits: 6,462
Make sure everything SQL Server related is uninstalled. Then install SQL Server again and do a repair afterwards.



How to post forum questions.
Need an answer? No, you need a question.
What’s the deal with Excel & SSIS?

Member of LinkedIn. My blog at LessThanDot.

MCSA SQL Server 2012 - MCSE Business Intelligence
Post #1380888
Posted Monday, November 05, 2012 11:37 AM
Grasshopper

GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper

Group: General Forum Members
Last Login: Wednesday, December 05, 2012 10:38 AM
Points: 10, Visits: 24
This is the write-up I did for the North Texas SQL Server User Group, wherein I laid out how I resolved this particular problem and others in regard to getting a clean installation of SQL Server 2008 R2 on my work laptop:

No one promised you a ROSE GARDEN, right? Microsoft does have great software. Unfortunately, when you uninstall Microsoft's SQL Server and/or Visual Studio, and then reinstall them, you may face some harsh realities, which may take many hours to resolve. Or, you could reformat your hard drive and start over, still costing you many hours of work.

I am posting this for anyone who may run into the same situation(s) as I did.

After uninstalling SQL Server 2008 R2 and Visual Studio 2008, and then reinstalling them both (try not to do this), when I attempted to open an existing SSIS project in the SQL Server Business Intelligence Development Studio (SQL Server 2008 R2 in the VS 2008 Shell), I would see the following error:

an error prevented the view from loading <---(Great error definition Microsoft!)

That is not a very good description to start finding out what happened and why your SSIS won't view, open, or create new SSIS projects. So, I resorted to Googling repeatedly. However, if you do not phrase your error or problem in the exact way that someone else does, you may never find the solution. Luckily today, I phrased the problem in a way that led me to this HEADLINE and link:

uninstalled vs 2008 now i can't use SSIS
http://social.msdn.microsoft.com/forums/en-US/sqlintegrationservices/thread/05f4e0c9-0065-4af1-a241-b3907f60b7ff/

This person says to register the 5 dll's in the following folders:C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\ folder, so I tired that, but the files would not register. I assumed that the files were somehow corrupted, so I copied the same files from another machine into the folder shown below and successfully opened a new SSIS project. No more errors!!!

What led me to the conclusion that the files might be corrupted was this posting:

http://social.msdn.microsoft.com/Forums/en-US/devdocs/thread/09e0f789-d58f-4978-b736-6db276ec1d1d

[cannot edit data flow tasks in BIDS 2008. keep getting the error "an error prevented the view from loading. Attempted to read or write protected memory. This is often an indication that other memory is corrupt. (msddsp)]

If you think you may have this problem, just replace your files with a copy from another SQL Server 2008R2/Visual Studio 2008 Installation, that is working, as follows:
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\msddslm.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\msdds.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\msddsf.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\msddslmp.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\msddsp.dll

I have used several tools to clean up the registry and fix uninstall and install problems:
(1) WISE Registry Cleaner (Free Download): http://www.snapfiles.com/downloads/wiseregistry/dlwiseregistry.html
(2) Manually deleted all references to "SQL" Server, which is not so easy, as there must have been hundreds of references. Stopped doing this and used registry cleaners. You need to be very careful, because some of the registry cleaners can cause some of your programs to no longer work.
(3) Microsoft's FixIt area: http://support.microsoft.com/fixit/
(4) Revo Uninstaller Pro (Free Download): http://www.revouninstaller.com/revo_uninstaller_free_download.html
(5) Fix problems with programs that can't be installed or uninstalled (Free Download): http://support.microsoft.com/mats/Program_Install_and_Uninstall
(6) Clean Registry For SQL Server (FREE) software: http://clean.software.informer.com/download-clean-registry-for-sql-server/
Last but not least:
(7) North Texas SQL Server User Group (NTSSUG). Everyone who responded gave me many good suggestions over the past few days, which ultimately helped in one way or another. http://northtexas.sqlpass.org/
Post #1381224
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse