Scott
Thanks for the reply.
I am using your VSIX DNN C# MVP template.
The video are great for creating new module, but I am attempting to migrate a working stand alone program to a DNN module. I have found aspx to asc conversion. Most .cs come across. Any suggestion on tutorial of migrating a menu that links to another program, that have several others with continue?
Will you be updating the VSIX to fix the warning? Message listed below
Warning
1
'DotNetNuke.Entities.Modules.ModuleController.GetTabModuleSettings(int)' is obsolete: 'Deprecated in DNN 7.3. Please use the TabModuleSettings property of the ModuleInfo object'
D:\Development\DevDNNMvpVirginP7747469\DesktopModules\P7747469Wizard\Components\SettingsRepository.cs
45
34
P7747469Wizard
Is the first line in View.ascx typical to have .Views.View ?
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="View.ascx.cs" Inherits="MYeMarketPlacesCom.Module.P7747469Wizard.Views.View" %>
Lee