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


ADVERTISEMENT

3ds Max :: Slow Pre-render Process?

Nov 17, 2011

We have an issue where one of our users are struggling with very poor performance during the pre-render stage.

This is especially clear during the following stages

Press "Render" button (takes around 20 second before anything happens)

Pre-Processing scene (takes around 20 second to complete)

Translation Scene & Translation Object (takes around 7 minutes to complete)

This is runned on a HP Z800 workstation with pretty hefty specifications, and a Nvidia GTX 580 graphic card. What is weird is that the user also has another machine with a bit lesser specs and a GTX 295 graphics card that finishines these same tasks using the same files around 6 times faster.

The machine shows no sign of a general performance issue, and when it eventually reaches the rendering stage it performs as expected.

Using 3DS Max 2012 SP1 and Win7 64bit on both machines

View 3 Replies View Related

Photoshop :: Slow Filters To Process Images

May 20, 2011

I was wondering if there are some Photoshop filters which are very slow in processing images.

For example images of 0.2GB, 0.5GB, or even 1GB can be processed in few seconds with all filters? Or there are some filters requiring a longer time, something like minutes?

View 6 Replies View Related

Lightroom :: 4.1 Very Slow To Open And Process Pictures?

Sep 16, 2012

I've downloaded the trial version of Lightroom 4.1 to give a try with my raw files.
 
First LR is very slow at generating the preview (takes about 30 sec for some files), the only filter applied at import is "Lens correction".

When Applying corrections, it takes seveal seconds to see it on the preview and there is also a lot of lag.
 
Maybe is a limitation of the trial ? My RAW files are CR2 from a DSLR Canon EOS 60D (18 Mpix): 5184x3456.
 
I try LR on the following setup:
 
OS: Windows 7 SP1 32bit
CPU: AMD Athlon 64 X2 4200+
RAM: 2 GB
HD system: 7200 RPM 300 GB
Screen resolution: 1920x1080

View 13 Replies View Related

Lightroom :: Slow Loading Previews During Selection Process

Jun 14, 2012

When I am sorting photos in the library loupe mode, the thumnails always show loading as I am trying to make my  pics and rejects.  How to speed up the process?  I have already increased my cache to 100.

View 2 Replies View Related

After Effects :: Does Adobe Dynamic Links Slow Down The Rendering Process

Feb 9, 2013

I have a question concerning Adobe Dynamic Links.
 
This is my problem : I work on After Effects. I have a composition that is rendered quite fast. (almost in real time...)
 
But when I open the linked comp in Premiere Pro, it lags as hell. Maybe 2x, 3x slower.
 
So I'd like to know why Adobe Premiere Pro is slow, while After Effects is fast ?

View 5 Replies View Related

Photoshop :: Camera Raw 7 Slow Zoom In / Out But Fast Process 2003 Or 2010

May 6, 2012

I did notice that zoom in or out in camera raw is slow , even in middle pc , i'm not talking about hi end pc but i did find it's amazing fast if use process 2003 or 2010. May i use like default the 2003 or 2010 ? How can i do it?

View 5 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 .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 :: Jig - No Single Step Debugging?

Nov 27, 2013

I tried a lot of sample (mostly from spidernet) using EntityJig. My problem is always the same: I can't walk through "protected  override SamplerStatus Sampler" method by single step debugging. If a Break Point inside this overritten method is reached, a new tab "No source available" is shown and debugging stops.

AutoCAD 2013, Visual Studio 2013, c#

Same with protected override bool Update().

View 1 Replies View Related

AutoCAD .NET :: Possible To Edit / Change Code While Debugging?

Oct 8, 2012

I am moving from VBA to VS2010/12 and I am having my first problem

Firstly, I read that I should install AutoCad 2013 DoNet Wizard to be able to compile and debug my code. After install it I managed to "debug" when I set the brakepoint but I couldn't change the code while debugging...

I did a fast search in this forum and I found some similar issues but they where old posts (before C3D2012 and VS2012). So, is it possible now to edit code while debugging as I was able to do in VBA? This will save me a lot of time. Mostly in my case once I'll make a lot of beginner mistakes...

In some post I found that we should install a virtual machine and run in 32bits mode to be able to edit. This is the best solution?

View 2 Replies View Related

AutoCAD .NET :: Debugging WinForm In 2014 With VS2010?

Dec 13, 2013

