Should I create Shared folder inside "deploy" folder

Options
Yury
edited November 2011 in Photon Server
I'm using Ninject component. It initializing when my application starts. Ninject use AppDomain settings to search extensions for loading. Particularly it use property AppDomain.CurrentDomain.RelativeSearchPath(the same as AppDomainSetup.PrivateBinPath). As I can see in logs PrivateBinPath = Lite;Lite\bin;bin_Win64;Shared. Should I create Shared folder manually?