Ask a Question related to ASP.NET Security, Design and Development.
-
Evans Bruner #1
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
-
SGF namespace
Hello I wrote such a module: <pod> =head1 NAME SGF::Tournament - Tournament results and statistics generator class =head1 DESCRIPTION -
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... -
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... -
<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... -
Rasmus Foged #2
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
code "Imports PKMCDO" to the proper declaration area of>-----Original Message-----
>After adding a reference to PKMCDO and adding the
an ASP.NET object, the code to access a Sharepoint
knowledge folder and add documents to the folder operated
as advertised.2003, the namespace cannot be found. On investigation,>
>However, after upgrading the development PC to Office
the reference is no longer available.with Office 2003 in the same environment?>
>How do I recover the ability to use the namespace PKMCDO>.
>Rasmus Foged Guest



Reply With Quote

