473,414 Members | 1,775 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,414 software developers and data experts.

confused about .NET 2.0

OK, I'm a bit confused about what .NET 2.0 includes. I was adding a
reference to my project, and lo and behold, I saw Microsoft.Vsa in the list
of .NET components available. I added it. Then, I checked it out in the
Object Browser. The version is the same as for System. What gives? Has
Microsoft.Vsa been dropped or what. I hope not, but I've heard otherwise.

Tim
Nov 17 '05 #1
3 1098

"Tim Wallace" <twallace-ThisDoesNotBelong-AT-emailDOTcom> wrote in message
news:OV**************@TK2MSFTNGP09.phx.gbl...
OK, I'm a bit confused about what .NET 2.0 includes. I was adding a
reference to my project, and lo and behold, I saw Microsoft.Vsa in the
list of .NET components available. I added it. Then, I checked it out in
the Object Browser. The version is the same as for System. What gives?
Has Microsoft.Vsa been dropped or what. I hope not, but I've heard
otherwise.

Tim


All classes in this namespace are deprecated, .NET VSA will be superseded by
VSTO, check following for details:

http://msdn.microsoft.com/office/understanding/vsto/

Willy.


Nov 17 '05 #2
It appears as though VSTO is Office-specific. My application has nothing to
do with any of the Office producst.

Tim

"Willy Denoyette [MVP]" <wi*************@telenet.be> wrote in message
news:uN**************@TK2MSFTNGP09.phx.gbl...

"Tim Wallace" <twallace-ThisDoesNotBelong-AT-emailDOTcom> wrote in message
news:OV**************@TK2MSFTNGP09.phx.gbl...
OK, I'm a bit confused about what .NET 2.0 includes. I was adding a
reference to my project, and lo and behold, I saw Microsoft.Vsa in the
list of .NET components available. I added it. Then, I checked it out
in the Object Browser. The version is the same as for System. What
gives? Has Microsoft.Vsa been dropped or what. I hope not, but I've
heard otherwise.

Tim


All classes in this namespace are deprecated, .NET VSA will be superseded
by VSTO, check following for details:

http://msdn.microsoft.com/office/understanding/vsto/

Willy.

Nov 17 '05 #3
My bad, I was talking about VBA.
Anyway here is what MS PM has to say about the subject.
Thank you very much for your interest in VSA. Application customization
technology is an important part of Microsoft's developer offering, which
currently includes both VSA and VBA. Although application customization will
continue to be an important part of our strategy, we are beginning the
process of redesigning the VSA technology in response to customer feedback.
We expect to have more details soon on a comprehensive application
customization solution that will target the Longhorn wave of products.

There are alternatives to VSA that are available for you to investigate
today. If you just need runtime customizations and don't require an IDE, you
should use the ICodeCompiler interfaces in the .NET Framework. If you do
need an IDE, you should consider integrating into Visual Studio via the
Visual Studio Industry Partner Program (VSIP), which includes free access to
the VSIP SDK. Integrating into Visual Studio via VSIP provides you with a
few more options than VSA, such as support for Windows Forms and Visual C#.
For more information, please visit
http://msdn.microsoft.com/vstudio/extend/vsipoverview/

We appreciate your patience and understanding.

Mike Hernandez
Community Program Manager
VSTO Team, Microsoft

"Tim Wallace" <twallace-ThisDoesNotBelong-AT-emailDOTcom> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
It appears as though VSTO is Office-specific. My application has nothing
to do with any of the Office producst.

Tim

"Willy Denoyette [MVP]" <wi*************@telenet.be> wrote in message
news:uN**************@TK2MSFTNGP09.phx.gbl...

"Tim Wallace" <twallace-ThisDoesNotBelong-AT-emailDOTcom> wrote in
message news:OV**************@TK2MSFTNGP09.phx.gbl...
OK, I'm a bit confused about what .NET 2.0 includes. I was adding a
reference to my project, and lo and behold, I saw Microsoft.Vsa in the
list of .NET components available. I added it. Then, I checked it out
in the Object Browser. The version is the same as for System. What
gives? Has Microsoft.Vsa been dropped or what. I hope not, but I've
heard otherwise.

Tim


All classes in this namespace are deprecated, .NET VSA will be superseded
by VSTO, check following for details:

http://msdn.microsoft.com/office/understanding/vsto/

Willy.


Nov 17 '05 #4

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

Similar topics

5
by: Haoyu Zhang | last post by:
Dear Friends, Python assignment is a reference assignment. However, I really can't explain the difference in the following example. When the object is a list, the assignment seems to be a...
2
by: Brian Roberts | last post by:
I'm confused about the use of hasattr/getattr, or possibly namespaces. I know how to do this: class UnderstandThis(object): def do_foo(self): pass def do_bar(self): pass def doit(self, cmd):...
11
by: Ohaya | last post by:
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g.,...
6
by: ree32 | last post by:
I am a bit confused with capabilities of XML. I have an XML document with information on images(photos). Is there way to use XSL/XSLT to create a page that will display the images as gallery. ...
5
by: Jeff Amiel | last post by:
Yes, I've read the FAQ's... I'm still confused. I'm trying to help out a buddy to extract data from an .mdb file that has special 'permissions' on it. If I try to open it with the standard...
10
by: Lauren Wilson | last post by:
Ok I have searched the MS website for info on this. I am totally confused. If I want to deploy an Access 2003 app and allow my users to run it using Access 2003 Runtime, where do I get the...
1
by: Benny Ng | last post by:
Hi,All, Export Method: ------------------------------------------------------------------------- strFileNameExport = "Results" Response.Clear() Response.Buffer = True...
2
by: Daniel | last post by:
I'm new to .Net and all of its abilities so I hope this makes sense. Basically I'm confused on when is the appropriate time to use web forms controls vs. regular HTML. For example in ASP...
11
by: timmu | last post by:
Someone asked me a question about integer division and printf yesterday, I tell him he should do a casting to float/double before you do any interger division. But he doesn't think so, so I try...
2
by: Peter | last post by:
Hi, I have a problem with Listview using checkboxes. If i check items by code BEFORE the form is shown the Listview.Items are confused during the ItemChecked Event !!! After showing the...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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
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,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.