<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SharpDevelop Forms Designer not working in Revit 2021 in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10130831#M30211</link>
    <description>&lt;P&gt;The reason that I use an IDE is just that... it's Integrated with the application that I developing for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Coding, for someone like myself, is a step by step process... do this one thing, build it, test it... do the next thing, build it, test it... repeat several times per day (or hour even).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Visual Studio I can't do that. So I am building the solution step by step in the IDE, then copying the code into Visual Studio (and adding the menu constructors and whatnot there) where it will eventually live to distribute as a functioning application to the rest of the company.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that Autodesk walked away from VSTA simply because they didn't want the headache of following Microsoft's rules for using and integrating it. I, personally wish they would do what they are constantly telling us to do... suck it up and deal with it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and reintegrate VSTA as the IDE for all Autodesk apps with an IDE (primarily Autocad and Revit but...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually, the Autocad based products are still using 2012 VBA as the IDE (the last official version of VBA that was left behind by Microsoft in favor of the newer concept of VSTA which allowed for more programming languages to be used so a person wasn't stuck with Visual Basic and could use C Sharp, etc or even mix code types in the same solution).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would work exclusively in Visual Studio and not care about an IDE if they would provide us with a simple, quick, and easy to use and understand, reloading mechanism for applications written in VS that gives us the same ability to just rebuild the solution, then run the new build.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-G&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 17:43:35 GMT</pubDate>
    <dc:creator>GaryOrrMBI</dc:creator>
    <dc:date>2021-03-04T17:43:35Z</dc:date>
    <item>
      <title>SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9890496#M30196</link>
      <description>&lt;P&gt;In Revit 2020, I can create a new C# module, create a new C# Macro, go to Project, Add New Item, and add a WPF C# Window which is named Window1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I then select the Window1 I can view the code.&amp;nbsp; Clicking the "Design" tab at the bottom of the code window shows a preview of the window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Revit 2021, I get no preview.&amp;nbsp; Just an error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;BR /&gt;at ICSharpCode.FormsDesigner.Services.TypeResolutionService..ctor()&lt;BR /&gt;at ICSharpCode.WpfDesign.AddIn.MyTypeFinder..ctor()&lt;BR /&gt;at ICSharpCode.WpfDesign.AddIn.MyTypeFinder.Create(OpenedFile file)&lt;BR /&gt;at ICSharpCode.WpfDesign.AddIn.WpfViewContent.LoadInternal(OpenedFile file, Stream stream)&lt;BR /&gt;at ICSharpCode.SharpDevelop.Gui.AbstractViewContentHandlingLoadErrors.Load(OpenedFile file, Stream stream)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any fix?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 23:04:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9890496#M30196</guid>
      <dc:creator>sragan</dc:creator>
      <dc:date>2020-11-23T23:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9890575#M30197</link>
      <description>&lt;P&gt;Use the Community Edition of Visual Studio instead of SharpDevelop.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 23:54:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9890575#M30197</guid>
      <dc:creator>joshua.lumley</dc:creator>
      <dc:date>2020-11-23T23:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9891946#M30198</link>
      <description>&lt;P&gt;I did think of that, and I could copy and paste code back and forth between Sharp and VS, getting forms and such to look right in VS, and then pasting back into Sharp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But we shouldn’t have to do that. &amp;nbsp;And it seems like if SharpDevelop has a bug in 2021 that wasn’t there before, that AutoDesk would want to fix it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I guess I really have a bigger concern: &amp;nbsp;Since SharpDevelop is no longer officially in development, or supported, &amp;nbsp;does that mean it will just develop more bugs and things that don’t work with each successive version of Revit?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or worse: &amp;nbsp;Is it possible the Macro Editor will just be omitted from future versions of Revit?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I sure hope not.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 13:30:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9891946#M30198</guid>
      <dc:creator>stever66</dc:creator>
      <dc:date>2020-11-24T13:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9916607#M30199</link>
      <description>&lt;P&gt;Well, I guess I'm the only one worried about Sharp Develop in Revit going the way of the dinosaur.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But anyhow, I still can't get Sharps Form Designer to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1630015"&gt;@joshua.lumley&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;The odd coincidence is that I'm actually trying to go through your 5 secrets of coding, and this is where I'm getting stuck.&amp;nbsp; &amp;nbsp;Step 7.4, I can't add the buttons to a blank form without the designer.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try your suggestion of using Visual Studio, and at first the Form Designer didn't seem to work there either.&amp;nbsp; &amp;nbsp; (I started the project with a Macro, and opened it in VS by draging the .sln file into VS. )&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But a search online revealed a post about the forms designer not working if there is more than one class in the project.&amp;nbsp; After deleting all other classes, the the designer suddenly started working.&amp;nbsp; No luck trying this with Sharp.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I'll have to add the buttons with the designer in VS, and copy the added code back to my Sharp Macro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 22:13:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9916607#M30199</guid>
      <dc:creator>sragan</dc:creator>
      <dc:date>2020-12-04T22:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9916628#M30200</link>
      <description>&lt;P&gt;Ugh...&amp;nbsp;After trying to reopen the project in Sharp, I get an error message about missing .cs files.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apparently, deleting a class in VS deletes files even if you don't save the project.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like I'm back to step #1 to try again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 22:23:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9916628#M30200</guid>
      <dc:creator>sragan</dc:creator>
      <dc:date>2020-12-04T22:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9917281#M30201</link>
      <description>&lt;P&gt;Sharp develop is only good for initiating projects. Watch this video which is #2 in the secrets series:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=S0MPxBRL7c0" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=S0MPxBRL7c0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2020 09:30:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9917281#M30201</guid>
      <dc:creator>joshua.lumley</dc:creator>
      <dc:date>2020-12-05T09:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9917285#M30202</link>
      <description>&lt;P&gt;The platform target I use is x86 not x64 for child binaries.&amp;nbsp; This often fixes it when the designer isn't working.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2020 09:34:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9917285#M30202</guid>
      <dc:creator>joshua.lumley</dc:creator>
      <dc:date>2020-12-05T09:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9919570#M30203</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1630015"&gt;@joshua.lumley&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate your videos and examples.&amp;nbsp; They're very helpful.&amp;nbsp; I did eventually make it through your first video and the PDF handout.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I couldn't get the Sharp Forms Designer to work, I had to add the form buttons in VS, and copy the code back (with&amp;nbsp; few edits).&amp;nbsp; &amp;nbsp;I've attached a couple of text files with the code just in case anyone else has the same issues.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(BTW, just in case anyone else also has this problem, I noticed the PPF handout is missing a step - copy and paste "016 Drag on Space Elevator" into a new class called Class2.&amp;nbsp; &amp;nbsp;I couldn't figure out why it wouldn't compile until I watched the video again. )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I completely disagree about Sharp Develop only being good to set up projects.&amp;nbsp; It has some limitations, but anyone can always edit, build, and test within 2 seconds with SharpDevelop.&amp;nbsp; &amp;nbsp;It's great for beginners, because it takes the least amount of time and effort to get some code up and running.&amp;nbsp; &amp;nbsp;I prefer to test and edit all my code within Sharp, and then just copy and paste into VS, making the few edits necessary for things like uidoc and doc.&amp;nbsp; &amp;nbsp;And you seem to have proven Sharp Develop can do some things its not supposed to do - like external applications, ribbons, and ribbon buttons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks;&lt;BR /&gt;Steve&lt;/P&gt;</description>
      <pubDate>Sun, 06 Dec 2020 22:20:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9919570#M30203</guid>
      <dc:creator>sragan</dc:creator>
      <dc:date>2020-12-06T22:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9919574#M30204</link>
      <description>&lt;P&gt;I almost forgot to mention just in case anyone else needs to use the Sharp Develop Forms Designer in Revit 2021:&amp;nbsp; For some reason, if I open Revit 2020 first, and open a sharp develop edit window in 2020 (by selecting a macro and then selecting edit), then open 2021 Revit, then the Sharp Develop Forms Designer works.&amp;nbsp; &amp;nbsp;I've tried this several times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Dec 2020 22:27:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9919574#M30204</guid>
      <dc:creator>sragan</dc:creator>
      <dc:date>2020-12-06T22:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9934528#M30205</link>
      <description>&lt;P&gt;Yes Sharp develop is a fully functioning IDE and looks clean...faster to. With VS I may have falling in love with the Vertical Brace lines and the dark theme. VS also it supports installer projects for making MSI.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 09:01:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/9934528#M30205</guid>
      <dc:creator>joshua.lumley</dc:creator>
      <dc:date>2020-12-12T09:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10128001#M30206</link>
      <description>&lt;P&gt;I wish that you hadn't marked this as solved... it means that no one will look at it and see that I am having the exact same problem... been fighting it for a full day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But your comment:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/546841"&gt;@sragan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I almost forgot to mention just in case anyone else needs to use the Sharp Develop Forms Designer in Revit 2021:&amp;nbsp; For some reason, if I open Revit 2020 first, and open a sharp develop edit window in 2020 (by selecting a macro and then selecting edit), then open 2021 Revit, then the Sharp Develop Forms Designer works.&amp;nbsp; &amp;nbsp;I've tried this several times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;works here as well...&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meanwhile, since this is now a know and proven issue I hope the developers get in and take a look at the problem. Hopefully it will get fixed for 2021 and, if not, hopefully it will get fixed before 2022 hits the streets here in a bit...&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 21:14:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10128001#M30206</guid>
      <dc:creator>GaryOrrMBI</dc:creator>
      <dc:date>2021-03-03T21:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10129842#M30207</link>
      <description>&lt;P&gt;To further this a bit... Just opening and closing a macro in SharpDevelop for Revit 2020 isn't enough... You have to keep it open for the 2021 version of forms designer to work correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 13:20:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10129842#M30207</guid>
      <dc:creator>GaryOrrMBI</dc:creator>
      <dc:date>2021-03-04T13:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10130338#M30208</link>
      <description>&lt;P&gt;Probably this is a main issue for forms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For WPF you can add the Window and copy over the Xaml, it will sill build if you add a reference to system.xaml. The designer still doesn't work but that can be done elsewhere. Not much you can do for windows forms however.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is a shame that SharpDevelop as an IDE seems to be on it last legs, probably there were updates to redistributables elsewhere due to .net and it isn't coping well with changes. I don't think it is as supported as it was so will be interesting to see what is decided going forward.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is an argument for dropping it and instead supporting RPS inherently since a lot of ad hoc developers seem to work with that these days.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 15:40:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10130338#M30208</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-03-04T15:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10130531#M30209</link>
      <description>&lt;P&gt;Well, they need to stop that talk. First they gave us VSTA as an IDE, then decided that it was too much of an effort to keep up with by themselves and took it away, then they gave us SharpDevelop as an IDE, now you say that they're talking about taking that away as well?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I don't know anything about the new one that you mentioned but there is a very good reason that we need an IDE, so we can actually test our code in real time. For many the IDE is all they need as they're just developing for themselves or perhaps only a couple of team members so they simply share the macros.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not even going to get into a sidebar of Dynamo and it's quirks and limitations (unless you know a very specific programming language and can understand and use that scripting interface)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For people like me (that may go years between trying to write any additional functions) it is important to stay in an , at least somewhat, familiar language and environment. I struggle enough as it is trying to translate all of the C Sharp examples and such to the VB that I am somewhat familiar, but I simply can't take the time to fully immerse myself in a new language... I use VB because VBA was the IDE of choice (for many, many applications) when I started trying to hack things together more years ago than I would care to admit &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;All I'm trying to do is simplify a few things for myself and my co workers. I simply can't dedicate myself full time to learning all of the ins and outs of all of the different programming interfaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Autodesk, if you're listening, please take this into consideration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-G&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 16:14:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10130531#M30209</guid>
      <dc:creator>GaryOrrMBI</dc:creator>
      <dc:date>2021-03-04T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10130657#M30210</link>
      <description>&lt;P&gt;I don't have any inside knowledge on these things but I can see the signs I think. The band is still playing but there is water on deck up to their ankles. Could be wrong perhaps it is a simple fix that will be fixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I to would like SharpDevelop to continue but this is a 3rd party component and I think VSTA was a Microsoft maintained thing. Still available for AutoCAD but you have to install it (last time I wondered about it). The .Net languages have been around for quite a while now Excel/Word/AutoCAD etc. all support them. I used them in AutoCAD over a decade ago now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably most Revit developers these days are either those that use Revit API with one of the .Net languages or those that use some form of Python over that. I tend to wonder what the district features of SDE are that you can't get with a free version of Visual Studio? Probably the only distinct feature is to package a macro and have it delivered with a project file (that is more to do with how Autodesk implement it).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The developers of SharpDevelopment are still offering its components in jigsaw fashion on github. There is a VB/C# code converter there from SharpDevelop. There is also the various designers that SDE uses but I think they've taken a step back from providing all of those items as an integrated thing (can't really blame them given the emergence of Visual Studio Code or even VS Community edition).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 17:12:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10130657#M30210</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-03-04T17:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10130831#M30211</link>
      <description>&lt;P&gt;The reason that I use an IDE is just that... it's Integrated with the application that I developing for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Coding, for someone like myself, is a step by step process... do this one thing, build it, test it... do the next thing, build it, test it... repeat several times per day (or hour even).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Visual Studio I can't do that. So I am building the solution step by step in the IDE, then copying the code into Visual Studio (and adding the menu constructors and whatnot there) where it will eventually live to distribute as a functioning application to the rest of the company.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that Autodesk walked away from VSTA simply because they didn't want the headache of following Microsoft's rules for using and integrating it. I, personally wish they would do what they are constantly telling us to do... suck it up and deal with it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and reintegrate VSTA as the IDE for all Autodesk apps with an IDE (primarily Autocad and Revit but...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually, the Autocad based products are still using 2012 VBA as the IDE (the last official version of VBA that was left behind by Microsoft in favor of the newer concept of VSTA which allowed for more programming languages to be used so a person wasn't stuck with Visual Basic and could use C Sharp, etc or even mix code types in the same solution).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would work exclusively in Visual Studio and not care about an IDE if they would provide us with a simple, quick, and easy to use and understand, reloading mechanism for applications written in VS that gives us the same ability to just rebuild the solution, then run the new build.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-G&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 17:43:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10130831#M30211</guid>
      <dc:creator>GaryOrrMBI</dc:creator>
      <dc:date>2021-03-04T17:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10208363#M30212</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/546841"&gt;@sragan&lt;/a&gt;&amp;nbsp;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;It also works by just opening the &lt;STRONG&gt;SDA.exe&lt;/STRONG&gt; file from&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;C:\Program Files\Autodesk\Revit 2020\SDA\bin&lt;/STRONG&gt; and then opening Revit 2021.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 20:27:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/10208363#M30212</guid>
      <dc:creator>Organon</dc:creator>
      <dc:date>2021-04-02T20:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/11236547#M30213</link>
      <description>&lt;P&gt;Well...&lt;/P&gt;&lt;P&gt;I have the same problem. Unfortunately, opening Revit 2020 (and leaving the SD window open) and then Revit 2022 doesn't work form. In fact, now using previous versions of Revit I can't use forms anymore!&lt;/P&gt;&lt;P&gt;Opening SDA.exe from&amp;nbsp;&lt;STRONG&gt;C:\Program Files\Autodesk\Revit 2020\SDA\bin &lt;/STRONG&gt;does nothing for me either (no window appears).&lt;/P&gt;&lt;P&gt;Does anyone have found another solution?&lt;/P&gt;&lt;P&gt;Sharp Develop is great to make quick tests or quick macros. Using Visual Studio is too clumsy for these kind of things.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 12:02:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/11236547#M30213</guid>
      <dc:creator>H.echeva</dc:creator>
      <dc:date>2022-06-15T12:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/11309051#M30214</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3063892"&gt;@H.echeva&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Try this:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Close all Revit products.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Open SDA.exe from&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;C:\Program Files\Autodesk\Revit 2020\SDA\bin&lt;SPAN&gt;&amp;nbsp;.&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;N&lt;SPAN&gt;o window appears, and it's okay (it is opened as a background process).&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Open Revit 2022 and then the macro manager and edit your code.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 14:55:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/11309051#M30214</guid>
      <dc:creator>Organon</dc:creator>
      <dc:date>2022-07-20T14:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: SharpDevelop Forms Designer not working in Revit 2021</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/12037053#M30215</link>
      <description>&lt;P&gt;I know my reply is very late but unfortunately, this didn't work.&lt;/P&gt;&lt;P&gt;Edit: I had to go back to Revit 2018 to make this work. Unfortunately at one point Revit 2018 won't be available for me so I can't rely on this solution.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 18:11:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/sharpdevelop-forms-designer-not-working-in-revit-2021/m-p/12037053#M30215</guid>
      <dc:creator>H.echeva</dc:creator>
      <dc:date>2023-06-15T18:11:25Z</dc:date>
    </item>
  </channel>
</rss>

