JWindows Home Server 2011 & VB 2010 express
-
12 сентября 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.
- Перемещено Mike FengMicrosoft Contingent Staff 14 сентября 2011 г. 9:57 WHS (From:Visual Basic Interop and Upgrade)
Все ответы
-
13 сентября 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) -
15 сентября 2011 г. 17:50Модератор
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. :) -
26 сентября 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?
-
27 сентября 2011 г. 17:43МодераторI'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. :) -
27 сентября 2011 г. 20:45Модератор
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 -
28 сентября 2011 г. 3:41Модератор
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. :)