JWindows Home Server 2011 & VB 2010 express
-
14/شوال/1432 06: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 16/شوال/1432 09:57 ص WHS (From:Visual Basic Interop and Upgrade)
جميع الردود
-
15/شوال/1432 03: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) -
17/شوال/1432 05: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. :) -
28/شوال/1432 05:52 مFrom 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?
-
29/شوال/1432 05: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. :) -
29/شوال/1432 08: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 -
30/شوال/1432 03: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. :)