Project

Profile

Help

Reference problem in vs.net 2003

Added by Anonymous about 17 years ago

Legacy ID: #4387382 Legacy Poster: SebastienNar (sebastiennar)

Hi all, When i add reference to saxon8api and saxon8 in vs.net 2003, I can't view namespaces of saxon8api in the object browser. I can view the saxon8, for saxon8api, i see only the name of the assembly and not the members. Had you already this problem ? Thanks


Replies (3)

Please register to reply

RE: Reference problem in vs.net 2003 - Added by Anonymous about 17 years ago

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

I'll investigate. This kind of thing can be difficult because it tends to depend on exactly how the product has been installed. Can I first check exactly which product version you are using?

RE: Reference problem in vs.net 2003 - Added by Anonymous about 17 years ago

Legacy ID: #4387418 Legacy Poster: SebastienNar (sebastiennar)

I use saxon-b last version 8.9.0.4 . I'd unzip all the file in a directory, exe install-gac (I'd change the directory from framework .net to visual studio .net 2003). I my solution in VS, i'd add reference to the assemblies. Thanks

RE: Reference problem in vs.net 2003 - Added by Anonymous over 16 years ago

Legacy ID: #4608290 Legacy Poster: péter (psnel)

Slightly off topic, but reference + GAC related... (VS.NET 2005, Saxon v9.[latest @ nov 6,2007]) - cannot select assemblies from "add reference..." Dialog's ".NET"-tab (gac asm's) even after running "install-gac.cmd" (rendering the install script useless unless "solution 2" below is followed) NOTE: for VS.NET 2005 (esp. when exclusively using .NET 2.0) change "install-gac.cmd" to start with something like: - - - rem set NET="%PROGRAMFILES%\Microsoft.NET\SDK\v1.1\Bin" set NET="%PROGRAMFILES%\Microsoft Visual Studio 8\SDK\v2.0\Bin" ... - - - # Solution 1 # -You need to modify registry to enable it in that dialog. (see short MS howto at http://support.microsoft.com/default.aspx?scid=kb;en-us;306149) - then restart VS # Solution 2 # - Browse to DLL(s) and add it as proj reference.. - then (under reference's properties) [Copy Local = False] // use the GAC asm's during runtime Hope this helps someone Regards p

    (1-3/3)

    Please register to reply