pearsonjohn / js-addin

Automatically exported from code.google.com/p/js-addin
0 stars 0 forks source link

Incompatible with VS2010 #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install into VS 2010 RC

What version of the product are you using? On what operating system?
1.2 & VS2010 RC

Please provide any additional information below.
.addin has no entry for 2010
If i add an entry, it loads, but doesn't work: blank window.

Original issue reported on code.google.com by mail.som...@gmail.com on 19 Feb 2010 at 5:18

GoogleCodeExporter commented 9 years ago
Just tested at home, and here it works ..sorta (i still have to manually edit 
the
.addin and add an entry for vs2010)

However there are index out of bounds errors (jquery 1.4.1  for example) & 
functions
with objects passed into parameters show up as ?

When an index out of bounds occures, i get a blank window (like at work) & have 
to
restart VS.

Nice project initiative tho :)

Original comment by mail.som...@gmail.com on 19 Feb 2010 at 6:45

GoogleCodeExporter commented 9 years ago
I can't even get it to start in VS 2010 RC. I modified the .addin file so that 
2010 
would recognize it but when I start it through the Add-in Manager I get:

Error Number: 80131515

Original comment by winder.n...@gmail.com on 19 Feb 2010 at 8:27

GoogleCodeExporter commented 9 years ago
Very big thanks for testing and reporting issues.

I have changed a bit addin module for VS2008 - so it might work more stable.
Please upgrade your version and follow instructions in readme file, it should 
work for 
VS2010 at compatible mode.(at least it works in my RC)
Soon I'll create a native addin in new "*.VSIX" format

Original comment by mega.boich@gmail.com on 3 May 2010 at 3:54

GoogleCodeExporter commented 9 years ago
Cool, hope to see a working version for VS2010 soon :)

Currently in VS2010 Pro (RTM), whenever i switch between windows i get:

Cannot access a disposed object.
Object name 'TreeView'.
System.Windows.Forms

Original comment by mail.som...@gmail.com on 3 May 2010 at 5:00

GoogleCodeExporter commented 9 years ago
Please try a version for vs2010 - vsix package

Original comment by mega.boich@gmail.com on 7 May 2010 at 9:52

GoogleCodeExporter commented 9 years ago
gg!

Seems to be working just fine in VS 2010 now.
..will keep ya informed ;)

Thank's a mill !

P.S. Will happily give your explorer-popup-add-in a spin if you ever decide to 
port 
it to 2010. Great idea for a plug-in.

Original comment by mail.som...@gmail.com on 8 May 2010 at 12:29

GoogleCodeExporter commented 9 years ago

Original comment by mega.boich@gmail.com on 22 Oct 2010 at 10:41