helpcenter/Web/Controls/Help/Desktop/Documents/Common/DesktopTroubleshooting/DesktopTroubleshooting.ascx
2017-04-18 18:10:25 +03:00

45 lines
1.7 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Troubleshooting. Desktop Editors";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Report Templates";
guides.RelatedTips = "Are you tired of generating reports manually? Now you can set up needed parameters once and regularly receive automatic reports by email.";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="InstallationIssues">Installation issues</span></li>
</ul>
<%-- <div class="keyword_block">
<ul>
</ul>
</div>--%>
<div class="gs_content" id="InstallationIssues_block">
<h2>Installation issues</h2>
<div class="question_answer">
<p><span>Q:</span>I cannot install desktop editors on my computer. What can I be doing wrong?</p>
<p><span class="answer">A:</span>Make sure that the downloaded version corresponds to the operating system used on the computer. You should pay attention to the fact that the version for 64-bit operating systems can be installed on 64-bit Microsoft Windows versions only and does not support 64-bit versions of Microsoft Windows XP and earlier operating systems.</p>
</div>
</div>
</div>