Software Archive
Read-only legacy content
17061 Discussions

Visual Studio 2008 Build & Run hangs after installing Intel C/C++ Studio

driekus77
Beginner
510 Views
Dear maddam/sir,

My Visual Studio 2008 versions hangs when clicking Build or Run. This was working oke before installing Intel C/C++ Studio 32bits.

My version info is:
- Microsoft Visual Studio 2008 SP1
- Intel C/C++ Studio 2011 Update 3 (c_studio_xe_2011_sp1_update3_ia32_setup)

Intel XE Inspector standalone look to be working fine.

Hope to hear from you.

Kind regards,

Henry Roeland
0 Kudos
6 Replies
Bernard
Valued Contributor I
510 Views
Is this global i.e system-wide hang or only process related.
0 Kudos
gaston-hillar
Valued Contributor I
510 Views
Have you checked the tried deactivating all the add-ins you have for Visual Studio 2008 SP1 (if any).
I had a problem a long time ago with a different Intel C/C++ version and it was caused by other add-ins I had installed to Visual Studio 2008 SP1. :)
Hope it helps.
Cheers,
Gaston
0 Kudos
Maycon_Oliveira
Beginner
510 Views
Check the properties of the project if you are using build events.
0 Kudos
Maycon_Oliveira
Beginner
510 Views
...this problem happens when we use cryptograph to create strong named assemble.
Sometimes when we use FXCopy or StyleCopy in big application. Or when have lot of class in NUnit and you execute before each build.
0 Kudos
Maycon_Oliveira
Beginner
510 Views
Check if your project are correctly configured with 32 or 64 bit.
0 Kudos
driekus77
Beginner
510 Views

Thanks everybody for advise and tips!

Stuppid me was the problem:

"I was working at home with a slow VPN connection in a VS 2008 project that had references to a disk over the VPN line".

When I copied the referenced libraries localy everything worked.

Sorry for the fus.

Kind regards,

Henry

0 Kudos
Reply