there is another thread on this site where you have to manual load the active x ocx and dll's. What I noticed wast that I was missing a few activeX's...If you go into "TOOLS", General Tab-Browsing history - Settings, View objects. This opens the Downloaded Program Files. Here is where I noticed the missing activeX files...the only way I got them to work was to add the missing activex manually and register them.
Here are the steps I followed:
Manually register ActiveX controls
Project 2007
The ActiveX controls reside in two .cab files that are located on the Project Server site in the following folder:
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\PWA\OBJECTS
The following are the two .cab files:
Pjclient.cab
Pjcintl.cab (in the 1033 subfolder or other language folders)
These two cab files contain the following files:
Pjcintl.cab:
LangcabENU12.inf (This file is not required to manually install controls.)
Pj12ENUc.dll
Pjclient.cab:
Microsoft.vc80.crt.manifest (This file is not required for the manual installation of controls.)
Msvcr80.dll
Pjgrid12.ocx
Pjprint12.dll
Pjquery12.ocx
Pjres12c.dll
Pjtextconv12.dll
Log on to your computer as an administrator.
Connect to Project Server, and then copy the Pjclient.cab file and the Pjcintl.cab file from the following folders, respectively:
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\PWA\OBJECTS
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\PWA\OBJECTS\1033
Paste the files in a folder on your computer.
Double-click the Pjcintl.cab file to open it, and then select all the files that are listed.
On the File menu, click Extract.
Expand My Computer, expand Local Disk (C
, expand Windows, and then click Downloaded Program Files.
Click Extract.
Close the Pjcintl.cab file.
Double-click Pjclient.cab to open it, and then click Select all on the Edit menu.
On the File menu, click Extract.
Expand My Computer, expand Local Disk (C
, expand Windows, and then click Downloaded Program Files.
Click Extract.
Close the Pjclient.cab file.
Click Start, click Run, type CMD, and then click OK.
Type CD %windir%\Downloaded Program Files, and then press ENTER.
Type for %i in (pj*.dll) do regsvr32 %i, and then press ENTER.
Confirm that registration was successful in each window that opens. Click OK to close each regsvr32 window.
Type for %i in (pj*.ocx) do regsvr32 %i, and then press ENTER.
Confirm that registration was successful in each window that opens. Click OK to close each regsvr32 window.
Posted as a reply to:
Windows 7 RTM
22-Sep-09
I am using the RTM...funny thing with me. I first went into the project center and resource center and it asked to install the activex. I did this and it wanted to restart. At the time prior to restart, the grid was working fine. After restart it is stuck in "Loading Grid..."
EggHeadCafe - Software Developer Portal of Choice
WPF And The Model View View Model Pattern
http://www.eggheadcafe.com/tutorial...b-7374d3da3425/wpf-and-the-model-view-vi.aspx