AutoCAD .NET :: DLL Not Being Created In Bin / Debug Folder
Nov 16, 2012
why this stopped working, but when I used to pick the green arrow (Debug) to test my code, it would automatically create the .dll in the Debug folder. For this one program, it has stopped doing that. I have to build the .dll and then use that one (from the Release folder).
I've compared the properties from this program to my other programs, but couldn't find anything that stuck out to me.
what I should look into to correct this issue and have it start saving the .dll in the Debug folder again?
View 2 Replies
ADVERTISEMENT
Feb 16, 2012
Whenever I open an autocad file, an autolisp file will get created in the folder along with a .vlx file. Why is this so, how can I avoid this?
View 8 Replies
View Related
Jul 4, 2013
Mac Mini OS X 10.7.5 64 bit
LR 5 (up-to-date)
While importing images from camera, created a sub-folder by clicking on parent folder in the import destination panel and selecting create folder from menu. Create the new sub-folder in the pop-up dialog and chose it. The new sub-folder is not shown in the destination panel. The sub-folder is visible in finder and the permissions/ownerships of the folder are the same as the other sub-folders.
If I click on the parent folder and select create folder, the sub folder is displayed in the dialog. If I select it instead of creating another sub-folder, it is still not shown in the destination panel and another sub-folder is selected.
View 8 Replies
View Related
Nov 27, 2012
when i do import pictures into LR 4.2 (Win8 Pro x64, i7 2600K, 16GB), i'm having the following problem:
In import dialog window i can create a new target folder without any problems, i can import the pictures to that folder without any error.
After import process is complete, in the left pane (Folders) the pictures are in the folder i created a step before, but the folder is listed topmost in the "root" directory, not at the right place matching the directory structure - the pictures are physically stored in the correct folder. (So i can't just drag'n drop the folder to it's right place, says it's already there...)
Before this behaviour came up (worked well before), i did two changes to my system:
1. Upgrading W7>W8
2. Splitting System and Data: OS and programs are on SSD, data is on a RAID 1 MatrixRAID
My users-folder is a hard linked directory junction from SSD to MatrixRAID (mklink)
C:UsersUsername -> E:UsersUsername
(mklink /h /j C:UsersUsername E:UsersUsername)
So maybe LR can't deal with that? What can I do so that the imported folder shows up at the right place after import?
View 9 Replies
View Related
Feb 4, 2013
if i import some pictures, i wanna created a subfolder to import all the picture there. Until now it has functioned very well. Since a few days, the pictures are imported only on the parent folder and the subfolder didn't get created.
I use the latestet LR 4.3 Version on my MAC 10.8.2.
View 4 Replies
View Related
Nov 29, 2012
I found a curious bug in Lightroom 4.2.
If I have pictures taken after 23:00, Lightroom creates an import folder in the next day, but the dates in the files are correct.
Example: The file's date is: 29/11/2012 23:19.
However if I hover my mouse over the image in the import dialog:
The date that appears is 30/11/2012 00:19. Here's the detail:
After you import, you get the image in the wrong import folder, but the meta on the image is correct:
I've started to notice this before, but always thought of a wrong date on my camera. Just noticed that this happens with my camera, iPhone, and any other photo that has a time after 23:00.
View 2 Replies
View Related
Nov 27, 2013
SInce upgrading from LR4 to LR5 I can no longer create a new folder in the 'destination' section of the import pane and import new images into it.
If I right-click, for example, the desktop in the 'destination' area and select 'create new folder' I can create the folder, but it doesn't then show when I return to LR for the import. I have to have already created to folder outside of LR before the import for it to show as a viable location to import to.
View 2 Replies
View Related
May 17, 2011
I have added reference acdbmgd/acmgd from C:Program FilesAutodeskAutoCAD 2011 with copy local =false I can see from the list the version are 18.0.0.0
But when I start debug the project I got the following error..This project used to work with AutoCAD2010, now just moved to 2011 I can't even start debuging
System.IO.FileLoadException: A procedure imported by 'acmgd, Version=18.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.
File name: 'acmgd, Version=18.0.0.0, Culture=neutral, PublicKeyToken=null' ---> System.Runtime.InteropServices.COMException (0x8007007F): The specified procedure could not be found. (Exception from HRESULT: 0x8007007F) at System.ModuleHandle.ResolveMethod(Int32 methodToken, RuntimeTypeHandle* typeInstArgs, Int32 typeInstCount, RuntimeTypeHandle*
[code]....
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
View 6 Replies
View Related
Oct 15, 2012
I am writing a program in vb.net.I have a command.
<CommandMethod("att2att")> _
Public Sub att2att()
Dim ed As Editor
ed = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.Editor
ed.WriteMessage(String.Format("{0} commande: att2att, maintenant disponible...", System.Environment.NewLine))
Dim start As New FileSelect
start.ShowDialog()
End Sub
In the debug mode, the att2att is not recognize.If I compile, netload and call the command, it works. Why is the command not recognize in debug mode?
View 4 Replies
View Related
May 10, 2011
I am using VB.NET 2010 Express, and have created a dll that only appears to load correctly when launching the debugger. When I use netload to load my dll I get an error stating:
"Cannot load assembly. Error details: System.IO.FileLoadException: Could not load file or assembly...
...System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework..."
The error pops even if I move the dll to the local acad support folder. I have already changed the target framework to ".NET Framework 4" since I am modifying this from a file that loaded correctly in 2011 with 3.5.
View 2 Replies
View Related
Jun 6, 2013
Sometimes (atleast 2 times) when I take photos late, butween about 10-11 PM they are created in a folder with the date for the following day.
Last time this happend was yesterday (2013-06-05). Almost all photos was automaticlly in folder for 2013-06-05 for the import but 10 photos shot between 10.07pm - 10.43pm was put in the folder 2013-06-06.
Im using Lightroom 4.4 Swedish version.
Is it at date/time-proporties in Lightroom which is wrong (not Swedish-time) or what can it be?
View 2 Replies
View Related
Mar 11, 2013
I was trying to do the cmd+shift+option+fn+F12 to calculate the area on an object and nothing happens..so i was reading on the Internet that adobe dropped this feature no longer exists is this true?
View 6 Replies
View Related
Mar 15, 2013
why photoshop would just crash in the middle of working or using tool or making a selection. It just stops and has an option to debug or close program and loses what you worked on since the last save and you have to restart the program.
View 2 Replies
View Related
May 20, 2009
I am using Adobe Photoshop CS4 Extended Student Edition. My computer is Windows XPI continue to get the error Photoshop exe Aplication ErrorInstructions at oxofa92c5b sometimes is states oxofc42c5breference memory oxoooooo28 Memory could not be read Cancel or debug. it shuts down. no matter what you click. It does this after I get the picture open and when I click on different tools. This is newly installed on my computer and newly bought program.
View 9 Replies
View Related
Jun 28, 2013
I've got a script that creates a palette that does some calculations when a button is pressed - but something in the script is failing silently. (this question is about how to debug things like this, not what the problem is in my specific script)
I've read the debugging tips in the Javascript tools guide, and based on that, re-opened the script in the Extendscript Toolkit instead of my usual text editor, chosen Illustrator, and hit the green 'Go' button. But, either I've missed something fundamental, or this isn't designed for palettes - the script runs in Illustrator, successfully pops up the palette, considers the job done, pats itself on the back, and closes the palette before I can begin debugging the button.
I'm looking for something where I can test the palette doing regular Illustrator work and see debug messages, set breakpoints, etc. I've tried the old-school approach of just filling the code with 'alert("blah")'s but it doesn't work - my code reaches an
" if(app.activeDocument.selection.length){ alert(1);} else {alert(2);} "
and doesn't alert either of them, or give any error message.
If I was working in a browser, I'd just plonk in a "console.log( app.activeDocument.selection )" and browse the object structure to see what's going on, is there any Illustrator equivalent?
View 1 Replies
View Related
Jul 12, 2012
I created a new drawing in a project that already has a data shortcut folder created. How do I attach to it?
What is the difference between "Set Working Folder" and "Set Data Shortcuts Project Folder"
View 1 Replies
View Related
Aug 29, 2012
I am trying to copy big assembly with its folders from one folder to another.I cant use Copy Design because I get too long path error.
Alternative way of copying files and keeping its relationships?
View 3 Replies
View Related
Dec 13, 2011
I create an I part and I noticed it creates a folder within my main folder. This introduces a bit of chaos into my folder structure, is there any way around it?
View 5 Replies
View Related
Aug 22, 2012
Not sure if it's a bug or not but when removing a whole project the "random" folder(s) are still in the Media Storage folder. Everything connected to the project(s) are gone but not the random folder smoke creates when creating project files. Any specific reason their still in the Media Storage folder?
Im a bit of a neat-freak... After removing a whole project, is it safe to remove all the empty folders? Or would that cause problems for other projects?
View 5 Replies
View Related
Jul 27, 2013
When I open Elements 9 in Folder Location the images displayed are not those in the highlighted folder. Similarly if I select another folder I see another selection of images from elsewhere in the structure.
View 1 Replies
View Related
Dec 9, 2012
I'm new to Elements 10 and I'm having a hard time figuring things out but 1 thing in particular. I'm on a PC and use Windows 7.I already import a lot of pic's to Elements or so I thought.
When I'm in "Folder Location" and click on a folder it doesn't display any pictures and says "No files from this folder have been imported into Elements Organizer. To add any files, right click on the folder and select "Import to Organizer"
So I do as I'm told and then i get this error."Nothing was imported. The files or folders selected to import did not contain any supported file types or the files are already in this catalog."
View 2 Replies
View Related
Dec 3, 2013
When importing something off of a DVD or CD how do I direct Lightroom to copy the imported images or folder to a specific folder on my hard drive? It seems to default to MyCatalog but leaves the location on the CD rather than copying it to the drive. If I remove the CD the images is reported as missing.
When I go to the top of the screen for importing I can change the source but the location info on the right is not active or changeable.I am new to lightroom and coming from Photoshop Elements background.
View 2 Replies
View Related
Jun 10, 2013
I have another question about installing LR5. How do I manage to install the program to a special folder and not the custom folder on drive c:?
I just run the installation through application manager. I set the installation folder within my presets to d:adobe...
But anyway it was installed on hard drive c:
A direct download of the installer from adobe is not possible unfortunately.
View 6 Replies
View Related
Feb 24, 2014
I was in the process of moving a folder inside or LR. I might have clicked and moved it twice since it was very slow. LR wasn't able to complete the move and gave me an error message. After I clicked "OK" on the error message, I wasn't able to find my folder/images from the old or new location. I did a spotlight search on my mac, but I wasn't able to find them anywhere. Where has my folder/images gone? I tried to locate them without any success.
View 2 Replies
View Related
Mar 2, 2012
I am new to PS scripting and trying to create a basic script to gather folder paths and then remove the path of that folder. I have created a basic array and while trying to
View 1 Replies
View Related
Jul 17, 2013
I've got about 10,000 photos that I've moved in lightroom by creating a folder called 'pictures' on the external drive using the left folders panel. I then selected all the images in the root drive on my computer and dragged them onto the 'pictures' folder on the external drive, and I expected the folder structure to come with it. Only after I realised that they had all moved into one folder. Is there a way of moving the images back into a structure without manually doing it? Here's a screenshot.....
View 9 Replies
View Related
Feb 16, 2014
Im using the most recent version of Lightroom 5.3 (updated through CC - even though this has shown up on previous version) on Windows 7 and all the folders in my library are showing up with the directory path in front of my folder names. How can I get rid of this? I do not see any options in preferences to turn this off. I have also turned off preferences in Windows > Folder Options Control Panel "Display full Path in Title bar" option.
I have Lightroom on several computers and have set up preferences the same on each workstation, and this only shows up on one workstation.
View 2 Replies
View Related
Aug 17, 2013
I just finished importing my photos to Elements, and was going to add the folder I keep them in to my watched folders, to keep them up to date. Since everything imported just fine, I was surprised to find that I got the following error when trying to add the folder:
The Watch Folder service returned an error: Access is denied.
I looked around the site using search and Google, and found a few other occurences of this error, but they all only show answers that apply to network shares. The folder I am trying to watch is not a network drive that I have to use a \serverfolder format to access, as the folder is located on my hard drive under C:UsersusernameGoogle DrivePictures.
Elements Organizer 11.0.0.0
Core Version: 11.0 (20120830.r.32025)
Language Version: 11.0 (20120830.r.32025)
Current Catalog:
Catalog Name: Google Drive Photos
Catalog Location: C:ProgramDataAdobeElements OrganizerCatalogsGoogle Drive Photos
Catalog Size: 31.5MB
Catalog Cache Size: 68MB
System:
Operating System Name: Windows 8
Operating System Version: 6.2
System Architecture: AMD CPU Family:15 Model:10 Stepping:0 with MMX, SSE Integer, SSE FP
Built-in Memory: 7.2GB
Free Memory: 5.2GB
Important Drivers / Plug-ins / Libraries:
Microsoft DirectX Version: 9.0
Apple QuickTime Version: 7.74
Adobe Reader Version: 11.0
Adobe Acrobat Version: Not installed
View 4 Replies
View Related
Feb 26, 2014
Installed Elements 12, converted catalog but now my sub folders are shown as main folders in Organizer folder view. How can I get back my original folder/sub folder system? When I look at Windows folders my system is as it was so the two don't match any more. On searching further came across more info on Community-powered support for Photoshop Family and it seems Adobe have removed the option of sub folders.
View 4 Replies
View Related
Jul 6, 2012
I just copied around 30GB of photos from my Mac laptop to a secondary internal drive that I placed in my Mac desktop. I then copied the Catalog from my laptop and put it in my primary drive on my Mac desktop. I double-clicked on the Catalog and it seemed to open everything up. I clicked on some keywords and it is finding the images. I never used LR for anything other than adding multiple keywords to all of my images.
1. However, the folder section on the left has question marks next to each and every folder that displays in that section. Why does it have the question marks and what do I need to do to remove them?
2. Do I need to do anything else to ensure the transfer is complete?
View 1 Replies
View Related
Nov 21, 2011
I set lightroom 3 to monitor the folder that my Eye Fi card feeds to but I couldn't see how to do this without also setting the "move to" setting...is there a way to do this to just have Light room recognize when new pics come in and not move them?
View 4 Replies
View Related