|
Home > Archive > Commerce Server General > March 2004 > PCOPipeline: Loader error: 94 Invalid use of Null
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
PCOPipeline: Loader error: 94 Invalid use of Null
|
|
| Carlos Sampaio 2004-02-27, 5:34 am |
| Hi all,
My solution integrates CS2002+CMS2002+MSIB21, and
whenever I try to publish PCOs, I get the following error
on event viewer:
--------------------------------------------------------
The VB Application identified by the event source logged
this Application MSCSCfg: Thread ID: 1804 ,Logged:
PCOPipeline: Loader error: 94 Invalid use of Null
--------------------------------------------------------
This event is being generated by the method cache.Refresh
() available in file BDRefresh.aspx.cs related with the
TargetedContentCache cache.
---------------------------------------------------------
else if (cacheName == "TargetedContentCache")
{
//
// Retrieve Cache by Name and Refresh It
//
cache = caches [cacheName];
if ( !(cache == null) )
{
cache.Refresh();
---------------------------------------------------------
Thank You for any help provided,
Carlos Sampaio
| |
| David Messner [MSFT] 2004-03-01, 12:35 pm |
| Hi Carlos, I'm having trouble making sense of that event.
Can you go into the event viewer, open up the error event message, click
the 'copy' button, and then paste the text directly into a post? This will
include the event ID, etc.
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All rights
reserved.
--------------------
Content-Class: urn:content-classes:message
From: "Carlos Sampaio" <carlos.sampaio@portalexecutivoNOSPAM.com>
Sender: "Carlos Sampaio" <carlos.sampaio@portalexecutivoNOSPAM.com>
Subject: PCOPipeline: Loader error: 94 Invalid use of Null
Date: Fri, 27 Feb 2004 02:02:15 -0800
Lines: 30
Message-ID: <040001c3fd18$c72578b0$a601280a@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcP9GMcl0iUSGRPsTBGv4UUg+S4DSg==
Newsgroups: microsoft.public.commerceserver.general
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.commerceserver.general:13273
NNTP-Posting-Host: tk2msftngxa14.phx.gbl 10.40.1.166
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi all,
My solution integrates CS2002+CMS2002+MSIB21, and
whenever I try to publish PCOs, I get the following error
on event viewer:
--------------------------------------------------------
The VB Application identified by the event source logged
this Application MSCSCfg: Thread ID: 1804 ,Logged:
PCOPipeline: Loader error: 94 Invalid use of Null
--------------------------------------------------------
This event is being generated by the method cache.Refresh
() available in file BDRefresh.aspx.cs related with the
TargetedContentCache cache.
---------------------------------------------------------
else if (cacheName == "TargetedContentCache")
{
//
// Retrieve Cache by Name and Refresh It
//
cache = caches [cacheName];
if ( !(cache == null) )
{
cache.Refresh();
---------------------------------------------------------
Thank You for any help provided,
Carlos Sampaio
|
|
|
|
|