.net - ADO.NET Entity Framework In A COM Visible VB.NET Class Library -
First of all I do not think that something like this would be possible, but I am checking water.
I have created a comm class library in VB6 and then registered it on my machine running on VB6, to refer to it and to use its properties and functions from inside the VB6 app Was able to.
The next thing I tried was an ADO.NET Framework Model for this class library, which also adds an app. I compiled it and sent it to VB6 machine and tried to call a function to include it and I am getting the following error:
A connection string called 'test_comcontext' Can not find Config file.
I'm assuming that this is discussing my VB6 application because the connection string is definitely in the app.config libraries.
Any recomendations / opinions?
Comments
Post a Comment