Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I'm not sure why it's adding those references back into your web.config file... none of our websites automatically add in dependencies if the reference isn't manually there. I suspect that it has to do with some option within Visual Studio that is automatically adding in the references, but I cannot find it. The root of the problem is that our Extensibility DLL is referenced by our other DLLs, and it in turn references the DLLs that are being pulled into your web.config file. An up coming version will remove the reference to Extensibility from all of our DLLs, but we must undergo adequate testing to ensure that all of the type editors work as they should before releasing it.
|