When using the ASP.NET Web Custom Control,
in the ASPX file:
We have added a description.
'<%@Register tagprefix="tagprefix name" namespace="namespace name" assembly="ASSEMBLY name"%>'
Is it possible to omit the assembly="assembly name" part above?
to refer to the current project assembly instead of explicitly specifying it
Would it be possible to?
You can omit the assembly attribute only if the source code of the control is in the App_Code directory.So it's a "current project," but the assembly is different because it's dynamically compiled.
If you want to reduce the amount of description, you should use the controls element in Web.config.
597 GDB gets version error when attempting to debug with the Presense SDK (IDE)
567 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
884 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
567 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.