ProjectInspector exception when run

Posts   
 
    
kakaiya
User
Posts: 182
Joined: 20-Mar-2004
# Posted on: 03-Nov-2005 07:15:19   

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

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 03-Nov-2005 09:41:33   

My fault, I forgot to include the dll in the .zip file. Please re-download the projectinspector archive from the website.

Frans Bouma | Lead developer LLBLGen Pro
kakaiya
User
Posts: 182
Joined: 20-Mar-2004
# Posted on: 04-Nov-2005 01:58:20   

Hi Otis

Thanks for adding the DLL.

Is this a new version then where can I get the StateBrowser Version=1.6.0.0 on the Internet? As I can only get Version=1.5.0.0 on the http://www.sliver.com/dotnet/statebrowser/ website

Thanks

Kaksss

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 04-Nov-2005 09:09:33   

kaksss wrote:

Hi Otis

Thanks for adding the DLL.

Is this a new version then where can I get the StateBrowser Version=1.6.0.0 on the Internet? As I can only get Version=1.5.0.0 on the http://www.sliver.com/dotnet/statebrowser/ website

Thanks Kaksss

I made this version by adjusting the code a bit to include a propertygrid to the form. (at least that's what I remember, it's been a while wink ). I've mailed the source to jeff but he never updated the site.

Frans Bouma | Lead developer LLBLGen Pro