Actually i installed the archive Store_02.01.00_Source.zip via web interface.
And have made changes in DotNetNuke.Store.WebControls and recompiled it. I have such text in Post Build Event:
copy "$(ProjectDir)*.ascx" "$(SolutionDir)Store_02.00.00_Install"
copy "$(ProjectDir)*.aspx" "$(SolutionDir)Store_02.00.00_Install"
copy "$(ProjectDir)App_LocalResources\*.ascx.resx" "$(SolutionDir)Store_02.00.00_Install"
copy “$(TargetPath)" "$(SolutionDir)Store_02.00.00_Install"
so i have to manually copy DotNetNuke.Modules.Store.WebControls.dll to root bin directory than it will work.
So I can't understand the right approach to developing module. Could somebody help me with that?