Что делать, если после попытки установить макрос на мышку из серии Bloody, появилась ошибка “В текстовом комментарии обнаружен недопустимый знак. Line:0”?
На самом деле, в программе Bloody, практически в 100% случаев данная ошибка возникает при несоответствии версии программы и макроса, а точнее при использовании старых версий программы.
То есть, решение данной ошибки на самом деле очень простое и связано с тем, что вам необходимо установить последнюю версию программы Bloody .
Как узнать версию программы Bloody?
Информация о версии вашей программы находится во вкладке ABOUT в самой программе Bloody.
Что бы узнать какая версия программы на данный момент самая последняя, достаточно перейти на официальный сайт Bloody, в раздел скачивания самих программ, где сверху будет указана последняя версия программы на данный момент.
Как решить проблему иначе?
Конечно, я всем рекомендую использовать самую последнюю и только лицензионную версию программы. Но если, по каким либо причинам, вы не может скачать и установить последнюю версию программы Bloody, то вы можете использовать версии макросов от мышек X7, они подходят для всех версий программ и у нас они тоже есть. А о том, как их установить на мышку Bloody, вы можете узнать из этой статьи – Как установить макрос на мышку a4tech Bloody.
Если наша статья была для вас полезной, вы можете сказать нам “Спасибо”, поделившись нашей статьей в любой из своих социальных сетей с помощью кнопок ниже.
I created a web service project by Visual Studio 2010 , and I tested in Visual Studio by Debugging its working good,and after that i added a virtual directory in IIS when I tried to access it via localhost I got an error message like
A name was started with an invalid character. Error processing resource 'http://localhost/service/Service1.svc'. Line 1, P...
<%@ ServiceHost Language="C#" Debug="true" Service="WcfRest.Service1" CodeBehind="Service1.svc.cs"%>
-^
I checked ASP.NET version in properties of my virtual directory and i changed it to 4.0.30319 still im unable to correct my error.
So what could be the error in my case ?
Before I start I would like to tell all that I am using visual studio 2005, dotnet framework 2.0 , windows xp sp 2 and IIS 5.1 with sqlserver 2008. I developed a web application and I wanted to make it available online on our server. The first thing that I did was to publish the web site, the path for the published files was c:eprocure. That went pretty well no error, and visual studio message was “published successfully”. The next thing was to make the published website accessible through the local server. I created a virtual folder named “epro” for my published web application. Than I tried to access the login.aspx page as http://localhost/epro/login.aspx and BANG the following error came out of no where
A name was started with an invalid character. Error processing resource ‘http://localhost/epro/’. Line 1, Posi…
<%@ Page Language=”C#” MasterPageFile=”~/Master.master” AutoEventWireup…
I tried a lot of tweaking , messed up a lot of thing but nothing worked. Finally the problem was solved as follows Type “cmd” in RUN. Go the following location.
D:WINDOWSMicrosoft.NETFrameworkv2.0.50727
Look for a file
aspnet_regiis.exe.
When multiple versions of the .NET Framework are executing side-by-side on a single computer, the ASP.NET ISAPI version mapped to an ASP.NET application determines which version of the common language runtime (CLR) is used for the application. The ASP.NET IIS Registration Tool (Aspnet_regiis.exe) allows an administrator or installation program to easily update the script maps for an ASP.NET application to point to the ASP.NET ISAPI version that is associated with the tool. The tool can also be used to display the status of all installed versions of ASP. NET, register the ASP.NET version that is coupled with the tool, create client-script directories, and perform other configuration operations.
Execute the following command
aspnet_regiis.exe-i.
this command installs the version of ASP.NET that is associated with Aspnet_regiis.exe and updates the script maps at the IIS metabase root and below. Only the script maps for applications that use an earlier version of ASP.NET are updated. Applications that use a later version are not affected.
Than execute the following command
aspnet_regiis.exe-e
this command removes the client-side scripts for ASP.NET from the aspnet_client subdirectory of each IIS site directory. Only the client-side scripts for the ASP.NET version associated with Aspnet_regiis.exe are removed.
Restart the system and check the website as http://localhost/epro/login.aspx and the site is functional.
Please leave your comments if this helps.
проблема с мышью A4Tech Bloody Blazing AL9 / Москва
При открывании bloody 7 появляется окно с надписью «Element was not closed Line » и тд и тп. И не получается работать с программой. Видимо что-то случилось при перезаписи настроек. Как сбросить всё?
Люди с такой же проблемой (0)
Знаете, как решить эту проблему?
Поделитесь своим знанием!
Ваш способ решения:
Наиболее похожие проблемы из этого раздела
после подключения клавиатуры, скачивания и установки с оффсайта синапс 2.0, при нажатии любой клавиши появляется синий экран с ошибкой irql not less …
Приобрели только сегодня. Всё прекрасно работало. Было установлено ПО Bloody2 с диска, что не отразилось на работе, но! После того, как мы скачали с …
купил игровую мышь a4tech bloody v5. поиграл 4 дня после решил скачать программу для этой мыши. как только запустил мышка отключилась и все, не горит, …
После скачивания Программного Обеспечения с официального сайта Bloody.com и установки на свой ПК мышь перестала функционировать и программа не видит …
Я установил ПО с официального сайта-http://www.bloody.tw/
И когда я запустил программу, у меня перестала работать мышка, просто погасла и ни на …
Here is the exact error I’m getting when I try to launch my default.aspx file from the published folder. Can anybody point me in the right direction?
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
A name was started with an invalid character. Error processing resource 'file:///C:/inetpub/wwwroot/MHNProServices/Default....
<%@ Page Title="" Language="C#" MasterPageFile="~/ProServices.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs"...
Here are the contents of default.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/ProServices.Master" AutoEventWireup="False" CodeBehind="Default.aspx.cs" Inherits="MHNProServices.Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<link type="text/css" href="css/Default.css" rel="Stylesheet" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div id="contentHead">
<img src="css/img/heading_landing.jpg" />
</div>
<div id="contentTop"></div>
<div id="content">
<div id="contentLeft">
<asp:Image ID="displayPicture" runat="server" />
<img id="displayOverlay"src="css/img/profilepicture_overlay.gif" />
<a id="contentButton_makeAppointment" href="Appointments.aspx?step=start"></a>
<a id="contentButton_cancelAppointment" href="Appointments.aspx?step=cancel"></a>
</div>
<div id="contentRight">
<h3><asp:Label ID="lbl_homepageHeader" runat="server" Text=""></asp:Label></h3>
<hr />
<asp:Label ID="lbl_homepageContent" runat="server" Text=""></asp:Label>
</div>
</div>
<div id="contentBottom"></div>
</asp:Content>
asked Jul 22, 2010 at 22:04
Grahame AGrahame A
1111 silver badge5 bronze badges
This was because I was launching the .aspx file directly from the folder I published it to — I needed to have it up on an IIS server. D’OH!
answered Jul 23, 2010 at 16:38
Grahame AGrahame A
1111 silver badge5 bronze badges
Without seeing the contents of the file (C:/inetpub/wwwroot/MHNProServices/Default….) or the code that references this is necessarily just a guess.
Either there is an invalid character in the file, or the '
at the beginning of the file name means the reference to the file is incorrect.
answered Jul 22, 2010 at 22:10
ChrisFChrisF
1,8611 gold badge21 silver badges28 bronze badges
1