| VSAEngine.Items.CreateItem(name, VSAItemType.Reference, ..) (2 replies) |
| microsoft.public.dotnet.vsa |
| I'm having some problems using the Microsoft.JScript.VSAEngine.Items.CreateItem method to create a reference to an assembly at runtime. My stack trace is: System.IO.FileNotFoundException: File or assembly name ProxyServer, or one of its dependencies, was not found. File name: "ProxyServer" at System.Reflection.Assembly.nLoad(AssemblyName fileName, Boolean isStringized, Evidence assemblySecurity, B... |
|
| IVsaGlobalItem Question (newbie question) (3 replies) |
| microsoft.public.dotnet.vsa |
| Hi, I'm new to VSA and I'm basically just trying to write a piece of script to access a global object I'm adding.. Whenever I add my object to the script engine and try and compile the script I get the following error: Value null was found where an instance of an object was required. at Microsoft.VisualBasic.Vsa.VsaEngine.Compile() at Microsoft.VisualBasic.Vsa.VsaEngine.Compile() at VSA Perf Test.... |
|
| Event sample needed (6 replies) |
| microsoft.public.dotnet.vsa |
| Does anyone have a sample with events ? Thanks Per Thygesen |
|
| Notification of IDE Close (4 replies) |
| microsoft.public.dotnet.vsa |
| Hi, When the user selects 'close and return' from the file menu in the VSA IDE OnHostActivated() is fired and I can take care of the necessary housekeeping before reactivating my host. However, if the user clicks the close [X] box in the upper right corner of the IDE, OnHostActivated() isn't called. What's worse I get an error message saying that a method Deleted() is missing. I know the answer mu... |
|
| .NET, DHTML, Web client, DOM access and rendering behaviors ! (6 replies) |
| microsoft.public.dotnet.vsa |
| Anyone out there help with these questions or point me in the right direction. 1) I currently use DHTML binary rendering behaviours what is the equivalent in .NET? Can a .NET component supporting the correct COM interfaces be used as a rendering behaviour from an OBJECT tag? 2) How can a .NET winform control obtain the IHTMLDocument interface for a browser page which is containing it? 3) Can JSCRI... |
|
| Confusion about VSA and licensing (2 replies) |
| microsoft.public.dotnet.vsa |
| I have not yet started evluating .NET or VSA but have been reading about them and exploring the possibility of there use. I thought I had a handle on things until this licensing confusion came up, here is what I wish to do: We develop a packaged set of applications for other companies. 1 problem we have with the current toolset we use is that we must do customisations for different customers, and ... |
|