473,382 Members | 1,689 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

called uncompiled scripts from compiled code...

For some bespoke software, my client has stated that they'd like their
engineer guys to be able to configure, and muck around with the program we
give them. I don't like it, but what I think about it, does't really matter.

What are the ways to expose the code to them, so that they can change it on
the fly, and there's no need to have VS.Net or the .Net SDK installed
(unless parts of sdk are freely and easily redistributable).

- Is there a way I can call scripts from .Net... One way I thought was to
call into a .VBS file (or the like) and let that go off and perform a load
of functions and tasks etc, returning a value back when it's done.
- Another way I thought was to have the csc.exe at hand, and compile my
libraries at runtime, so that the source for some DLL's is lying around
ready to be edited, and when they are change, the code will recompile them
into the DLL's it's calling.

Perhaps there's a .Net way for doing all this?

Thanks for your time and feedback.

Dan.
Nov 15 '05 #1
2 1305
Look in Microsoft.Vsa namespace, particulary IVsaEngine, IVsaSite.

using this you will be able to compile scripts that use already instantiated
objects. Then you can use them using JScript
"Daniel Bass" <I'm really @ sick of spam> wrote in message
news:ep**************@tk2msftngp13.phx.gbl...
For some bespoke software, my client has stated that they'd like their
engineer guys to be able to configure, and muck around with the program we
give them. I don't like it, but what I think about it, does't really matter.
What are the ways to expose the code to them, so that they can change it on the fly, and there's no need to have VS.Net or the .Net SDK installed
(unless parts of sdk are freely and easily redistributable).

- Is there a way I can call scripts from .Net... One way I thought was to
call into a .VBS file (or the like) and let that go off and perform a load
of functions and tasks etc, returning a value back when it's done.
- Another way I thought was to have the csc.exe at hand, and compile my
libraries at runtime, so that the source for some DLL's is lying around
ready to be edited, and when they are change, the code will recompile them
into the DLL's it's calling.

Perhaps there's a .Net way for doing all this?

Thanks for your time and feedback.

Dan.

Nov 15 '05 #2
Cheers, I'll look into it.

Dan.

"Vadym Stetsyak" <pd****@ukr.net> wrote in message
news:un**************@TK2MSFTNGP11.phx.gbl...
Look in Microsoft.Vsa namespace, particulary IVsaEngine, IVsaSite.

using this you will be able to compile scripts that use already instantiated
objects. Then you can use them using JScript
"Daniel Bass" <I'm really @ sick of spam> wrote in message
news:ep**************@tk2msftngp13.phx.gbl...
For some bespoke software, my client has stated that they'd like their
engineer guys to be able to configure, and muck around with the program we
give them. I don't like it, but what I think about it, does't really matter.
What are the ways to expose the code to them, so that they can change it on the fly, and there's no need to have VS.Net or the .Net SDK installed
(unless parts of sdk are freely and easily redistributable).

- Is there a way I can call scripts from .Net... One way I thought was to
call into a .VBS file (or the like) and let that go off and perform a load
of functions and tasks etc, returning a value back when it's done.
- Another way I thought was to have the csc.exe at hand, and compile my
libraries at runtime, so that the source for some DLL's is lying around
ready to be edited, and when they are change, the code will recompile them
into the DLL's it's calling.

Perhaps there's a .Net way for doing all this?

Thanks for your time and feedback.

Dan.


Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Max | last post by:
I have a collection of system admin scripts (on Win 2k) that I would like to automate the execution of. However, some of them require the use of logins with admin rights, and would therefore prefer...
2
by: Derek van Vliet | last post by:
Hi, I'm working on an application that reads python scripts from XML elements and compiles them during my app's startup process using. The application then runs the resulting compiled...
1
by: Klaus Schneider | last post by:
Hi all! In a C library compiled with gcc there is a pointer to a function defined and called from within the library. Now I'm using that library in a C++ project and I'd like to set this...
2
by: Monkeyboy | last post by:
I have found that webmatrix style uncompiled aspx code can be nice for maintenance purposes because quick fixes can be made by just tweaking text files on the server. However, I like the power of...
3
by: Neil Zanella | last post by:
Hello, I would like to know what the advantages and disadvantages of using on-page scripts versus code-behind are. It seems to me that both accomplish the same thing, so I would like to hear...
1
by: Hevuss | last post by:
Im develping on a hosting company does not support .dll files. Normally i create a base page that extends from System.Web.UI.Page and compile it to a ..dll then extend all my code-behind pages...
24
by: Mark | last post by:
Hi, I'm new to python and looking for a better idiom to use for the manner I have been organising my python scripts. I've googled all over the place about this but found absolutely nothing. I'm...
2
by: Sunfire | last post by:
Is there any difference between an uncompiled and compiled website when it comes to security and safety? or is it all the same?
3
by: firewoodtim | last post by:
I am confused regarding the status of development for converting php scripts into compiled, distributable files. Can anyone provide a summary of the current situation? I have a set of about 200...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.