When I place a breakpoint inside a Windows form i get the message "No Source Available" from Visual Studio.

I'm using Application.ShowModalDialog(..) to launch the dialog.

How can people develop code without being able to debug? This has been an issue for some versions now and the NEXTFIBERWORLD=0 is not a solution for me since the whole AddIn acts strange when i do that. All I find when searching for this is the NEXTFIBERWORLD trick.

View 5 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 .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 .NET :: Incurring Fatal Error While Running WPF Plugin But Not While Debugging

Nov 18, 2013

I 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 Related

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 View Related

Photoshop :: Components Seem To Be Missing From CS5 Since Debugging PC

Oct 20, 2012

Since my Windows-7 PC went to the shop for a clean up following some suspect virus my CS5 Photoshop seem to have some components missing. I can get into CS5 (I had upgraded from CS3 earlier in the year and now I can't get into CS3 even though the icon is still there.) and upload a photo and use the basic tools but I can't use a lot of the ACTIONS: i.e. I get error messages like The command "Feather" is currently not available or "The command Channel Mixer is currently not available"

View 21 Replies View Related

Illustrator :: CS6 - Converting PMS To Process For Files To Be Printed 4 Color Process

Oct 4, 2012

How the PMS color palettes "simulate" on screen how the color will print on different substrates (glossy vs matte vs uncoated paper). That's great for comps, but if you convert it to CMYK to print it, and the values are representing a "simulated" color it won't look correct (by that I mean come close to matching the spot color). For example, the uncoated palette simulates the color by making them appear a bit washed out on screen - pretty good visual simulation. But it might do so by adding black and cyan to orange for example, etc. - effectively dulling the original color.

So if I convert that to CMYK within the new Pantone + color palette, and then send it to the printer - it won't appear as it did on screen, it will dull the end color even more because it's converted the color to the dull simulated version - what a disaster! It's only doing half the job - showing us what it should look like on screen. In order to be truly efficient for design professionals the CMYK conversion might remove black and cyan completely to effectively brighten the color in the final output on uncoated paper. I would prefer it just stick to the standard conversion, which Pantone did have as a standard palette option (PMS to process), and then I can adjust if I think it's necessary.
 
Any corporate branding system will likely start with a PMS spot color palette for the identity. Then it will build into many different adaptations - full color brochures, large format banners and trade show graphics, website, advertising. So any corporate branding system will need to have PMS, CMYK and RGB versions of their main corporate color palette. There was a standard for these translations that was automatically consistent in the Adobe software and that is now all over the place, so it relies on individuals manually adapting the color mixes for final use - what a great way to screw things up.

View 3 Replies View Related

Photoshop :: Slow Computer Makes CC Slow

Aug 23, 2013

how to make my photshop application fast few days ago it was working good but now its performance is slow and my computers speed is also slow. How to fix it?

View 1 Replies View Related

AutoCad :: See Which Process Is Running When Loading?

Dec 27, 2011

We have about 25 workstations on our partner company, with the exact hardware and software configuration. We have 2 workstations with problem, but the other 23 are fine. The problem is those 2 is taking to long when loading.

I tried to load the program without loading template (startup to 0) it loads fine. The problem starts after it loads template or existing file. I can tell it's not the file problem, because after we open a file successfully, any other file after that opens normally. So there must be another process after loading the first file.

I suspected there is an addon program that cause this. Is there a way we can see what processes are running on command line (like in Windows command console), so we can find what cause this?

I think this might also because they are using ACAD MAP3D 2010, which are not certified for Windows 7 64bit on their machine.

View 3 Replies View Related

AutoCAD LT :: Attribute Extraction Process

May 31, 2012

I've recently upgraded to 2013 but when I follow exactly the same Attribute Extraction process as used in 2012LT, the output throws out some duplicates and does not even process other data. I've been through the drawing thoroughly turning layers on/off and deleting text to try and suss out the problem but it just seems like a fault with the command.

Incidentally, I've extracted data from the same drawing in 2012 and 2013, and it all works fine in 2012.

View 5 Replies View Related

AutoCad :: How To Know Process Of Floor Plan

Apr 24, 2013

finding out the process from start to finish, with the finishing product being in autocad. Would a architect provide you with a drawn floor plan and then you would draw it up in auto cad?

View 2 Replies View Related

AutoCad 2D :: Automate Dimensioning Process?

Mar 4, 2013

I work in plumbing design and am constantly burdened by the tedious task of setting out hundreds upon thousands of penetrations every month for the guys on site to locate their plumbing points through the slab.

They use a GPS system to expedite the plotting, but first I provide a CAD file with just 3 layers; GRids ( a line ), Wastepoint ( a donut poly line ) and Fixture Name ( multi text) which the survey program can interpret and set out from ( actually, the surveyor only needs one point, which he grabs from the site grids that I provide ).

So that's all good, but on top of this I must dimension off the grids every point so that measurements can be done on site as back-up/cross checking.

Of course I can't have dims overlapping each other.

Is there any way to automate this part of the process? Taking a dim from the nearest grid (x and y axis) to the centre of the object I use for the penetration.

View 3 Replies View Related

AutoCad :: Why And How Drafting Used In US Patent Process

Sep 30, 2012

2 page paper on drafting for patents. Why & How is drafting used in the US patent process.

I need to write this paper but why drafting is used in the patent process.

View 3 Replies View Related

AutoCAD .NET :: Turn Off ScreenUpdating Until Process Is Complete?

Jun 28, 2011

Is there a way to turn off screenupdating until a process is complete.

Similar to Application.ScreenUpdating = False used in Excel.

I make changes to several blocks and you can watch as it moves through each one. I'm guessing it might be faster if the drawing doesn't redraw after each.

View 3 Replies View Related

AutoCAD Inventor :: Process Modeling With 2011?

May 15, 2012

I'm trying to create a two sheet drawing showing the different states of manufacturing for a fabrication that is further machined.  The first sheet would be the fabrication and the second sheet would show the final machining.  Due to the complexity of the part, cramming everything onto one drawing is not a very good option.  I was hoping to use Views or LOD but that won't work.  Am I missing something?  The part is not suitable for using the weldments option either.

View 1 Replies View Related

AutoCAD Civil 3D :: Data Reference Process

Dec 11, 2013

Does the source file size impact the functionality of a surface data reference?

Case 1 I have a source dwg that has a single surface, Surface A, in it and is an overall small file size.
Case 2 I have a source dwg that has Surface A as well as another 10 surface and the file size is HUGE.

When I data reference out Surface A from Case 1 versus Case 2 does the new drawing look back at the entire drawing or just the surface data to make sure the surface is up-to-date when syncing?

View 6 Replies View Related

AutoCAD 2010 :: Plot Process Hanging

Jan 30, 2012

Last week we started having an issue with one of the AutoCAD 2010 installs, When she would go to plot (to any plotter or PDF) the plot process would just hang up and continue to show (in the lower right corner) that it was working, sometimes it would actually print the page but it wouldn't format it right, This morning a second install started doing it too. I chacked and ran though the proceedure for ACAD.VLX virus and it still is doing this. After autocad sits there for a minute showing the plot process the addons reload. I have tried plotting with no addons loaded and I am still getting the same problem.

Machine software config:
Windows 7 64 bit
Autocad 2010 32bit loaded
Microvellum 6.7 addon

View 2 Replies View Related

AutoCAD Inventor :: Possible To End Process In Task Manager

Sep 17, 2012

We have a problem with Inventor freezing when saving idw. It is not possible to end Inventor process in task manager so the only way to quit Inventor is to force a complete PC shutdown.

View 1 Replies View Related

AutoCAD .NET :: Disable All Functions During Start-up Process?

Jun 12, 2013

I am looking at options to disable all functions during the start-up process when I netload “my.dll”.  The only way I have found is by using the following

Dim BoolRes As Boolean
If BoolRes = False Then
Dim line As Line
line.ColorIndex = 1
End If

The action of trying to change a lines colour while it’s not open for write works perfectly.  As in any of my functions after this process don’t load. Any better way than my above code? 

View 9 Replies View Related

AutoCAD Print / Plot :: DWG To PDF Flattening Process

Jul 7, 2009

When I create a pdf using the dwg to pdf driver native to acad2010 it creates a pdf but when I go to print that pdf the processing time that it takes to print is outrageously long since when adobe reader goes to process the pdf to print it it says it is "flattening" the pdf.

How to remedy this problem? At this point the dwg to pdf driver in acad is unusable unless I can figure out how to create a pdf file that does not need to be "flattened" by adobe reader before finally sending off to the printer.

View 9 Replies View Related







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