No intellisense when using LLBLGenProDataSource

Posts   
 
    
Posts: 2
Joined: 25-Aug-2006
# Posted on: 25-Aug-2006 03:35:02   

Hi,

I've tried searching on the forums, but haven't come across this problem before.

I'm using the LLBLGenProDataSource as the databinding source for some gridviews. I can configure the views to use the datasource and can even configure the datasource in Design mode to reflect the correct EntityCollection.

All the examples I've seen use the LLBLGenProDataSource2 control, however I like the self-servicing classes rather than the adapter model.

My issue arises when I try to get intellisense within either the Source of the aspx page or the code-behind C# file. I've included a reference to the ORMSupportClasses library, it's included in the Bin folder of the website and I've got the "using" directive included as well.

If I create a local instance of the LLBLGenProDataSource control in my code-behind, I get full intellisense, however if I try and reference the instance on my aspx page (e.g. this.LLBLGenProDataSource<Objects>.Refetch) I get no intellisense prompt after typing the "." after the instance name.

Also, my Resharper flags the controls as not being able to be resolved, however the solution still builds fine. I also get no intellisense prompts if trying to edit the LLBLGenProDataSource properties in the ASPX page in Source mode.

If it helps, I'm using master pages, however even creating an aspx page without master pages has the same issue.

Can anyone give me some guidance as to where I might be going wrong?

Posts: 2
Joined: 25-Aug-2006
# Posted on: 25-Aug-2006 03:40:35   

A further note, I'm using the demo version of the libraries. Planning on purchasing the full version at some point, but awaiting finance from management (you know how it gets).

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 25-Aug-2006 10:53:00   

Could you try to close VS.NET and restart VS.NET to see if that helps? Try this sequence: - close all webforms in design mode - close vs.net - open vs.net - load your solution - build solution - open the form in markup mode (HTML view) and try the intellisense.

We saw the build-in webserver of asp.net (not iis) has sometimes problems getting updated assemblies when a solution builds.

Frans Bouma | Lead developer LLBLGen Pro