M
[MSFT]
Hi Gunnar,
The way they gave can still be used in ASP.NET. And you are right for
HttpServerUtility.CreateObject. Here is a sample:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfSystemWebHttpServerUtilityClassCreateObjectTopic1.asp
You may try it in your app to see if it will work. If not, you may try to
add a COM reference to your project, and use early binding like:
Test.Application ta= new Test.Application();
Luke
The way they gave can still be used in ASP.NET. And you are right for
HttpServerUtility.CreateObject. Here is a sample:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfSystemWebHttpServerUtilityClassCreateObjectTopic1.asp
You may try it in your app to see if it will work. If not, you may try to
add a COM reference to your project, and use early binding like:
Test.Application ta= new Test.Application();
Luke