I spoke Jason - GM VS Team and received a favourable response to what I was looking for. I'd rather share my interesting conversation with him than to explain everything. Please excuse me for removing email-ids for spam-preventions.
From: Ruchit Surati [me] Sent: 07 April 2010 00:38 To: 'Jason Zander' Cc: 'Jeff Beehler' Subject: RE: (Jason Zander's WebLog) : WANT TO host Visual Studio Form Designer in my own application..
Thanks Jason,
You made my day!
I strongly recommend, MSDN should put some more focus on DesignSurface detailing with examples – DesignSurface is a great potential for developers that is hardly known and it definitely needs a loud noise.
Ruchit.
-----Original Message----- From: Jason Zander Sent: 06 April 2010 23:38 To: me Cc: Jeff Beehler Subject: RE: (Jason Zander's WebLog) : WANT TO host Visual Studio Form Designer in my own application..
Because it is part of .NET, you can freely use it anywhere Microsoft makes .NET available, just have your application install the framework to the machine and go!
Let us know if you have any questions
Thanks, Jason
-----Original Message----- From: me Sent: Tuesday, April 06, 2010 3:59 AM To: Jason Zander Subject: (Jason Zander's WebLog) : WANT TO host Visual Studio Form Designer in my own application.. Importance: High
Hi Jason,
I'm writing an application that involved a visual forms designer. After a lot of research I found that .Net 2.0 comes with DesignerSurface implementation that one can use in their application. I have created samples and prototypes based on information available on MSDN and I have been quite successful doing so.
But I have a query regarding licensing policies for using DesignSurface infrastructure in my own application. Can you please tell me If using DesignSurface in my own application has any licensing implications?
I have asked a question on StackOverflow.com and the responses seem positive. Can you please shed some light on this in order to help me out with right direction ?
发布评论
评论(1)
我与 Jason - GM VS Team 进行了交谈,并得到了对我所寻找的内容的积极回应。我宁愿与他分享我有趣的谈话,也不愿解释一切。请原谅我删除电子邮件 ID 以防止垃圾邮件。
发件人:Ruchit Surati [我]
发送时间:2010 年 4 月 7 日 00:38
致:“杰森·赞德”
抄送:“杰夫·比勒”
主题:回复:(Jason Zander 的网络日志):希望在我自己的应用程序中托管 Visual Studio 表单设计器..
谢谢 Jason,
你让我很开心!
我强烈建议,MSDN 应该更多地关注 DesignSurface 的细节和示例——DesignSurface 对于开发人员来说是一个巨大的潜力,但鲜为人知,它肯定需要大声喧哗。
鲁希特。
-----原始消息-----
来自:杰森·赞德
发送时间:2010 年 4 月 6 日 23:38
大部头书
抄送:杰夫·比勒
主题:回复:(Jason Zander 的 WebLog):希望在我自己的应用程序中托管 Visual Studio 表单设计器。
您好 Ruchit - DesignSurface 位于 .NET Framework 的 System.ComponentModel 命名空间中。 .NET 可再发行组件的许可位于此处 (http://msdn.microsoft .com/en-us/library/ms994405.aspx)
因为它是 .NET 的一部分,所以您可以在 Microsoft 提供 .NET 的任何地方自由使用它,只需让您的应用程序将框架安装到计算机上即可!
如果您有任何疑问,请告诉我们
谢谢,
Jason
-----原始消息-----
发件人:我
发送时间:2010 年 4 月 6 日星期二凌晨 3:59
致:杰森·赞德
主题:(Jason Zander 的网络日志):想要在我自己的应用程序中托管 Visual Studio 表单设计器..
重要性:高
嗨 Jason,
我正在编写一个涉及视觉表单设计器的应用程序。经过大量研究后,我发现 .Net 2.0 附带了 DesignerSurface 实现,可以在其应用程序中使用。我根据 MSDN 上提供的信息创建了示例和原型,并且取得了相当成功。
但我对在我自己的应用程序中使用 DesignSurface 基础设施的许可政策有疑问。您能否告诉我,在我自己的应用程序中使用 DesignSurface 是否有任何许可影响?
我在 StackOverflow.com 上提出了一个问题,得到的答复似乎很积极。您能否阐明这一点,以帮助我找到正确的方向?
想要在我自己的主机中托管 Visual Studio 表单设计器应用程序
Ruchit。 - .Net 开发人员。
此消息是从联系表单生成的:http://blogs.msdn.com/jasonz/默认.aspx
它由 Ruchit S. ([email protected]) 提交
您的联系信息未与用户共享。
I spoke Jason - GM VS Team and received a favourable response to what I was looking for. I'd rather share my interesting conversation with him than to explain everything. Please excuse me for removing email-ids for spam-preventions.
From: Ruchit Surati [me]
Sent: 07 April 2010 00:38
To: 'Jason Zander'
Cc: 'Jeff Beehler'
Subject: RE: (Jason Zander's WebLog) : WANT TO host Visual Studio Form Designer in my own application..
Thanks Jason,
You made my day!
I strongly recommend, MSDN should put some more focus on DesignSurface detailing with examples – DesignSurface is a great potential for developers that is hardly known and it definitely needs a loud noise.
Ruchit.
-----Original Message-----
From: Jason Zander
Sent: 06 April 2010 23:38
To: me
Cc: Jeff Beehler
Subject: RE: (Jason Zander's WebLog) : WANT TO host Visual Studio Form Designer in my own application..
Hi Ruchit - DesignSurface is in the System.ComponentModel namespace of the .NET Framework. The licensing is for the .NET redistributable is here (http://msdn.microsoft.com/en-us/library/ms994405.aspx)
Because it is part of .NET, you can freely use it anywhere Microsoft makes .NET available, just have your application install the framework to the machine and go!
Let us know if you have any questions
Thanks,
Jason
-----Original Message-----
From: me
Sent: Tuesday, April 06, 2010 3:59 AM
To: Jason Zander
Subject: (Jason Zander's WebLog) : WANT TO host Visual Studio Form Designer in my own application..
Importance: High
Hi Jason,
I'm writing an application that involved a visual forms designer. After a lot of research I found that .Net 2.0 comes with DesignerSurface implementation that one can use in their application. I have created samples and prototypes based on information available on MSDN and I have been quite successful doing so.
But I have a query regarding licensing policies for using DesignSurface infrastructure in my own application. Can you please tell me If using DesignSurface in my own application has any licensing implications?
I have asked a question on StackOverflow.com and the responses seem positive. Can you please shed some light on this in order to help me out with right direction ?
WANT TO host Visual Studio Form Designer in my own application
Ruchit. - A .Net Developer.
This message was generated from a contact form at: http://blogs.msdn.com/jasonz/default.aspx
It was submitted by Ruchit S. ([email protected])
Your contact information was not shared with the user.