Namespace PKMCDO cannot be found

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Namespace PKMCDO cannot be found

    After adding a reference to PKMCDO and adding the code "Imports PKMCDO" to the proper declaration area of an ASP.NET object, the code to access a Sharepoint knowledge folder and add documents to the folder operated as advertised

    However, after upgrading the development PC to Office 2003, the namespace cannot be found. On investigation, the reference is no longer available.

    How do I recover the ability to use the namespace PKMCDO with Office 2003 in the same environment?
    Evans Bruner Guest

  2. Similar Questions and Discussions

    1. SGF namespace
      Hello I wrote such a module: <pod> =head1 NAME SGF::Tournament - Tournament results and statistics generator class =head1 DESCRIPTION
    2. The use of Namespace..
      Dear developers, may i know wat is the main use of Namespace in declaration... for example: ... the Namespace is for...?? does it affect the our...
    3. IPTables namespace - how to commandeer namespace
      I have a Perl module, IPTables::IPv4, that I've been developing for some time, and that is in the CPAN repository. I've expanded the module to...
    4. <asp:> namespace
      I'm working with an XSL document that renders ASP.NET Server Controls. In order to do this, I have to declare an "asp" namespace within the XSL...
  3. #2

    Default Namespace PKMCDO cannot be found

    hi there.

    Because you can run assemblies side-by-side in .NET you
    should create a copy of the .DLL before installing Office
    2003, and later add this .DLL to your "bin" directory.
    The assembly is probably strong named, so be sure that
    VS.NET has added the correct reference - bin.

    Best regards

    Rasmus Foged
    >-----Original Message-----
    >After adding a reference to PKMCDO and adding the
    code "Imports PKMCDO" to the proper declaration area of
    an ASP.NET object, the code to access a Sharepoint
    knowledge folder and add documents to the folder operated
    as advertised.
    >
    >However, after upgrading the development PC to Office
    2003, the namespace cannot be found. On investigation,
    the reference is no longer available.
    >
    >How do I recover the ability to use the namespace PKMCDO
    with Office 2003 in the same environment?
    >.
    >
    Rasmus Foged Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139