LinqBridge.dll breaks ASP.NET MVC Razor Views
geetar85
Posts: 4
LinqBridge breaks razor views in ASP.NET MVC when trying to use the System.Linq namespace. When targeting .NET 4.0 why are we required to have LinqBridge when using Red-gate? The only way to fix this issue is to remove the LinqBridge dll, but then the RedGate SDK fails miserably.
Are there any workarounds for this and why is Red-gate using a tool that is meant for targeting .NET 2.0?
Are there any workarounds for this and why is Red-gate using a tool that is meant for targeting .NET 2.0?
Comments
Redgate products uses some LINQ technology, which is not present in .NET 2.0. But as you mentioned in your post you have framework 4.0 so you can do by not having that dll.
You need to make sure that the target framework for your project is Framework 4.0.
Let me know that doing this change solves the issue you are having?
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
When I removed the DLL, the razor views worked fine, but any calls to my redgate SDK code failed saying the system could not find the file specified LinqBridge.dll. I am targeting .NET 4.5 in all of my projects.
-- I've asked for an ETA on the fix.
Redgate Software