LLBLGen Visualizer on network

Posts   
 
    
kakaiya
User
Posts: 161
Joined: 20-Mar-2004
# Posted on: 03-Mar-2008 07:19:36   

Hi

We are in a windows server DOMAIN and in our current working schenario SD.LLBLGen.Pro.DebugVisualizers.dll file is located on a network (\servername\LoginUserName\Visual Studio 2005\Visualizers) folder as our profile HOME DIRECTORY is on network.

Now, when I fetch a collection from SQL2005 database table using a simple filter and if there are NO records found and if I use LLBL Visualizers to see the collection but my VS2005 crash and system hang up - then I goto task manager and kill the Visualizer window.

Please advice.

Regards

Kaksss

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 03-Mar-2008 10:02:40   

if there are NO records found and if I use LLBL Visualizers to see the collection but my VS2005 crash and system hang up

So if the collection is filled with entities everything work as expected?

Which LLBLGen Pro runtime library version are you using?

kakaiya
User
Posts: 161
Joined: 20-Mar-2004
# Posted on: 03-Mar-2008 22:56:45   

Hi Walla

So if the collection is filled with entities everything work as expected?

Yes.

Which LLBLGen Pro runtime library version are you using?

LLBLGenPro 2.5 Final (05 Dec 2007), Runtime v2.5.8.122, Adapter Templates, .Net 3.0, SQL Server 2005

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 04-Mar-2008 11:01:29   

It could be a trust thing with the network, but then it shouldn't work regardless...

I have no idea why it fails. the code is utterly simple, and simply binds the collection to the grid. So it should either always work or never work. As you don't seem to get an exception but instead the whole vs.net comes down in flames, I've no idea what happens: an IDE crash can be caused by many things. So I'd suggest to install SP1 of vs.net 2005, perhaps that helps. A visualizer is written in .NET code, so I fail to see how that can crash the IDE. Also, if something goes wrong during visualization due to an exception, you'll get an exception dialog.

Frans Bouma | Lead developer LLBLGen Pro
kakaiya
User
Posts: 161
Joined: 20-Mar-2004
# Posted on: 05-Mar-2008 00:00:38   

Thanks Otis.

I will try again and advice when this happen again.

Below are my configurations.

.NET Framework 2.0 installed? True .NET Framework 2.0 Exact Version: 2.0.50727.42 .NET Framework 2.0 Service Pack: 0

.NET Framework 3.0 installed? True .NET Framework 3.0 Exact Version: 3.0.4506.30 .NET Framework 3.0 Service Pack: -1

Windows Communication Foundation installed? True Windows Communication Foundation Exact Version: 3.0.4506.30

Windows Presentation Foundation installed? True Windows Presentation Foundation Exact Version: 3.0.6920.0

Windows Workflow Foundation installed? True Windows Workflow Foundation Exact Version: 3.0.4203.2

Windows CardSpaces installed? True Windows CardSpaces Exact Version: 3.0.4506.30

.NET Framework 3.5 installed? False

Regards

Kaksssfrowning