Usually this problem fixes itself ??? in the past but this time I just can't find the "thing" that fixes it.
I'm using version 2.6 Final (June 6th, 200
designer and SD.LLBLGen.Pro.ORMSupportClasses.NET20 is version 2.6.0.0 (Looking at version in actual .dll file... it is 2.6.8.612)
This is a new project and at the start I added a grid and then a LLBLGenProDataSource2 and went to the little Configure DataSource dialog and everything was filled in nicely. Then I made a change in the database... I added a stored procedure. Rebuilt the projects and went back to visual studio 2008 and deleted LLBLGenProDataSource2 and re dragged one on form and now neither drop down (for factory or adapter) contain anything.
Projects compile fine though.
All 3 projects point to same SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll
I have deleted all file in generated DAL directories and re created a new project in LLBLGen and generated again and still nothing.
I have deleted everything in bin directories and Rebuilt and nothing shows...
I have rebooted many times.
This is the form where it's happening right now...
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="installment.WebForm1" %>
<%@ Register assembly="SD.LLBLGen.Pro.ORMSupportClasses.NET20" namespace="SD.LLBLGen.Pro.ORMSupportClasses" tagprefix="llblgenpro" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<llblgenpro:LLBLGenProDataSource2 ID="LLBLGenProDataSource21" runat="server">
</llblgenpro:LLBLGenProDataSource2>
</form>
</body>
</html>
I searched the forums and tried all but nothing is kicking in this time. Any suggestions would be GREATLY appreciated!
UPDATE!!!
Ok.. before I posted I wanted to make sure... so I create a brand new project and added this DAL to my project and dragged the datasource and there is nothing in drop downs. So it has to have something with the generated code????
If I can zip it up or something.. please let me know.