Eric Snyder

Results 8 comments of Eric Snyder

Follow up on this. It does not seem to matter what policies I give the role that is assigned to the group in the Cognito User Pool. I detached all...

Thank you. These two versions just worked for me. ``` ISwApplication xCadSwApp = _application as ISwApplication; var test = xCadSwApp.CreateObjectFromDispatch(sketch, xCadSwApp.Documents.Active); var test1 = xCadSwApp.Documents.Active.CreateObjectFromDispatch(sketch); ```

Not sure if this is an issue or not. This is now working fine when I get an ISketch object coming from a Sketch in the Solidworks feature tree (as...

Thanks @lurch! Fixed that issue. Now about speed....

Wow, adding the correct pause() really helped speed as well. :)

OK. I upgraded Visual Studio to Version 16.6.3. That looks like it resolved the issue. @ymerkryds - I wonder if it will fix the issue for you?

> (But, I see now that it works in an empty project, but not in my current project :( ) I tried it in an empty project as well.