Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Excel 2007 development problem

My system was working fine with visual studio 2005, office 2003 and VSTO. I
made the mistake and upgraded to office 2007 and installed VSTO SE. Now I
cannot load my Excel programs into visual studio and cannot create new Excel
projects in visual studio. I keep getting this error:

A compatible version of MS Office Excel is not installed on this computer.
You must install MS Office Excell 2003 SP1 and VS 2005 tools for office
runtime.

Any help is appreciated.
--

deeply Frustrated

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Excel 2007 development problem

Hi curious

Why not use System restore to a point before the upgrade

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"curious" wrote in message ...
My system was working fine with visual studio 2005, office 2003 and VSTO. I
made the mistake and upgraded to office 2007 and installed VSTO SE. Now I
cannot load my Excel programs into visual studio and cannot create new Excel
projects in visual studio. I keep getting this error:

A compatible version of MS Office Excel is not installed on this computer.
You must install MS Office Excell 2003 SP1 and VS 2005 tools for office
runtime.

Any help is appreciated.
--

deeply Frustrated

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Excel 2007 development problem

Did you enable NET Programmability Support when you installed Office 2007?
By default, this setting is False. Try re-running Office 2007 setup and
ensure that NET Programmability Support is installed.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"curious" wrote in message
...
My system was working fine with visual studio 2005, office 2003 and VSTO.
I
made the mistake and upgraded to office 2007 and installed VSTO SE. Now I
cannot load my Excel programs into visual studio and cannot create new
Excel
projects in visual studio. I keep getting this error:

A compatible version of MS Office Excel is not installed on this computer.
You must install MS Office Excell 2003 SP1 and VS 2005 tools for office
runtime.

Any help is appreciated.
--

deeply Frustrated



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Excel 2007 development problem

Chip,

Office 2007 did not ask about .NET programability during installation. It
didn't even show the normal progress bar; it just kept going for 15 minutes
and my office 2003 installation was upgraded to office 2007. Office works
fine by itself but not through Visual Studio 2005. Is it possible to change
the programability setting from inside office after setup?
--
curious

"Chip Pearson" wrote:

Did you enable NET Programmability Support when you installed Office 2007?
By default, this setting is False. Try re-running Office 2007 setup and
ensure that NET Programmability Support is installed.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"curious" wrote in message
...
My system was working fine with visual studio 2005, office 2003 and VSTO.
I
made the mistake and upgraded to office 2007 and installed VSTO SE. Now I
cannot load my Excel programs into visual studio and cannot create new
Excel
projects in visual studio. I keep getting this error:

A compatible version of MS Office Excel is not installed on this computer.
You must install MS Office Excell 2003 SP1 and VS 2005 tools for office
runtime.

Any help is appreciated.
--

deeply Frustrated




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,173
Default Excel 2007 development problem

Curious

It won't ask you, you have to go into 'custom...' or full install

Go to Control PanelAdd remove programs and click on office...as it runs
select custom and check .NET programmability

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
DTHIS
www.nickhodge.co.uk


"curious" wrote in message
...
Chip,

Office 2007 did not ask about .NET programability during installation. It
didn't even show the normal progress bar; it just kept going for 15
minutes
and my office 2003 installation was upgraded to office 2007. Office works
fine by itself but not through Visual Studio 2005. Is it possible to
change
the programability setting from inside office after setup?
--
curious

"Chip Pearson" wrote:

Did you enable NET Programmability Support when you installed Office
2007?
By default, this setting is False. Try re-running Office 2007 setup and
ensure that NET Programmability Support is installed.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"curious" wrote in message
...
My system was working fine with visual studio 2005, office 2003 and
VSTO.
I
made the mistake and upgraded to office 2007 and installed VSTO SE. Now
I
cannot load my Excel programs into visual studio and cannot create new
Excel
projects in visual studio. I keep getting this error:

A compatible version of MS Office Excel is not installed on this
computer.
You must install MS Office Excell 2003 SP1 and VS 2005 tools for office
runtime.

Any help is appreciated.
--

deeply Frustrated







  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Excel 2007 development problem

It doesn't ask you whether to install or not. It is one of the options in
the series of dropdown/treeview options settings that are displayed when
configure the install. This is where you chose "Install On My Computer" or
"Install On First Use" or "Don't Install" for the various applications.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"curious" wrote in message
...
Chip,

Office 2007 did not ask about .NET programability during installation. It
didn't even show the normal progress bar; it just kept going for 15
minutes
and my office 2003 installation was upgraded to office 2007. Office works
fine by itself but not through Visual Studio 2005. Is it possible to
change
the programability setting from inside office after setup?
--
curious

"Chip Pearson" wrote:

Did you enable NET Programmability Support when you installed Office
2007?
By default, this setting is False. Try re-running Office 2007 setup and
ensure that NET Programmability Support is installed.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"curious" wrote in message
...
My system was working fine with visual studio 2005, office 2003 and
VSTO.
I
made the mistake and upgraded to office 2007 and installed VSTO SE. Now
I
cannot load my Excel programs into visual studio and cannot create new
Excel
projects in visual studio. I keep getting this error:

A compatible version of MS Office Excel is not installed on this
computer.
You must install MS Office Excell 2003 SP1 and VS 2005 tools for office
runtime.

Any help is appreciated.
--

deeply Frustrated






  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Excel 2007 development problem

As I mentioned, I have a full installation of Office 2007; in other words,
all the options in the series of dropdown/treeview options settings that are
displayed when
configure the install are set to "Install On My Computer." I can create
Office 2007 and Office 2003 Add-Ins. I can also create InfopathFormTemplates.
The only problems are creating Excel workbook or Word document projects.
--
curious


"Chip Pearson" wrote:

It doesn't ask you whether to install or not. It is one of the options in
the series of dropdown/treeview options settings that are displayed when
configure the install. This is where you chose "Install On My Computer" or
"Install On First Use" or "Don't Install" for the various applications.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"curious" wrote in message
...
Chip,

Office 2007 did not ask about .NET programability during installation. It
didn't even show the normal progress bar; it just kept going for 15
minutes
and my office 2003 installation was upgraded to office 2007. Office works
fine by itself but not through Visual Studio 2005. Is it possible to
change
the programability setting from inside office after setup?
--
curious

"Chip Pearson" wrote:

Did you enable NET Programmability Support when you installed Office
2007?
By default, this setting is False. Try re-running Office 2007 setup and
ensure that NET Programmability Support is installed.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"curious" wrote in message
...
My system was working fine with visual studio 2005, office 2003 and
VSTO.
I
made the mistake and upgraded to office 2007 and installed VSTO SE. Now
I
cannot load my Excel programs into visual studio and cannot create new
Excel
projects in visual studio. I keep getting this error:

A compatible version of MS Office Excel is not installed on this
computer.
You must install MS Office Excell 2003 SP1 and VS 2005 tools for office
runtime.

Any help is appreciated.
--

deeply Frustrated







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 Query Wizard problem with Access 2007 extensions Showdad Excel Discussion (Misc queries) 0 December 4th 08 05:57 PM
Excel future development BSkulason Excel Discussion (Misc queries) 2 November 2nd 08 09:25 PM
New Excel development ledgreg Excel Discussion (Misc queries) 2 February 27th 06 08:35 PM
.NET, CAS and Excel Development Scott Gauthier Excel Programming 0 June 17th 05 10:56 PM
EXCEL MACRO DEVELOPMENT Joao Saraiva Excel Programming 1 January 23rd 04 10:35 AM


All times are GMT +1. The time now is 06:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"