Project

Profile

Help

install-gac.cmd

Added by Anonymous about 14 years ago

Legacy ID: #8274645 Legacy Poster: Don Cameron (dcam3009)

I installed Saxon .NET and ran the install-gac.cmd and verified that the assembly is in the GAC. C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin>gacutil /l saxon9he Microsoft (R) .NET Global Assembly Cache Utility. Version 3.5.30729.1 The Global Assembly Cache contains the following assemblies: saxon9he, Version=9.2.0.6, Culture=neutral, PublicKeyToken=e1fdd002d5083fe6, processorArchitecture=MSIL I created a project in Visual Studio C# 2008 Express, added Examples.cs to it, tried a build and got this error: Error1The type or namespace name 'Saxon' could not be found (are you missing a using directive or an assembly reference?)...\My Documents\Visual Studio 2008\Projects\Examples\Examples.cs What did I fail to do?


Replies (2)

RE: install-gac.cmd - Added by Anonymous about 14 years ago

Legacy ID: #8275246 Legacy Poster: Michael Kay (mhkay)

Did you create a reference to saxon9he-api.dll?

RE: install-gac.cmd - Added by Anonymous about 14 years ago

Legacy ID: #8276276 Legacy Poster: Don Cameron (dcam3009)

I am embarassed to say that I had not at the time of posting, but I thought of it right after. When I created the reference, I could not select saxon9he.dll in C:\windows\assembly and was forced to reference the dll in the saxon distribution.

    (1-2/2)

    Please register to reply