bchip
Expert Member
- Joined
- Mar 12, 2013
- Messages
- 1,324
- Reaction score
- 418
So next question on Ubuntu.
I've been using VS Community for a while, works great I'm use to it no problems.
I'm working on a project that creates a couple of DLL's that has code that I can simply reference,
dont have to rewrite it all over and over again.
I've copied the solution over from Win10 and started using Monodev to edit.
From my understanding Monodev is the only that has a GUI editor...only to find out its a GTK editor,
and does not support any Windows Forms.
So I've tried to rewrite the project quickly only to find another issue.
Everytime I reference my DLL's the whole project just crashes. I eventually was able to get this error:
/usr/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(5,5): Warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190. (MSB3276)
The link given by MonoDev shows how to fix the error in MS Visual Studios community...
I have absolutely no idea how to fix this here.
Any help would really be appreciated.
I've been using VS Community for a while, works great I'm use to it no problems.
I'm working on a project that creates a couple of DLL's that has code that I can simply reference,
dont have to rewrite it all over and over again.
I've copied the solution over from Win10 and started using Monodev to edit.
From my understanding Monodev is the only that has a GUI editor...only to find out its a GTK editor,
and does not support any Windows Forms.
So I've tried to rewrite the project quickly only to find another issue.
Everytime I reference my DLL's the whole project just crashes. I eventually was able to get this error:
/usr/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(5,5): Warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190. (MSB3276)
The link given by MonoDev shows how to fix the error in MS Visual Studios community...
I have absolutely no idea how to fix this here.
Any help would really be appreciated.