Microsoft KB Archive/255048

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


Error Message: ASP 0115 A Trappable Error Has Occurred

Article ID: 255048

Article Last Modified on 4/7/2006



APPLIES TO

  • Microsoft Site Server 3.0 Standard Edition



This article was previously published under Q255048

SYMPTOMS

When you try to run the following sample code from the SDK, the ASP page generates an "ASP 0115, A trappable error has occurred" message:

Dim Iterator
Set Project = ReplServer.OpenProject ("Projname", 2)  'Projname is the name of the project
Set ReplItem = Project.EnumItems ("", Iterator)  'This method fails with the 0115 error.
                    

If you are using Wscript, a Dr. Watson dump is generated.

CAUSE

The Iterator variable is not being correctly initialized.

RESOLUTION

A supported fix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Apply it only to computers that are experiencing this specific problem. This fix may receive additional testing. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next Site Server Service Pack 4 that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the fix. For a complete list of Microsoft Product Support Services phone numbers and information about support costs, visit the following Microsoft Web site:

NOTE: In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The typical support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

The English version of this fix should have the following file attributes or later:

   File name 
   ----------
   Crsapi.dll
                



STATUS

Microsoft has confirmed that this is a problem in Site Server 3.0.

Keywords: kbbug kbfix kbqfe kbhotfixserver KB255048