JWindows Home Server 2011 & VB 2010 express
-
segunda-feira, 12 de setembro de 2011 18:51
Can someone tell me what dll's I need to reference when trying to create a add-in for Windows Home Server 2011? Any help woiuld be great!
Dan.
- Movido Mike FengMicrosoft Contingent Staff quarta-feira, 14 de setembro de 2011 09:57 WHS (From:Visual Basic Interop and Upgrade)
Todas as Respostas
-
terça-feira, 13 de setembro de 2011 15:41
I would post your question to the below Windows Home Server forum:
http://social.microsoft.com/Forums/en-US/whsdevelopers/threads
Paul ~~~~ Microsoft MVP (Visual Basic) -
quinta-feira, 15 de setembro de 2011 17:50Moderador
The Windows Server Solutions SDK/API reference should help:
http://msdn.microsoft.com/en-us/library/gg513877.aspx
I'm not on the WHS team, I just post a lot. :) -
segunda-feira, 26 de setembro de 2011 17:52From what reading I have done, it seems that Windows Home Server 2011 can only be programmed in Visual C#, can I create an add-in using Visual Basic 2010 Express?
-
terça-feira, 27 de setembro de 2011 17:43ModeradorI'm pretty sure you can (it was possible in V1), but I don't think Microsoft has any sample code that would "give you a leg up".
I'm not on the WHS team, I just post a lot. :) -
terça-feira, 27 de setembro de 2011 20:45Moderador
As Ken notes, it is possible but there aren't any VB templates available. (at least that I know of)
However, if you look at class level; there are VB definitions available, for example:
http://msdn.microsoft.com/en-us/library/gg496175.aspx
You could take a default c# addin template and translate that into VB; and maybe even share your experiences here with others.
Good luck!
Nick Asseloos MVP Windows Home Server -
quarta-feira, 28 de setembro de 2011 03:41Moderador
Emphasis added. :)... You could take a default c# addin template and translate that into VB; and maybe even share your experiences here with others. ...
I'm not on the WHS team, I just post a lot. :)