Loading a project dynamically
-
Hello guys, is there a way to load a project dynamically using the passed in parameters coming in from VB 6.0 code. Technically the project is not going to get loaded, the idea is that the constrcutor of the Com callable wrapper (that receives the parameters such as Assembly name) will then use the corresponding Web services class library. I wanna be able to call Creator.ActiveInstance() method or some other built in .Net API that can locate the write dll to load based on its name and path. Any ideas? Thanks Tina
-
Hello guys, is there a way to load a project dynamically using the passed in parameters coming in from VB 6.0 code. Technically the project is not going to get loaded, the idea is that the constrcutor of the Com callable wrapper (that receives the parameters such as Assembly name) will then use the corresponding Web services class library. I wanna be able to call Creator.ActiveInstance() method or some other built in .Net API that can locate the write dll to load based on its name and path. Any ideas? Thanks Tina
Well, whatever you're doing, it's obvious you're not doing it in ASP.NET.
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
-
Well, whatever you're doing, it's obvious you're not doing it in ASP.NET.
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
Hello Christian, Well yes and No...the front end (UI) is all asp .Net but as I said in my original post, it is a COM callable wrapper written in C# that deals with the web services moving forward. Not sure what you are trying to say....but if you are implying that I shouldn't have put it out here, well there wasn't any other category where I'd have this topic. Also, is there an API (built in .Net class that lets you do that? Thanks