C:\ProjectInspector.exe
Exception caught.
Message: The located assembly's manifest definition with name 'sliver.windows.forms.statebrowser' does not match the assembly reference.
Source: mscorlib
Stack trace:
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, B
oolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Ass
embly locationHint, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Boolean
stringized, Evidence assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence as
semblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.Load(String assemblyString)
at ProjectInspector.Startup.Main(String[] args) in c:\pro\projectinspector\st
artup.cs:line 59
Inner exception: <null>
The exception occured at below line in StateBrowser project that I downloaded from LLBLGen website.
Assembly stateBrowserAssm = Assembly.Load("sliver.windows.forms.statebrowser, Version=1.6.0.0, Culture=neutral, PublicKeyToken=34afe62596d00324, Custom=null");
I do not know if there are any 1.6.0.0 version available for State Browser.
Please let me know. I have Version 1.5.0.0 downloaded from http://www.sliver.com/dotnet/statebrowser/ website
Regards
kaksss