SDK の証言の例に従って、新しいモジュールを作成しました。しかし、それはインストールされません。特定の方向に導くのに役立つエラー メッセージはありません。
インストールメソッドにブレークポイントを設定してデバッグモードでプロジェクトを起動しましたが、決してヒットしません。
それがなぜだろうと誰でも知っていますか?
ありがとう、ジャック
SDK の証言の例に従って、新しいモジュールを作成しました。しかし、それはインストールされません。特定の方向に導くのに役立つエラー メッセージはありません。
インストールメソッドにブレークポイントを設定してデバッグモードでプロジェクトを起動しましたが、決してヒットしません。
それがなぜだろうと誰でも知っていますか?
ありがとう、ジャック
If it's not installing it might not be properly registered in the system. What version of Sitefinity is this? If one of the more recent ones there is a section under Administration > Modules where you can install the module. Otherwise you need to do it in the Administration > Settings > Advanced > System > Application Modules and create a new entry there manually
Either way, make sure that the full name of your module is correct (including the namespace) as the Type, and that the startupType is set to "OnApplicationStart" so it initializes when the website starts.
Then force your website to restart (easiest way is to just save the web.config file) and it should fire up.
I hope this is helpful!
If you have done all this and it's still not firing, can you tell me if the module is listed in the systemConfig.Config file under app_data folder?