Quote: Originally Posted by
dwhite 
My digitalmod does not seem to show up anywhere. In the article building .net add-ins there is this line:
Under the Build tab, set the output folder to your script directory, i.e. My Documents\StreetDeck\Scripts\<GUID>\Addins. You should also have Visual Studio automatically register your addin for you by checking the Register for COM interop setting.
Is this right? I can;t even get the demo one to show up.
YOu need to create a script project in StreetDeck developer mode, this will create a folder under scripts with a GUID. Set the output to your addin to be in the addins subfolder under the GUID. The StreetDeck log will contain error messages if it can't load yoru addin. Post your log here if you can't figure it out.