Home > database >  Use pb11, CS BS program, is not successful, is wrong?
Use pb11, CS BS program, is not successful, is wrong?

Time:10-02

Use pb11, CS BS program, is not successful, is wrong?
PB11 conversion program friends used to give directions, switch to pay attention to?

After my translation (Deploy), point the Run of pb b_Webform Run, (b is my workspace name)

I only do a simple window, experiment, unable to display web pages, the converted the error information is as follows:




Server Error in '/' b Application.
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

The Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Both Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'Sybase. The original concept. The Core, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b76b10796def6a00' or one of its dependencies. The system cannot find the specified file,

Source Error:


Line 381: & lt; Compilation defaultLanguage="c #" debug="true" & gt;
Line 382: & lt; Assemblies>
Line 383: & lt; Add the assembly="Sybase. The original concept. The Core, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b76b10796def6a00"/& gt;
Line 384: & lt; Add the assembly="Sybase.PowerBuilder.Com mon, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b76b10796def6a00"/& gt;
Line 385: & lt; Add the assembly="Sybase. The original concept. The Web, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b76b10796def6a00"/& gt;


The Source File: G: \ below \ BBSXP \ b \ web config Line: 383

Assembly Load Trace: The following information can be helpful to determine according to The Assembly 'Sybase. The original concept. The Core, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b76b10796def6a00' could not be The loaded.


WRN: Assembly binding logging is turned OFF.
To enable the assembly bind failure logging, set the registry value [registry key HKLM \ Software \ Microsoft \ Fusion! EnableLog] (DWORD) To 1.
Note: There is some performance penalty associated with the assembly bind failure logging.
To turn this feature off, remove the registry value [registry key HKLM \ Software \ Microsoft \ Fusion! EnableLog].




-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Version Information: Microsoft.net Framework Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42

CodePudding user response:

Line 381: & lt; Compilation defaultLanguage="c #" debug="true" & gt;
Line 382: & lt; Assemblies>
Line 383: & lt; Add the assembly="Sybase. The original concept. The Core, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b76b10796def6a00"/& gt;
Line 384: & lt; Add the assembly="Sybase.PowerBuilder.Com mon, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b76b10796def6a00"/& gt;
Line 385: & lt; Add the assembly="Sybase. The original concept. The Web, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b76b10796def6a00"/& gt;
Look at the line

CodePudding user response:

Iis Settings right?
Do you have any questions directory permissions?

CodePudding user response:

Whether there is 24 (about) in the gac sybase at the beginning of things?

CodePudding user response:

I am a beginner's learning CS BS, whole day, and the same situation, you have to have the whole dizzy, then that also don't know what the reason,

I can't upload this, don't know why?

I generated after the msi installation, run the default. Aspx works, (may be, oh, I am also a novice, you name:), the hope can help you!)

Other is the problem of IIS!

CodePudding user response:

Should belong to the IIS problems, first of all, your IIS minimum version cannot be less than 5.0, then you want to install. Net framework 2.0, then install IEwebControls
  • Related