Pesquisar resultados da sua consulta.
I save a macro in Vsta 3 in my desktop directory , and then Visual Studio 2015 open it in other directory (C:\Users\blues\AppData\Local\Temp\Vsta\VSTAConsoleApp\VstaTGLKCEvl5USbkMHpAyVbSQ\VstaJQx9h4_YLk2dwmz8nMYwjQ
SOLIDWORKS User Forum
3 anos atrás
I have started to get "Microsoft Visual C++ Runtime Library" Runtime error in c:\windows\explorer.exe every few minutes ... Cannot find or open the PDB file. 'explorer.exe' (Win32): Loaded 'C:\Windows\System32\hlink.dll ... Symbols loaded. 'explorer.exe' (Win32): Loaded 'C:\Program Files\SolidWorks Corp\SolidWorks\sldebu.dll ... Symbols loaded. 'explorer.exe' (Win32): Loaded 'C:\Program Files\Common Files\SolidWorks Shared\sldsearchifilter.dll
SOLIDWORKS User Forum
9 anos atrás
So, if you want to execute a Solidworks vba macro via Visual Basic .net here is the trick: Imports SolidWorks.Interop.sldworks 'This is a button Private Sub button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click 'Just to know if solidworks is already opened: Dim opened As Boolean If Process.GetProcessesByName("SLDWORKS").GetLength(0) > 0 Then opened = True Else opened = False End If 'Now, this will open solidworks if it is not already opened: Dim app As
SOLIDWORKS User Forum
10 anos atrás
fileserver\Sources\Dassault Systems\SolidWorks 2014 x64 SP04\swwi\data\SwCreateMST.exe" "\\fileserver\Sources\Dassault Systems\SolidWorks 2014 x64 SP04\swwi\data\solidworks.msi" INSTALLDIR="C:\Program Files\Solidworks Corp" SOLIDWORKSSERIALNUMBER="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX" ENABLEPERFORMANCE=0 OFFICEOPTION=3 SERVERLIST="25734@servername" UPGRADESWINSTALL=0 TOOLBOXFOLDER="C:\Solidworks Data 2014 SP4" ADDLOCAL=SolidWorks,FeatureWorks,PhotoView,SolidWorksRoutedsystems,SolidWorksUtilities,
SOLIDWORKS User Forum
9 anos atrás
If this doesn't work go to... c ... If you need threads just for visual effects, then go ahead and make them, but if you're using multiple instances of the Part in an Assembly I'd strongly suggest creating a configuration with the thread feature suppressed, and use this configuration in the Assembly ... Now try Shift+C again to see if that fixed the problem
SOLIDWORKS User Forum
9 anos atrás