AutoCAD .NET :: 2012 Crash During Debugging Session With Visual Studio 2010

Jul 14, 2011

Dev env: AutoCAD 2012, VS 2010, ObjectARX.Net 2012

A simple windows form command dll to test within the VS2012 + AutoCAD 2012

Bug:  when debugging with VS2012, the first command runs fine and I can debug it with breakpoints etc etc. However, after the first debugging session, if I try "File"->"Open" or "New", file dialog will popup and then my AutoCAD 2012 crashs.

It won't happen if I compiled the dll, and load directly from AutoCAD independantly running instance.

View 2 Replies


ADVERTISEMENT

AutoCAD .NET :: Gets Slower When Loading For Each VS 2010 Express Debugging Session?

Feb 9, 2012

When running VS 2010 express in debug mode, for either AutoCAD 2010 or 2012, 64 bit, AutoCAD gets slower and slower loading with each subsequent debug session until it becomes intolerable. A system restart is necessary. Is this normal? I see this on a fast machine with tons of ram. During the waits there are patches of white screen in the various AutoCAD interface components. The performance hit is exponential with each session. The first debug is normal, The second is slightly slower. The third is noticeably slower and so on.

View 3 Replies View Related

AutoCAD Inventor :: How To Prepare Visual Studio 2010 Express For Use With 2012

Aug 28, 2011

I'm looking for the complete instruction set prepare Visual Basic Studio 2010 Express to program Inventor 2012 Professional.

At the moment, all I've done is to install VB Studio Basic 2010.  If I'm not mistaken, don't I have to "configure" VB 2010 Express so it can be used with Inventor 2012?

View 5 Replies View Related

AutoCAD .NET :: Wizard Installation Error On Visual Studio 2010

Jun 6, 2013

wizard installation error on visual studio 2010

View 1 Replies View Related

AutoCAD 2010 :: Crash When Opening 2012?

Aug 24, 2012

I have downloaded AutoCAD 2012 and when I try to open it my computer automatically shuts off without even openig AutoCAD. I tried downloading the newest version of AutoCAD 2013 and it does the same thing. Inventor fusion seems to open and work properly but not AutoCAD.

View 1 Replies View Related

AutoCAD Inventor :: Debugging 2012 Addin With VS2010

Jun 20, 2011

I cannot debug an addin for Inventor 2012 from Visual Studio 2010 professional on Win7 64. 

I started with a new “Autodesk Inventor Addin” project

Set debug “Start external program” to inventor

Added a form and called it from StandardAddInServer.Activate sub 

IF I debug from here inventor starts but form does not open. Addin not loaded. 

Move *.addin file to Inventor addins 

Now when running debug, form opens but breakpoints do not work. VS reports no errors on build.

View 9 Replies View Related

AutoCAD 2010 :: 2012 Crash Applying Changes To Dims Style Values Dialogue Box

Mar 14, 2013

When i attempt to change any value of any dimension style, i am no longer given the 'Ok' option to finish and close the dialogue box. Instead i get an error code.

