AutoCAD 2010 :: How To Get Rid Of IE Plugin / BHO
Aug 24, 2010how to get rid of the IE plugin/BHO. This has taken over and am now unable to download dwg files. They just open to a blank screen active x control installed or not.
View 7 Replieshow to get rid of the IE plugin/BHO. This has taken over and am now unable to download dwg files. They just open to a blank screen active x control installed or not.
View 7 RepliesI recently installed the Building Design Suite. All installations and plugins were labeled as 'Install successful' (I have rechecked all installations for errors).
I am having trouble using the Sketchbook Plugin for AutoCAD. The 'SketchBook Designer' tab and it's content appears and works. When I create a 'New Canvas' the canvas appears on the screen, but the 'Create Canvas' tab does not sequentially appear. All of the settings do not appear and I cannot apply the canvas, hence I do not have any access to the SketchBook features.
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?
I use logic NP obfuscator and am trying to compile a dll plugin I am wanting to send on the app portathon.
Obviously there is some obfuscating in the acad support files, that I guess mine is bucking with. This is the error message I am getting. I tried to ignore the acad stuff.
Crypto Obfuscator For .Net v2013 R2 Standard (Licensed To: James Boone,Powersoft Engineering), Build:130904
Running from UI - C:Program Files (x86)LogicNP SoftwareCrypto Obfuscator For .Net 2013 R2CryptoObfuscator.exe
Obfuscator Project File= A:\_EPS folderPanSchPro acadinEPSElec.obproj
Output Path= A:\_EPS folderPanSchPro acadinObfuscator
[code]....
I need to create one Plugin for AutoCAD 2012. I created one plugin for AutoCAD 2007 using .NET 2.0 . I would like to know which is the correct .NET framework I should use for creating a plugin for AutoCAD 2012. For Ex. [.NET 2.0, .NET 3.5, .NET 4.0, .NET 4.5 etc] ?
If possible can I get a link to any autodesk official page detailing about the .NET frameworks ?
I am trying to create one pluggin which can handle inplace edit [refedit]. I can open in place edit window by invoking 'REFEDIT' command from my pluggin. But i need to get the selected document path for in place edit.
View 5 Replies View RelatedI have created one plugin using .Net 4.0 and AutoCAD 2013. Its working fine on Windows 7 and XP 64bit.
Now I wants to create similar plugin in MAC OS for AutoCAD 2013. I had browsed many topics but not able to find any proper solution.
So, Is it possible to create a MAC OS Specific Plugin in AutoCAD 2013 Design Architecture ??? If yes, then any links /references for the same.
So I got the new visual studio 2012 ultimate but cannot find the Autocad plugin template when making new projects even when switching to .NET 4.0..I do have the latest ObjectARX and the API Wizard and the plugin works find on VS 2010 too.
View 1 Replies View RelatedI had IT install our network version of IV 2012. That seemed to install flawlessly. I still have IV 2011 on my machine IV 2011 and will be running it for the time being.
My problem is when I try to get the iProperties I get this error. "Plugin not available or not properly installed. Notify the System Administrator that the installation is incomplete. DTCP"
We tried to repair/reinstall 2011 and then removed it and reinstalled, to no avail. I have not tried 2012 yet, as all our files need to be migrated to 2012.
I'm looking for a way to programmatically check if a dll file is a AutoCAD plug-in, preferably getting the version too.The only thing I can think of is using
System.Reflection.Assembly.ReflectionOnlyLoad()
to load the dll, search thru its references looking for Acad-specific (acdbmgd etc.) get the reference version, compare it to a list....
I am trying to make an universal catcher for all unhandled exceptions (System.Exception) on an AutoCAD plugin. My guess is that a static method is to be hooked on an object, but I haven't figured what that object is for the AutoCAD application. Here is a C# test plugin:
namespace TestPlugin { public class Main : IExtensionApplication {public void Initialize() {throw new System.Exception(); } public void Terminate() { } static void AutoPanelExceptionHandler(object senderUnhandledExceptionEventArgse) {if(e != null) {Autodesk. AutoCAD. ApplicationServices. Application. DocumentManager.MdiActiveDocument.
I downloaded the sketchup import plug-in and used it to import a sketchup model, but the model ended up being a different size, is there a way to fix this?
View 1 Replies View RelatedI have a VBA plugin used in Autocad.This plugin works fine in windows xp and windows 2003 server(64bit) but it fails in Win7(64bit) machine. Error is that the pop up window which is MODAL and which should in front is coming in background in case of Win7(64 bit.).
View 1 Replies View RelatedI'm trying to get my plug-in to successfully load its commands only if certain parameters are met like a prefix in the DWG file name. (I know I would have to use GETSYSTEMVARIABLE("DWGNAME") ) I haven't been able to implement a restriction successfully.
Also, is there a way to load a plug-in only within the scope of a document and not the entire AutoCAD executable?
This way, if the user has open document A and it's not a valid document of use of the plug-in, he won't be able to use the commands, but if he loads document B with a valid format (name prefix), the plug-ing will automatically load for the document B instance only. Is this possible?
(Working with AutoCAD 2010 and .net 3.5)
I have a 3D Sheet Metal fab and design plugin software that is setup to load automatically when I open arch 2012.
( opening another version will not due ) I need to be able to toggle off when it loads due to the recent installation of a competing product. But dependant on the situation there are times when i will want both to open.
I was told that I should download and install DWG compare plug-in to compare 2 dwg files. I have downloaded the file and installed it (at least I got the "successfully installed" message) but when I open AutoCAD LT 2013 it does not show up on the plug-ins tab and using the dwg compare command returns an "unknown command" response.
View 5 Replies View RelatedI recently added the QR Code plugin from the labs to ACAD 2012.
[URL]
It's pretty cool, and I have added it to one of my title blocks so that contractors can access more resources via their phones if they have questions on site. The code can be updated with a simple command QRED.
The downside of this, of course, is that I have to edit my block for every project. The documentation says that the encoded info is stored as XData. Is there a way to access this data via a field, or pass a variable/attribute through to the plugin to male this a bit easier?
I have created a partial cui file that creates a new tab and a panel in the tab. This works fine.
When I try to create another cui for another plug-in I cannot get the two tabs to merge. I have set the tab Aliases to be the same but they show up as two tabs next to eachother.
I recently installed the SketchUp plugin in the hope that I would be able to easily and effectively transfer SketchUp models into AutoCAD and subsequently into Revit.
However, upon importing the SketchUp model, extra wireframe is added to the flat surfaces from vertex to vertex. This does not affect the CAD model as such as it appears that these lines are necessary for CAD to create the surfaces.
Though when imported into Revit from CAD, these surfaces are unable to be processed and the model becomes incomplete, also failing to identify the windows and doors that had been previously identified as the model had been taken from Revit, through CAD and to SketchUp with no problems and then all the way back again.
What is the next step of importing it back to Revit as I am unsure how to retain its levels (i.e Floor plans).
I downloaded importskp plugin and installed for Autocad2013, but could not load it.
I tried to restart Autocad, and also appautoload command but couldn't solve the problem.
I created something in Rhino and imported it in Autocad as .3ds file but the geometry is not a solid one but a polyface mesh and I cannot edit it with boolean commands, thus I cannot continue editing it...I found out that there is this plugin Mesh 2 Solid but it is not free and I cannot find a proper crack anywhere..I cannot find any other way to make mesh solid...
View 8 Replies View RelatedI've been saving down cad files and opening in AI for about 6 months now with no problems. Now it won't recognize any CAD files, no matter how I save it down, I 've tried 2010 and 2004.
View 2 Replies View RelatedI am incurring a fatal error while i am running a plugin i have developed in .NET. I am using AutoCAD 2012 and .NET 4.0. Where the fatal error occurs is when i am filtering a list for specific colors and specific linetypes to populate a listbox with. I did a quite a bit of reading and the only thing i have found is ( in debug compiler is giving a little more memory space for said collection and when i run it in outside of debug it is not. ) Now i dont really understand how to fix this issue or can verify that it really is the issue. is there some type of setting i can change inside of autocad for debugging so it doesn't completely shut down?
View 6 Replies View RelatedWe have Adobe Acrobat Pro which has a plugin to allow batch plotting of PDFs from multi-sheet drawings. Works awesome in Autocad 2009 and before. It DOES NOT work with Autocad 2011!
We have drawings with 70 sheets and it's nice to print the entire document to a single PDF in one step. Takes less than one minute in Acad09. Nice!
is it possible to write a plug in that runs when a user does something.example. you start inventor and open a assembly file the user selects a part and the plugin automatically runs.no pussing buttons, no quick key, it just runs.
View 2 Replies View RelatedI'm doing a program in Visual Basic 2010. In one of the forms I put a button that when clicked must open AutoCAD 2012 and make a drawing in it. The user will decide where to save it.The steps are these:
1. I added the references Autodesk.AutoCAD.Interop and Autodesk.AutoCAD.Interop.Common to the Visual Basic Project. That's OK.
2. I wrote this in the heading of the form's
- Imports Autodesk.AutoCAD.Interop
-Imports Autodesk.AutoCAD.Interop.Common
3. In the event Click of the Button1 I put this:
Dim acadApp As New AcadApplication 'Create an instance of an AutoCAD Application
AcadApp.Application.Visible = True 'Show the instance of the AutoCAD Application
Dim acadDoc As AcadDocument 'Create an intance of an AutoCAD Document
acadDoc = acadApp.Documents.Open("C:Respaldo TesisDibujo2.dwg") 'Open a Document called Dibujo 2
'Draw a line
Dim PT1(2) As Double
[code].....
Our company just upgraded to AutoCad 2011. We get files from our clients that exports their files from revit. It seems that Autocad 2011 slows down when reading this files (cursor will have a second or two delay).
View 2 Replies View RelatedI cannot find my point settings.
View 7 Replies View RelatedI'm using AutoCAD Mechanical 2010 and received a .DXF file that contains 'solid' objects. Unfortunately the next tool in my workflow doesn't understand 'solids' only polylines (and a few other basic shapes like circles, lines, etc). Is there some way to convert the object in AutoCAD?
I tried the 'boundary' command but when it asks to 'Pick Points' and I click inside the solid, it always gives the error 'Valid hatch boundary not found'.
What am I missing here?
Trouble with embedded OLE DWG objects in word 2010 not opening with AutoCAD 2012
We have a user that can't open some OLE DWG files from within a word document. He had 2010 AutoCAD LT on his machine for a while then was upgraded to 2012 AutoCAD (non LT) once that was there LT 2010 was unistalled. since then he has not been able to open certain embedded OLE files within Word. Other users that have other ever had AutoCAD 2012 have no issue opening this embedded DWG files.
i found this thread (URL....) which sounds exactly what is going on with my enduser. But the fix provided is for AutoCad 2000-2012 not the LT versions.
I am using autocad 2013 primarily and other employees are using 2010. I am saving my drawings as 2010 and for me there are no issues. On the other hand people using 2010 are having objects missing in the drawing. All layers are turned on and all thawed. The primary objects missing are AEC objects. Is there a switch to show or hide these object?
View 2 Replies View Related