Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem after installing 2.3
Message
From
25/01/2007 08:35:36
Bill Oeftering
Mainstreet Computers, Inc.
Belleville, Michigan, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Problem after installing 2.3
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01189107
Message ID:
01189107
Views:
70
VS2005 SP1
I was having some issues with project templates so I uninstalled MM 2.3, redownloaded and reinstalled. My template problem is fixed but now I can't compile. It looks like something changed in the getentitylist method in the business object or entity object. Below is the code and error.

return this.GetEntityList("SELECT cdesc,cast(ccode as char(4)) as ccode from dbo.ldconfig(@tccode) ",
"mu", "GlasAve9",
this.CreateParameter("@tccode", "PLMATUNIT"));

Error 1 Cannot implicitly convert type 'System.ComponentModel.BindingList' to 'System.Collections.Generic.List' D:\dotnet\Glas-Avenue9\Business Objects\Auto.cs 113 11 POS

public partial class ConfigEntity : ABusinessEntity
...
Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform