Hi all
I have been having an issue with compiling web controls in the AOT that I have made modifications to. I have discovered that the issue is that the tag "CodeFile" has been changed to "CodeBehind". Here is an example:
<%@ Control Language="C#" AutoEventWireup="true" Inherits="CaseAddEdit" Codebehind="CaseAddEdit.ascx.cs" %>
<%@ Register Assembly="Microsoft.Dynamics.Framework.Portal, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="Microsoft.Dynamics.Framework.Portal.UI.WebControls" TagPrefix="dynamics" %>
I didnt change this tag, and am 99% that this was changed by visual studio. I guess I am doing something wrong when editing the web controls, but am not sure what.
When I edit a web control, I double click it in Visual Studio which automatically creates a web application project and adds the web control to it.
Can anyone suggest what I am doing wrong?
Thanks,
Joe
*This post is locked for comments
I have the same question (0)