R# does not detect my plugin when installed to Local Settings\... Follow
I am attempting to do a "just for this user" install and it's placed my plug-in into the folder: C:\Documents and Settings\Administrator\Local Settings\Application Data\JetBrains\ReSharper\v5.1\Plugins\Agent Ralph. (I am running using the Administrator account). But R# does not detect it.
If I install to ProgramFiles\JetBrains\...\Bin\Plugins\etc, it works as expected. Also, my installer is pretty much just the wix code from the powertoys.
How can I troubleshoot why R# is not detecting my plugin? I'm using VS2010 and R# 5.1.
Thanks,
Josh
Please sign in to leave a comment.
Is there a R# log file I can view perhaps, and see R# polling for plugins or something? Can someone respond to this please?
Hello,
Please run Visual Studio (devenv.exe) with /ReSharper.LogFile "C:\log.txt"
/ReSharper.LogLevel Verbose command line parameters, make sure your plug-in
didn't load from the user's %APPDATA% folder and attach the resulting log.txt
file. Thank you!
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thank you for the response! I'll try it when I get home tonight.
Log files attached. The msilog.txt is from msiexec /log, and shows that the plugin was installed to C:\Users\josh\AppData\Local\JetBrains\ReSharper\v5.1\Plugins\.
Attachment(s):
ResharperLog.txt.zip
msilog.txt.zip
Andrey,
Have you had a chance to look at those logs?
Josh
Hello,
ReSharper localappdata folder is VS-version-specific and looks like "C:\Documents
and Settings\Administrator\Local Settings\Application Data\JetBrains\ReSharper\v5.1\vs10.0\".
R# is not looking for any data, plugins included, in any parent folders.
I think this could be the problem.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”