| Thread | Last Post | Replies |
|
| Passing reference object to dynamic executing code | 29 Sep 2006 07:29 GMT | 4 |
I have created an application that allows dynamically executing code. A lot of the concepts are based on Rick Strahl's article in http://www.west-wind.com/presentations/dynamicCode/DynamicCode.htm which creates code in alternate AppDomains to eliminate the memory leak caused
|
| Generics | 23 Sep 2006 18:06 GMT | 2 |
I have been looking for information on using generics in JScript.NET, is this possible? Can anyone post a link to documentation on either a yes or no?
|
| MSBuild for running .sql on 2005 and 2000 | 23 Sep 2006 04:33 GMT | 1 |
I'd like to have the same MSBuild script run .sql scripts for me on a machine with SQL Server 2000 or a different machine with SQL Server 2005. I have the ISQL and SQLCMD statements working for both environments. Can anyone recommend a target Condition I can use to distinguish ...
|
| WMI user accounts | 23 Sep 2006 04:19 GMT | 6 |
Sorry if this is the wrong newsgroup, was not sure where to post this but if it is in the incorrect newsgroup, please do tell me where the best place is to post this. I want to know if it is possible to create a user account using WMI? (Im
|
| How to run vb script in vb.net application | 04 Sep 2006 13:16 GMT | 1 |
Hi, I have a vb script that I have been running in access and now I need to run it in a vb.net 2005 application. I would like to put the code behind a button control to allow the user to push the button and get the results. The problem is I am clueless in how to do this as I
|