---------------------------
LCD Smartie
---------------------------
Load of plugin failed: Plugin Monitor.dll had an exception during Init: External exception E0434F4D
---------------------------
OK
---------------------------
I didn't tested yet, but can you check the following?
Try to create a brand new project and select framework 3.0 from visual studio menu, then add source code from a well working plugin to this project and compile it.
What is the result?
Just tested windows 7 and VS2010 and I get error in every plugin I use.... This seems to be something caused by Framework 4.
I'll make some tests more and hit you back with the results
Update: Removing Framework 4 beta seems to fix the plugin problem. Unfortunately Visual Studio is not loading after that (which seems to be a normal behaviour while an essential part is missing)
limbo wrote:
Update: Removing Framework 4 beta seems to fix the plugin problem.
I know that But for me, it's not an solution...
I saw, that after installing .NET 4.0, 3.5 is missing (but other programs written for 3.5 are workin'). Also, .NET 2.0 has something called NGEN, in 3.5 it's missing, but in 4.0 it's in the system.
There's not much we can do now about the runtime activation implementation in 4.0. It may be possible to work around the Windows behavior with a hack but given where we are in the product cycle this is very unlikely to happen.
However, if you don't mind running LCD Smartie managed plugins in .NET 4.0, you can configure the app so by adding the following config file (named LCDSmartie.exe.config):
Hi All,
Ive been having the same issue trying to load plugins into LCD smartie on my end too.
I've managed to trace the problem to DNBridge.dll. My theory is that microsoft might have changed some internal representation of classes or functions or something in their latest version.
I managed to solve this issue by recompiling DNBridge myself from source.
Ive attached the version I compiled with Visual Studio 2010, and on Windows 7.
In addition, the source code is available here: http://www.axcis.com.au/bb/viewtopic.php?t=82
if you would like to recompile yourself.
Please confirm that solved the issue for you too...
Thanks
You do not have the required permissions to view the files attached to this post.
Thats Great news!
Although it causes errors on XP with 3.5 framework, I think its a solution on (Windows 7) framework 4 based systems... I have to try it
Thanks for your support! Keep on Pal
spauka wrote:Hi All,
Ive been having the same issue trying to load plugins into LCD smartie on my end too.
I've managed to trace the problem to DNBridge.dll. My theory is that microsoft might have changed some internal representation of classes or functions or something in their latest version.
I managed to solve this issue by recompiling DNBridge myself from source.
Ive attached the version I compiled with Visual Studio 2010, and on Windows 7.
In addition, the source code is available here: http://www.axcis.com.au/bb/viewtopic.php?t=82
if you would like to recompile yourself.
Please confirm that solved the issue for you too...
Thanks
Thanks for the hard work; unfortunately, your new DLL ends up crashing LCD Smartie once my plugin loads. :/
I'm running out of options here. None of the existing performance plugins available can handle all performance counters under Windows 7 64-bit, and I can't get my own to interface with LCD Smartie without the dreaded "No Bridge Func" message.
limbo wrote:Thats Great news!
Although it causes errors on XP with 3.5 framework, I think its a solution on (Windows 7) framework 4 based systems... I have to try it
Thanks for your support! Keep on Pal
Coming back with more bad news... Microsoft released an update few days ago which seems to cause all plugins (.net based) to crash on windows 7. So now any updated Win7 PC should not be able to load .net based plugins...
limbo wrote:Coming back with more bad news... Microsoft released an update few days ago which seems to cause all plugins (.net based) to crash on windows 7. So now any updated Win7 PC should not be able to load .net based plugins...
Hey, Im testing on my PC, with windows 7, fully updated, using a recompiled DNBridge and I'm afraid I cannot replicate the issue. It all seems to be working fine for me...
maybe it caused by visual studio updates... I'll take a closer look during next days about the latest updates installed on my PC... and i will inform you
Edit:
I'm back with some screen shots from my system:
updates.png
And more info ( ) on the following message
Error Message.png
You do not have the required permissions to view the files attached to this post.
After few users tested the new config file (available for download from forums) Solution moved to http://forums.lcdsmartie.org/viewtopic. ... 594#p16594
Please follow the link and find the config file that solves the problem.