I recall that it arose when using civil 3D 2013 (which i've since uninstalled) and has continued into AutoCAD 2012 (installed post civil 3D 2013 uninstall).

View 5 Replies View Related

AutoCAD 2010 :: Open And Create A Drawing In 2012 From Visual Basic 2010

Jul 1, 2012

I'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].....

View 2 Replies View Related

AutoCAD Inventor :: Studio 2012 Has Speckles All Over Output Image

Jan 12, 2012

When I render a PNG image with Studio there are speckles all over it as in the attached sample.

View 3 Replies View Related

AutoCAD 2010 :: Unable To Save Drawing - Accessed By Another Session

Jun 19, 2012

I have a file where I can't save, because it says its being accessed by another session. The problem is no one has it open. I did a save as and tried changing the name of the original file or move the file with no luck. I need to keep the file name for purpose of company file structure.

View 9 Replies View Related

AutoCAD 2010 :: Unable To Save Drawing As It Is Being Accessed By Another Session

Sep 28, 2012

We are seeing some issues with some users regarding what looks like a timeout in licensing?Basically our users are opening drawings, making amendments and trying to save, however, when the user or users try to save the drawing. It will state that the drawing is being accessed by another session.

We have removed all instances of the DWL's to see if we can resave but the only option we can use is to save them as *.tmp files.I do know that we have replaced the server in the office that is now experiencing this problem, previously they weren't having any issues.

Any good place to start looking into this as it seems there are too many things to consider and we would like to pinpoint the issue sooner rather than later..I want to be able to quickly identify if AutoCAD is at fault or the server.

View 9 Replies View Related

AutoCAD Inventor :: No Add In Template For Visual Studio?

Jul 2, 2013

i have installed the SDK for inventor 2014, but there is no add in template for Visual studio?

can i get one from anywhere?

View 3 Replies View Related

AutoCAD .NET :: ObjArx Wizards For Visual Studio 2008

Jul 6, 2010

I am having Visual Studio 2008 installed on my computer and AutoCAD 2008 as well. When i downloaded the ObjArx from AutoDesk and try to install ARX Wizards it says that you must have Visual Studio 2005 installed on the system.how to get the ARX wizards for Visual Studio 2008 ?

View 2 Replies View Related

3ds Max :: Studio 2012 - Orbit Tool On Selected Object

Apr 21, 2011

Is it me or is the viewport-orb tool changed?When I select an object (in perspective mode, not otho) - and press Z to zoom-extend the chosen object, I can rotate around it, but when performing a second "orb"-around, the "zoom-locked-extends" is gone and he orb-rotates around the SCENE and not the chosen object anymore?

what gives?... (same principle when in sub-object mode - 1st orb-rotate around the chosen object is good. When going out of orb-rotate and orbing around to the other side of the object or whatever, the "zoom-extends-region" is "scenafied" as in scene-a-fied bug or new feature? if new feature, how the hell to turn it off.

View 3 Replies View Related

AutoCAD .NET :: Visual Studio Edit And Continue Not Working Anymore?

Jun 24, 2013

I develop AutoCAD using .NET, I use the Edit and Continue feature in Visual Studio 2008 while debugging and testing what I wrote. I recently got a new machine and now my Edit and Continue doesn't seem to work anymore.

View 9 Replies View Related

AutoCAD .NET :: Use Command Type Call Form In Visual Studio

Nov 5, 2013

I have a project related to connect autocad and visual studio(VB.Net). Example: I open my file autocad and then use command type call run visual studio.

View 3 Replies View Related

AutoCAD .NET :: Edit And Continue With Visual Studio 2013 In 64 Bit Environment

Oct 21, 2013

I just installed the just released Visual Studio 2013 Professional x86 in a Windows 7 X64 with AutoCAD 2014 X64 computer hopping to check the Edit and Continue feature as advertised in [URL]

View 5 Replies View Related

Photoshop :: Visual Studio Theme

May 11, 2009

After looking at this one guys visual studio 2005 wallpaper I wanted to learn how he did it. I am trying to duplicate the small squares you see on his wallpaper. how he did the shapes in the wallpaper.

View 1 Replies View Related

AutoCAD LT :: 2012 Crash When Working On Previous Version Drawings

Mar 12, 2012

The company I am working for has the old 2000 version of AutoCad. They send me drawings with blocks and attributes. But when I start working on them the system will lock up and not let me do anything else. I can maybe get two or three commands in then it will lock up. It doesn't even let me send a C.E.R. (customer error report)  I have downloaded all of the service packs and the hot fixes but the problem persists. I don't where to go from here. My co worker thinks it may be a memory problem but I doubt it.

View 2 Replies View Related

AutoCAD Architecture :: 2012 Crash With Empty Error Message On Exit?

Jun 27, 2012

When a user closes ACA 2012 (sp2)he gets an empty crash message.

We are running win7 64bit.

View 2 Replies View Related

AutoCAD 2010 :: Install 2012 And LT 2012 On Same Computer?

Mar 29, 2012

Is this supported by Autodesk, and will installing both products create any issues?

View 3 Replies View Related

Mudbox :: 2012 Crash When Starting Up?

Jun 12, 2011

Mudbox try to open up. it crashes. Window 7 64 bit get me error and saying they let me know of fit/ Here the problem detatil. about to unstatll and restall.

View 9 Replies View Related

Maya :: 2012 Immediate Crash On File Load?

May 3, 2011

I was working on setup up several camera animations in a file. I saved the file, and put the settings in for all 4 cameras to render. I started Batch Render running, it saved, began rendering the first frame and then Maya crashed. It was able to save a .mb version as it was closing. I have since been unable to get either file to open correctly.

If I try to directly open the files, they load 100%, the status bar immediately switches to "Writing <username>.20110503.<time>.ma" and the Crash Reporter appears before the viewport can even update and show the model.

If I try importing either file into a new document, it will load completely, and a dialog window pops up with: Could not save file"/var/folders/FL/FLo7J2o4H4OV9SDiREDU4U+++TI/-Tmp-/thompirson.20110503.1216.ma".

If you click OK, Maya crashes without the Crash Reporter opening.

View 4 Replies View Related

3ds Max :: 2012 Crash When Loading File With Container?

Sep 28, 2011

I have problems loading a max file. The file has several containers with external content, and it started crashing on load after I created those containers.

I tried merging the file into an empty scene, and it works if I merge everything but the containers. I also tried merging the containers alone, and that makes it crash.

I need/want to use containers, because the scene is very big, and can be quite challenging to handle. I could try using X-refs instead, but I was hoping to use containers, since it seems like a good solution in theory at least!

View 2 Replies View Related

3ds Max :: 2012 Crash On Opening 2011 Files?

Apr 23, 2011

I've found an issue with 3ds Max 2012, when I open/upgrade my 2011 scene, max will crash immediately and every time. I used a 'binary search' approach to figure out what part of my 2011 file/scene was failing to import by exporting half of it, importing it and seeing if it crashed, if so, I'd split that half in half again and repeat until I got down to the offending object. I managed to get down to a single Loft object, which when exported (Save As > Save Selected) just on it's own would cause 2012 to crash on opening it.

It's not a biggy for me as I can just delete the offending object and carry on.

I'm not quite sure why there isn't a try-catch block around the entire import/load file function inside 3ds max, so that if/when max exceptions it won't bring down the entire application? I guess making this a safe transactional operation would be fairly difficult.

View 5 Replies View Related

AutoDesk Smoke :: 2012 SP3 Crash On Importing Files?

May 29, 2012

Any time the gateway scans a directory, which has a clip that has stereo audio, Smoke hangs. Is this a bug? Specifically the file was a Canon 7D file which had audio recorded with it. The crash does not happen when we try a file without audio or a file whose audio has been converted to mono. The file was directly from the camera. Same thing happens when it is a Prores HQ file with Stereo audio.

View 9 Replies View Related

AutoCAD 2010 :: 2010 Through 2012 Freezing When Using Open - Windows 7

May 23, 2012

I recently loaded several versions of AutoCAD on to a Windows 7 machine.  ALL versions will open a drawing if double-clicked from windows explorer, but if I try to open through AutoCAD, the program freezes as soon as I click on the "Open" button.  This is true for AutoCAD 2010 through 2012.

Machine Specs:

Dell Optiplex 990
250GB HD
8GB Ram
I7-2600 proc
AMD Radeon HD 6670 (1Gb) Video Card

I also cannot open multiple instances of ANY version of AutoCAD in Windows 7.

View 3 Replies View Related

AutoCAD .NET :: Debugging ARX Application

Jul 31, 2012

I’m unable to debug my arx. For context, I'm on Windows 7-32bit; Visual Studio 2008 SP1 and 2010 SP1 are both installed.

I modified the project file (.vcxproj) by adding

<TargetFrameworkVersion>v3.5</TargetFrameworkVersi​on>:  
<PropertyGroup Label="Globals"> <TargetFrameworkVersion>v3.5</TargetFrameworkVersi​on> </PropertyGroup>  

inside the  <PropertyGroup Label="Globals"> node. I switched Platform Toolset from v100 to v90.

Then I launched AutoCAD 2012, loaded my arx solution in VS2010 and from the Tools menu, Attach to Process… I tried to select Attach to Managed v3.5 but it does not exist! All I see is Managed (v2.0, v1.1, v1.0) code or Managed (v4.0) code.

Am I the only one having this much fun with debugging? After sifting the internet I found no similar issues.

View 1 Replies View Related

AutoCAD 2010 :: 2011 100% CPU Crash?

Feb 27, 2012

how to fix an issue I have of autocad hitting 100% cpu? It's mainly when copying. It's used on server 2008  r2 by multiple users through xenapp.

View 2 Replies View Related

AutoCAD .NET :: Changes To Form Not Visible While Debugging?

May 6, 2013

I'm using visual studio 2010 and autocad 2012 x64. When I make (visual) changes to a form in the editor between debugging, for example the width of the form, the changes aren't visible on next debugging, it's still the same width as it was before. Same thing for font size, when changed the changes are not showing when debugging again. Almost seems like autocad remebers the previous layout of the form. A new control added between debugging shows up fine.

View 2 Replies View Related

AutoCAD .NET :: Why Is Debugging Process Slow

Jul 15, 2012

Converting my apps from .NET 35 to .NET 40 was not too painful except for the debugging speed! Why is AutoCAD 2013 so slow....

Should I be building my apps on a 32bit box and then do the final build on a 64bit box?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved