WordLight cannot be loaded
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Unpack WordLight.AddIn and WordLight.dll to Addins directory.
2. Launch Visual Studio.
What is the expected output? What do you see instead?
An error dialog (see attached screenshot) is displayed, saying that WordLight
cannot be loaded. (Part of the path has been intentionally obscured in the
image)
What version of the product are you using? On what operating system?
WordLight 0.3.2.109
Visual Studio 2008 Team System Development Edition
Windows 7 Enterprise, 64bit.
Original issue reported on code.google.com by niklas.wiberg@gmail.com
on 5 Sep 2011 at 12:13
Attachments:
GoogleCodeExporter commented
The problem seems to be that the Addins folder I was using was a network path.
If I use a local (C:\blah\Addins) folder, it works fine.
Original comment by niklas.wiberg@gmail.com
on 23 Sep 2011 at 8:22
GoogleCodeExporter commented
Thanks for posting a work-around. I encountered the same issue when I put the
plugin under Libraries\Documents\Visual Studio 2008\Addins; it turns out my
home directory was also in a network path starting with "\\". The plugin worked
once I moved it to C:\ProgramData\Microsoft\VisualStudio\9.0\Addins.
Original comment by gkiessl...@gmail.com
on 15 Jan 2014 at 6:31