AutoCAD .NET :: Extension Of Plugin
May 5, 2013
I have a finished plugin (dll-A), which works well.Now I want to write an extension for it (dll B).The function in the expansion are so special that I do not in want to integrate the finished plugin (dll A).I bind the dll to the plugin (dll-A) into the new dll of the plugin (dll B) and inherit the plugin class (class A) in the plugin class (class B).Is loaded by the netload (dll B).
Autodesk.AutoCAD.Runtime.Exception: eDuplicateKey bei Autodesk.AutoCAD.Runtime.Interop.Check(Int32 returnValue) bei Autodesk.AutoCAD.Runtime.CommandClass.AddCommand(ICommandLineCallable ca, MethodInfo mi) bei Autodesk.AutoCAD.ApplicationServices.AutoCADApplicationHolder.Initialize(Assembly assembly) bei Autodesk.AutoCAD.ApplicationServices.ExtensionLoader.ProcessAssembly(Assembly assembly)
Exist in both dll's no duplicate commands!
On debugging looks as if autocad load first dll-A and than load dll-B.
Can it be that the (dll-A) is loaded twice?
View 2 Replies
ADVERTISEMENT
Oct 27, 2013
If I enable Suitcase Fusion 5's auto-activation plug-in for Photoshop CC, the app crashes on launch. If I disable it, Photoshop launches, and performs, normally. The Extensis plug-ins for InDesign and Illustrator work without issue. I've contacted Extensis.
My software and OS are all current; I'm using a 17-inch, mid-2009 MacBook Pro with Processor: 2.8 GHz Intel Core 2 Duo, Memory: 8 GB 1067 MHz DDR3, and Graphics: NVIDIA GeForce 9600M GT 512 MB.
I leave the plug-in deactivated and simply open fonts manually, but I'd really like the Extensis plug-in to work as expected. Desperate for a solution, or at least an understanding of the incompatiblity.
View 1 Replies
View Related
Apr 25, 2012
I am trying to install a plug-in from PSKiss to Photoshop CS5 (version 12.0.4). I'm using Adobe Extension Manager CS5.5, and I'm running Windows 7 on my laptop.
Although I'm following up with PSKiss to see if there's a problem at this end, I also see an issue with Adobe Extension Manager. When I open it, the Install button is grayed-out. I can see neither of the plug-ins I've already installed in Photoshop, nor can I install anything new. I am running Adobe Extension Manager as Administrator.
Also, yes, I'm using my laptop with an Administrator account.
View 3 Replies
View Related
Jan 11, 2009
I am using CS4 64 bit. I just installed Corel knockout 2 and the extra goodies from the install cd to get the exclude filter. Neither of them are visible after the install. Has anyone successfully installed these using CS4?
View 6 Replies
View Related
Feb 9, 2012
I'm learning how to create extension (flex - extension builder) for Illustrator and how to make it communicate with a plugin.
The samples provided in the SDK detailed how to load /unload extension from a menu item from Illustrator, and how to add / remove EventListeners to make the magic happen.
to sum up, this is something like that:
1- click on the menu item
2- load extension
3- add listeners
4- do your stuff......
5- remove listeners
6- unload extension
Basically my plugin is a module/service which is in charge of dealing with / modifying artwork tree. It has no User Interface.
My extension will have a user of this service.
What I would like to do is to load my extension as soon as my plugin is loaded, and unload the extension when the plugin will be unloaded.
Or notify when extension is loaded or unloaded.
Is that possible and hw could I achieve that?
View 2 Replies
View Related
Nov 29, 2011
I'm using Inventor 2011 and I can't figure out how to set my dimension settings so it breaks the dimension extension lines automatically when crossing over other dimension extension lines. I saw that others say it just happens, but it is not "just happening" for me. how to set my dimensions so when dimension lines cross each other one of them automatically breaks?
View 9 Replies
View Related
Aug 5, 2009
know of a conversion strategy to get a DEM file that has IMG extension into Map 2008?
We do have Arcview, which will open the IMG file (ERDAS Imagine raster format?), but it will only save this as standard raster formats (jpg, tiff). I am doubtfull that one can use these formats as a DEM in Map.
View 2 Replies
View Related
May 9, 2013
when drawing a line whether a normal line or polyline it adds an tail to the top going 90 degrees to the right, and even on paper space it still shows them. but I cant click on the or delete them, they move with the line too.
View 9 Replies
View Related
Apr 29, 2011
I have a file I'm trying to open that has a ".cad" file extension.
I've been doing this for 7 years and I have never heard of a .cad file.
how to open the file or convert it to a format Autocad 2010 will recognize.
View 9 Replies
View Related
Apr 11, 2011
I'm trying to load the Google Earth Extension in AutoCAD Map 3D 2011 on a 32 bit machine (XP)
I keep getting this error in Map: Import GE Image unknown command.
Demandload is set to 3. I have loaded the Google Earth.cuix. I have added it the support file search path.
We have it loaded on many machines that are 64 bit and have no problems. Is there something I have to do with the 32 bit machine?
View 3 Replies
View Related
Aug 28, 2012
How do I get the extension lines to be annotative?
View 7 Replies
View Related
May 22, 2013
Would like to get the text above and below extension to align
View 0 Replies
View Related
Jun 29, 2011
My snap to extension feature is not working, and I'm looking to see why. In my object snap menu the extension is selected, and aside from that I'm not sure what else it could be other than bugging out.
The extention line (green dashed) will usually (but not always) show up in the vertical direction but almost never in the horizontal axis.
View 2 Replies
View Related
May 6, 2013
I want to use diameter extension lines to span the diameter of the circle by forcing the dimension line to be on. When I do that, the arrows are on the outside of the diameter and I want them on the inside so I use the flip arrow command. What happens is the extension line opposite of the dimension text is sticking outside the circle and I want to get rid of it because it just looks bad. I dont see a way of turning off this little extension line. Every thing I turn off doesnt seem to do anything.
View 7 Replies
View Related
May 16, 2012
What happened with Google Earth extension? I cannot find it in labs. I've installed Map2012 on new laptop and I'm sure I had Google Earth plug in on the old one.
with where do I find GE for Map 2012?
View 6 Replies
View Related
May 24, 2012
I'm trying to make an application that would take a drawing(dwg) and convert it to pdf. Since I can do it directly in autocad 2013, i presume that there should be a function in the API, that i could use to do the same. So far, i tried with AcadDocument.export(filename, FileExtension, AcadSelectionSet) with no luck. I cannot put PDF as a valid file extension.
Here's my code
Public sub SaveToPDF(ByVal psfilename As String)
Dim oAutocad As AutoCAD.AcadApplication = New AutoCAD.AcadApplication()
Dim oAcadDoc As AutoCAD.AcadDocument = oAutocad.Documents.Open(psfilename, True)
Dim sFolder As String = psfilename.Substring(0, psfilename.LastIndexOf("") + 1)
[code]....
View 6 Replies
View Related
Sep 25, 2013
Show me a very simple code-example, how to attach an extension dictionary to an AutoCAD Object and add a XRecord?
View 3 Replies
View Related
Mar 22, 2012
So I missed getting the extension by a day and every where I look for it just points back to the labs where it is no longer available. I used Autodesk CAD and REVIT full design suites 2012.
View 3 Replies
View Related
Nov 7, 2013
New user for civil 3d and the hydraflow extension for civil 3d. I have my pipe network created, all the correct catchments are attached to the correct basin/inlet. i have opened my network in hydraflow and am ready to run it. when I click run it says no flow. Now I know there is another step i need to set my flow wth TOC, I've inputted that, i am using the standard idf curve hydraflow, i have the areas with their coefficients, however it is not calculating my flow rather it is telling me no flow is inputted for certain lines i.e. the ones with MH connections and no inlets.
I have attached my .stm file to this thread, i changed the extension so it would post, just delete the .doc from the extension and it should work in your hydraflow.
View 3 Replies
View Related
Apr 26, 2012
Is there a way to do a jog in a dimension line extention?
(Colossians 3:23-25)
View 3 Replies
View Related
Mar 16, 2013
I received file with an extension DTED. I know this is a Digital Terrain Elevation Data but I don't know how to open/ run it.
View 7 Replies
View Related
Apr 19, 2012
I saw a video on YouTube the Google earth extension for AutoCAD,Autodesk Labs search, but says that is not available for download, I need this plug in, extension of Google earth for AutoCad.
View 2 Replies
View Related
Mar 9, 2007
I can set the single file extension for Autodesk.AutoCAD.Windows.OpenFileDialg like this:
Autodesk.AutoCAD.Windows.OpenFileDialg dlg = new Autodesk.AutoCAD.Windows.OpenFileDialog("select files", null, "dwg", null, Autodesk.AutoCAD.Windows.OpenFileDialog.OpenFileDialogFlags.AllowMultiple);
But how to set set multiple file extension? I have tried "dwg|dxf",but it does not work.
View 4 Replies
View Related
Sep 15, 2012
Sometimes when I am dimensioning an object, my autosnap will pick up the end of an adjacent dimension extension line instead of the end of the object. Is there a way to prevent that?
View 4 Replies
View Related
Mar 2, 2012
Can load or install a *.dat file into civil 3d 2012. i have a file form the army corp of engineers that will draw a structural shape in autocad but i can't seem to load the file in autocad or civil 3d.
View 8 Replies
View Related
May 3, 2013
how I keep the three risers shown in the image below, but extend the landings on the first and third run to avoid creating the angled corners. The angled corners show up when I manually edit the edges to bring the second run width down to match the first and third run width.
If I extend the landings, it tends to push one of the second run risers around the corner to the third run, and that screws up my design.
View 1 Replies
View Related
May 30, 2013
see attached jpg. I want to know if there is a way to get rid of the "extension line" that the diameter dimension creates?
as you can see it runs over the slots on my detail and looks confusing.
win 7 64 bit sp1
cpu intel xeon E5-2687W0@3.106
eight core
two solid state hard drives
32 gig of ram
Autodesk product design
suite premuim 2014 64bit
Nvida quadro 4000
Space Pilot ver. 1.6.2 2010
slphantom (NNTP handle: scottl)
View 5 Replies
View Related
Dec 29, 2011
Just want to know whether Google Earth Extension is compatible for Window Vista? Because received an error message when i try to load Google Earth Extension into my AutoCAD Map 3D 2010. Below are the step that i've done:
Install Google Earth Extension - No error (so i assumed the installation success).
Appload - Successfully loaded.
Menuload - Error message occurred as shown below:
View 3 Replies
View Related
Jun 12, 2013
We are working on a road widening scheme where one edge of the road is retained as far as possible while other edge being widened. I like to design a retained channel line by extending the cross fall between the existing center line and the exiting channel line on to the design one.
It is possible in civil 3d to extend the gradient between two feature lines at some offset from reference feature line?
View 9 Replies
View Related
Dec 1, 2011
I have just upgraded from Map 2009 to 2012 4-bit and many of my lisp programs using map functions do not work. Is there an explanation for this and is there a new "catalog" of data extension function and such available somewhere?
View 5 Replies
View Related
Dec 9, 2005
Having problem of polar tracking extension lines working in one direction, but not perpendicular to that orientation? For example, when drawing a simple rectangle after drawing (2) sides, If I go to snap to my initial starting point to show a vertical extension line to intersect with my third line I am drawing, the vertical extension will not show up, even though the horizontal extension line is visible, and even though it snaps to the my starting point to where I wish have the polar tracking show the vertical extension.
View 9 Replies
View Related