473,396 Members | 1,777 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

VSTO 2005

Le
Folks,

I'm trying to do some office automation using VSTO 2005. I've verified that
..Net Programmability Support is installed for every MS Office application
and Microsoft Forms 2.0 .Net Programmability Support is also installed under
Office Tools through Office Setup. I've then installed VSTO 2005 (vstor.exe,
http://www.microsoft.com/downloads/d...isplaylang=en).
After installing everything and doing a reboot, I'm not getting an Office
node under Visual C# with any of the office templates in Visual Studio 2005
(Microsoft Visual Studio 2005 Version 8.0.50727 RTM.050727-4200) when
attempting to create an new project.

I've also attempted to look for the VSTO Dll's
(Microsoft.Office.Tools.Excel.dll, Microsoft.Office.Tools.Word.dll, etc..)
in C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0 to add reference
inside my projects and there not there.. All I see are the
Microsoft.Office.Tools.Excel.xml and Microsoft.Office.Tools.Word.xml docs
that have comments for all the methods that are useable from these Dll's.

If any one could shed any light on this, it would be greatly appreciated...

Thanks in advance,

Le
Software Engineer
lo*****@thinklabs.cc
Mar 15 '06 #1
2 2778
OK, what's happening is that vstor.exe isn't VSTO 2005--vstor.exe is just
the runtime files for end-user computers, not the design time tools for
developers. VSTO 2005 is a full edition of Visual Studio, so to get the
design tools you have to buy the VSTO 2005 product or the Visual Studio Team
System products (the Office tools are not included with Visual Studio 2005
Professional or Standard). There's more information about VSTO here:

http://msdn.microsoft.com/vstudio/pr...o/default.aspx

--
Harry Miller
This posting is provided "AS IS" with no warranties, and confers no rights.
"Le" <lo*****@thinklabs.cc> wrote in message
news:us**************@TK2MSFTNGP11.phx.gbl...
Folks,

I'm trying to do some office automation using VSTO 2005. I've verified that .Net Programmability Support is installed for every MS Office application
and Microsoft Forms 2.0 .Net Programmability Support is also installed under Office Tools through Office Setup. I've then installed VSTO 2005 (vstor.exe, http://www.microsoft.com/downloads/d...isplaylang=en). After installing everything and doing a reboot, I'm not getting an Office
node under Visual C# with any of the office templates in Visual Studio 2005 (Microsoft Visual Studio 2005 Version 8.0.50727 RTM.050727-4200) when
attempting to create an new project.

I've also attempted to look for the VSTO Dll's
(Microsoft.Office.Tools.Excel.dll, Microsoft.Office.Tools.Word.dll, etc..)
in C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0 to add reference inside my projects and there not there.. All I see are the
Microsoft.Office.Tools.Excel.xml and Microsoft.Office.Tools.Word.xml docs
that have comments for all the methods that are useable from these Dll's.

If any one could shed any light on this, it would be greatly appreciated...
Thanks in advance,

Le
Software Engineer
lo*****@thinklabs.cc

Mar 16 '06 #2
Le
I've downloaded VSTO 2005 from my MSDN subscribtion and ran the install. I
now have all my Office Templates when creating a new project.

Thanks alot for you help...!

"Harry Miller [MSFT]" <ha******@online.microsoft.com> wrote in message
news:u0**************@TK2MSFTNGP12.phx.gbl...
OK, what's happening is that vstor.exe isn't VSTO 2005--vstor.exe is just
the runtime files for end-user computers, not the design time tools for
developers. VSTO 2005 is a full edition of Visual Studio, so to get the
design tools you have to buy the VSTO 2005 product or the Visual Studio
Team
System products (the Office tools are not included with Visual Studio 2005
Professional or Standard). There's more information about VSTO here:

http://msdn.microsoft.com/vstudio/pr...o/default.aspx

--
Harry Miller
This posting is provided "AS IS" with no warranties, and confers no
rights.
"Le" <lo*****@thinklabs.cc> wrote in message
news:us**************@TK2MSFTNGP11.phx.gbl...
Folks,

I'm trying to do some office automation using VSTO 2005. I've verified

that
.Net Programmability Support is installed for every MS Office application
and Microsoft Forms 2.0 .Net Programmability Support is also installed

under
Office Tools through Office Setup. I've then installed VSTO 2005

(vstor.exe,

http://www.microsoft.com/downloads/d...isplaylang=en).
After installing everything and doing a reboot, I'm not getting an Office
node under Visual C# with any of the office templates in Visual Studio

2005
(Microsoft Visual Studio 2005 Version 8.0.50727 RTM.050727-4200) when
attempting to create an new project.

I've also attempted to look for the VSTO Dll's
(Microsoft.Office.Tools.Excel.dll, Microsoft.Office.Tools.Word.dll,
etc..)
in C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0 to add

reference
inside my projects and there not there.. All I see are the
Microsoft.Office.Tools.Excel.xml and Microsoft.Office.Tools.Word.xml docs
that have comments for all the methods that are useable from these Dll's.

If any one could shed any light on this, it would be greatly

appreciated...

Thanks in advance,

Le
Software Engineer
lo*****@thinklabs.cc


Mar 16 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Howard Kaikow | last post by:
I just visited the MSFT web site and saw the comparison/pricing of the different VS 2005 versions. I was looking for a statement of the system requirements for VS Pro and VSTO, could not find. ...
15
by: Enrique | last post by:
Question I am posting this question again (3rd time) because some issues with my no spam alias. Here it is the question: I have not been able to run unit tests for a VSTO (2005) project. I...
6
by: Joseph Geretz | last post by:
I'm porting a C# Outlook Addin originally engineered as a COM Addin over to use VSTO. I've gotten this to the point where my VSTO Addin installs its Menu items and Toolbar buttons when Outlook...
1
by: tlyczko | last post by:
I have Visual Studio Tools for Office (VSTO) and the SS 2005 Developer that comes with it, all of which I can install on my local XP box. 1. Which one do I install first, VSTO or SS 2005...
5
by: Toulousse | last post by:
Hi, I'm currently a VB6 developer and I write mostly office type apps (not always Office though). At this point in time I have a project where I need to develop an add-in for Microsoft Project....
0
by: Hemangi | last post by:
hi friends, I have one problem with VSTO 2005. As I try to open new project using word document in VSTO 2005, I am getting error Specified cast is not valid...and the project is not opening.Please...
3
by: Paul H | last post by:
Most of my projects are developed in Access 2003. I have not even installed Office 2007 yet! I need to buy VSTO to get the run-time licence for Access 2003. No doubt I will soon need a run-time...
2
by: Michael Kalika | last post by:
Hi, We have developed a VSTO 2005 Excel application and we would like to leverage ClickOnce deployment mechanism for distribution of this application. How can we do that? I was digging in MSDN...
1
by: RandomElle | last post by:
Can anyone help me out with locating & using the package and deployment wizard for Access 2003? I have searched for HOURS and cannot find the Package & Deployment wizard for Access2003 anywhere on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.