Rank: Newbie Groups: Member
Joined: 11/5/2008 Posts: 4 Points: 12 Location: United States
|
I've tested this on 4.9.5 and 5.1.4. Creating a simple module with portal scope and using two of the new features caused errors in each.
My test was with a small table with 5 rows, portalid, recordid (identity), a boolean and two char fields.
If I select Langause (US English) I get a fatal error that the language files aren't there during installation.
If I select web services it creates an error that disables the site:
Line 97: Public Function GetContactTypes() As List(Of ContactTypeInfo) Line 98: Line 99: Dim objIWebAuthendication As New IWebAuthendication(IWebCredentials) Line 100:If Not objIWebAuthendication.ValidAndAuthorized() Then Line 101: Dim ContactTypeInfolist As List(Of ContactTypeInfo) = New List(Of ContactTypeInfo)
|
Rank: Administration Groups: Administration
, Beta tester, Member
Joined: 5/22/2006 Posts: 167 Points: 291 Location: Netherlands
|
Hi, Iweb is needed and needs to be deployed before installing your module in the portal. We followed your comment and stated a warning when generating web services. We will have a look into the language files,
|