PRB: Debug Assertion Failure When Accessing Parameters Page (207580)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0
- Microsoft Windows NT Server, Enterprise Edition 4.0
This article was previously published under Q207580 SYMPTOMS
Accessing the parameters page of a custom resource from within the Cluster Administrator may generate the following error:
Debug Assertion Failed
File: wincore.cpp
Line: 307
CAUSE
One cause for this error is an attempt to use an administrator extension DLL that was built with the static Microsoft Foundation Classes (MFC) libraries.
RESOLUTION
Rebuild the Cluster Administrator extension DLL using the shared MFC library. To change this under Microsoft Visual C++ 5.0 or 6.0:
- Open your project in Visual C++.
- On the Project menu, click Settings, and then click the General tab.
- In the Microsoft Foundation Classes box, select Use MFC in a shared DLL.
- Click OK to rebuild the project.
STATUS
This behavior is by design.
MORE INFORMATION
The parameters page is displayed by the administrator extension associated with the resource type.
The admin extension is an MFC extension DLL called by Cluster Administrator to display and accept information specific to a custom resource type. MFC extension DLLs must use the shared MFC library in order to successfully use objects passed in by the calling application.
Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
---|
Keywords: | kbDSWManage2003Swept kbClustering kbnofix kbprb KB207580 |
---|
|