J
John Smith
using System.Collections.Generic;
using Microsoft.Office.Tools;
When trying to include the above namespaces I got the following error:
The type or namespace name 'Generic' does not exist in the namespace
'System.Collections' (are you missing an assembly reference?)
The type or namespace name 'Tools' does not exist in the namespace
'Microsoft.Office' (are you missing an assembly reference?)
I am running MS Visual Studio .NET 2003 with .NET Framework 1.1 .
Already checked C:\WINDOWS\assembly which is supposed to be my GAC (I
am on Win XP Pro Corporate) but I don't see an assembly by the name of
"Microsoft.Office.Tools".
What version of .NET Framework has System.Collections.Generic (is it
2.0?)? If so please provide some pointers on finding out the latest
version of .NET Framework that is compatible with MS Visual
Studio .NET 2003 and obtaining it.
Also tried the suggestions of the following but to no avail in solving
the error I listed at the beginning of this post.
http://msdn.microsoft.com/en-us/library/aa159923(office.11).aspx
If you can provide the assembly names / versions that are needed and
how to obtain them; or other pointers in solving the error I would
much appreciate. Thanks.
using Microsoft.Office.Tools;
When trying to include the above namespaces I got the following error:
The type or namespace name 'Generic' does not exist in the namespace
'System.Collections' (are you missing an assembly reference?)
The type or namespace name 'Tools' does not exist in the namespace
'Microsoft.Office' (are you missing an assembly reference?)
I am running MS Visual Studio .NET 2003 with .NET Framework 1.1 .
Already checked C:\WINDOWS\assembly which is supposed to be my GAC (I
am on Win XP Pro Corporate) but I don't see an assembly by the name of
"Microsoft.Office.Tools".
What version of .NET Framework has System.Collections.Generic (is it
2.0?)? If so please provide some pointers on finding out the latest
version of .NET Framework that is compatible with MS Visual
Studio .NET 2003 and obtaining it.
Also tried the suggestions of the following but to no avail in solving
the error I listed at the beginning of this post.
http://msdn.microsoft.com/en-us/library/aa159923(office.11).aspx
If you can provide the assembly names / versions that are needed and
how to obtain them; or other pointers in solving the error I would
much appreciate. Thanks.