|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What is the replacement for VSA ?I've done plenty of code using VSA two years ago. Now VS.2005 tells me VSA is
obsolete, however no hint where to go. What is the replacement? CodeDom? Users of my application can enter VB.NET scripts which are executed on the fly. Are there any MSDN articles showing how to do this? If VsaEngine and its ancestor is royalty-free, can also VBC.exe be distributed royalty free ? What happened to MONAD, VB.NET.Script and other things mentioned 2+ years ago in MSDN articles? thanks herbert herbert wrote:
> I've done plenty of code using VSA two years ago. Now VS.2005 tells I believe that it's VSTA (Visual Studio Tools for Applications) - not > me VSA is obsolete, however no hint where to go. > What is the replacement? CodeDom? delivered yet. > Yes, there are. Sorry, I don't have links.> Users of my application can enter VB.NET scripts which are executed > on the fly. Are there any MSDN articles showing how to do this? > It's part of the .NET framework SDK, but I don't believe that you can > If VsaEngine and its ancestor is royalty-free, can also VBC.exe be > distributed royalty free ? distribute it without the entire SDK. > Monad is now called PowerShell and it's part of Windows Vista.> What happened to MONAD, VB.NET.Script and other things mentioned 2+ > years ago in MSDN articles? -cd > Users of my application can enter VB.NET scripts which are executed on You may want to look into Reflection.Emit. (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconreflectionemitapplicationscenarios.asp)> the > fly. > Are there any MSDN articles showing how to do this? Also, if you are thinking about letting end users program your application, you might want to look at Microsoft Workflow (WF) as a graphical programming model. (http://msdn.microsoft.com/winfx/technologies/workflow/default.aspx) > What happened to MONAD, VB.NET.Script and other things mentioned 2+ MONAD is now called PowerShell (http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx)> years ago in MSDN articles? |
|||||||||||||||||||||||