about sdk vb.net AddIns samples

about sdk vb.net AddIns samples

Anonymous
Not applicable
507 Views
4 Replies
Message 1 of 5

about sdk vb.net AddIns samples

Anonymous
Not applicable

Hi,

 

I am tyring the PartFeaturesAddin example which is under the Inventor2012/sdk/developertools/samples/vb.net/addins.

 

I followed the readme and copied the *.addin & *.ddl to the right folder, but after restart Inventor, I can't see the addin loaded.

 

Just wondering if it will work on 64bit win7?

 

It seemed developed with vs2005. I am using VB express 2010. Could I re-compile it?

 

I am trying to figure out how to make one of my form for my addin.

 

Thanks in advance

 

Regards,

 

Cean

 

 

0 Likes
508 Views
4 Replies
Replies (4)
Message 2 of 5

YuhanZhang
Autodesk
Autodesk

It should work on Win7 x64 machine. As you said you can't see the addin loaded, can you double check that the .addin file have the correct content when you copy them from the Readme.txt? I just verified it here on Win7 x64 machine, it worked fine.



If this solves the problem please click ACCEPT SOLUTION so other people can find it easily.



Rocky Zhang
Inventor API PD
Manufacturing Solutions
Autodesk, Inc.

0 Likes
Message 3 of 5

Anonymous
Not applicable

still not work.

 

here is my PartFeaturesAddin.addin file, Even tried to change it's name to Autodesk.PartFeaturesAddin.Inventor.addin. This is savd at c:\programdata/autodesk/inventor 2012/addins.

 

the dll is at c:\program files\autodesk\inventor 2012\bin

0 Likes
Message 4 of 5

YuhanZhang
Autodesk
Autodesk

You can remove the begining spaces in the first line in the .addin file and try if it works now.



If this solves the problem please click ACCEPT SOLUTION so other people can find it easily.



Rocky Zhang
Inventor API PD
Manufacturing Solutions
Autodesk, Inc.

0 Likes
Message 5 of 5

Anonymous
Not applicable

Yes,that did the trick. thx.

 

It shows an "Add-Ins" tab and a PartFeaturesAddin.BoltMaker panel.

0 Likes