User-1438894470 posted
ok change of plan, I have been told we are not using the GAC to store shared assemblies!
I have done some digging on how to reference shared assemblies from file location, and I have managed to get it working using the app.config to point to the particular assembly. However in the shared assembly I have different languages for resources depending
on the culture. Now for testing, I have used the shared assembly, changing my culture in my executable using it, to french. But for some reason it will only pick up the default culture of the shared dll.
To make sure there was nothing wrong with my shared dll, i added a console app to the solution, and ran that, and it picks up the culture change no problem, but my exe that just points to the shared assembly doesnt pick the culture up.
Any ideas?