Παρουσίαση με Ετικέτες

HowTo: Reinstall a new Windows 10 build after reverting to older build
23 Νοεμβρίου 15 02:28 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
At http://www.askvg.com/fix-windows-10-insider-preview-build-10240-not-appearing-on-windows-update/ it writes: NOTE: If you previously had a new Windows 10 build installed in your computer and then reverted back to an older build, you’ll lose access to the new build and it’ll no longer be offered as an upgrade option. Deleting the number for that build from the list at HKEY_LOCAL_MACHINE\SOFTWARE\   […]
Δημοσίευση στην κατηγορία: , , , , ,
Fix: VSIX installer error – SignatureDescription could not be created
10 Οκτωβρίου 15 02:13 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
This is my answer at: http://stackoverflow.com/questions/31552082/vsix-installer-signaturedescription-could-not-be-created-for-the-signature-algo/ to the question on why some extensions fail to install at RC (Release Candidate) versions of Visual Studio 2015, showing error “SignatureDescription could not be created for the signature algorithm supplied”. Not sure if Microsoft fixed this on purpose or by accident, but this is very useful for people […]
Δημοσίευση στην κατηγορία: , , , , , , , ,
Fix: Cleanup after upgrading from Windows 10 technical preview
07 Αυγούστου 15 10:25 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
I recently replaced the internal hard disk of my old Lenovo S10-3t Tablet PC with an SSD and installed Windows 10 technical preview, but recently realized the hard disk had almost run out of space. Trying to figure out why, I realized that upgrading from the Windows 10 technical preview version to the final Windows […]
Δημοσίευση στην κατηγορία: , , , , , ,
Fix: Enable Silverlight & other NPAPI plugins at Chrome web browser
26 Μαΐου 15 05:43 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Below I’m elaborating a bit more my related tweet: #Fix #Silverlight & other #NPAPI (Netscape #Plugin API) at #Chrome Go to chrome://flags/#enable-npapi and click Enable, Close/Reopen browser — George Birbilis (@Zoomicon) May 13, 2015   Showing below the easiest of the suggested solutions that I found in this page   At Chrome’s address bar you […]
Δημοσίευση στην κατηγορία: , , , , , , , , ,
Fix: TortoiseHg not commiting files
04 Φεβρουαρίου 15 06:00 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
It seems that sometimes TortoiseHg Mercurial (Hg) client on Windows fails to remove a 0-byte-sized file named “wlock” (a write lock to avoid simultaneous write to a local repository) in the “.hg” subfolder that holds a local repository. This results in the Commit dialog never commiting changed/removed/added files and you have to press Close there […]
Δημοσίευση στην κατηγορία: , , , , , , ,
Fix: Allow rewind of Mp3MediaStreamSource back to start
18 Νοεμβρίου 14 06:46 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
My comment at: https://github.com/loarabia/ManagedMediaHelpers/issues/16 While trying to use Mp3MediaSource at ClipFlair Studio’s AudioRecorder control (http://clipflair.codeplex.com), I noticed that when I was doing Stop() at MediaElement and then Play() it kept on playing from where it was before at Mp3MediaStreamSource So I did the following fix:   1) added these fields /// <summary> /// The first […]
Δημοσίευση στην κατηγορία: , , , , , , ,
Fix: Hypelinks not clickable in RichTextBox under Silverlight
07 Σεπτεμβρίου 14 04:18 πμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Just fixed a nasty bug in ClipFlair Studio (http://studio.clipflair.net), where one couldn’t click hyperlinks in the Text component when set at ReadOnly mode. In that mode hyperlinks should open up new web pages (in Edit mode you can edit/remove them only of course), but instead when clicked they would show something like a focus rectangle […]
Δημοσίευση στην κατηγορία: , , , , , , , ,
Fix: How to remove Trovigo.com, SearchProtect, restore Internet Options
14 Μαΐου 14 09:35 πμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Trovigo.com is an unwanted search engine hijacker that renders Internet Options of Windows / Internet Explorer inaccessible. To restore them on an older Windows XP installation, one way that I’ve found to work is to update Internet Explorer to a newer version, aka IE 8 (say via the embedded Windows Update facility or Microsoft Update […]
Δημοσίευση στην κατηγορία: , , , , , , , , , ,
Fix: Re-enable ClickOnce deployment at Mozilla Firefox
20 Απριλίου 14 08:52 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
When you try to run a ClickOnce Windows application from Mozilla Firefox, on some machines you may see it try to save a .application (ClickOnce deployment manifest) instead of running the ClickOnce application installer/updater/launcher. To fix that issue you can open Firefox add-ons dialog and search among available to download/install add-ons for "net framework assistant". […]
Δημοσίευση στην κατηγορία: , , , , , , , , , , ,
Fix: XAML – The member Content is not recognized or is not accessible
09 Φεβρουαρίου 14 02:27 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
I was looking into some third-party code, upgrading it from Silverlight 4.x and was getting error ‘The member "Content" is not recognized or is not accessible’ at the following code part: Looking it up, found that you don’t need to bind the Content property of a ContentPresenter at all if you put it inside the […]
Δημοσίευση στην κατηγορία: , , , , , ,
Fix: Java ServletException: IncompatibleClassChangeError
25 Ιουνίου 13 06:49 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
was getting an error like the following at your JavaEE Servlet (Portlets are also Servlets under the hood btw): javax.servlet.ServletException: javax.portlet.PortletException: java.lang.Throwable: java.lang.IncompatibleClassChangeError: : incorrect call to interface method   at first I thought the issue was with:   <bean:message class=”someCSSstyleClass” key="someMsgKey"/>   and used instead:   <span class="someCSSstyleClass"><bean:message key="someMsgKey"/></span>   in case the “class” […]
Δημοσίευση στην κατηγορία: , , , , , , , , , ,
fix: Microsoft mouse right-click failure
28 Μαΐου 13 03:42 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
The other day my Microsoft Wireless Laser Mouse 6000 (was either a gift from Microsoft Hellas or had ordered it myself from Microsoft Company Store with the credit Microsoft used to give pro-crisis to MVPs) started behaving erratically, failing most of the times to right-click and sometimes doing left clicks instead with some delay, or […]
Δημοσίευση στην κατηγορία: , , , , , , ,
fix: can’t send SMTP e-mail via OTEnet.gr when using other network
28 Μαΐου 13 03:26 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
If you have an e-mail account @otenet.gr you may find out that when connecting your laptop to another network (say you’re travelling) you can’t send SMTP e-mails. To fix this make sure you set your STMP server settings to use SSL encryption and provide the port number 465 for connection. If you use Outlook (Express) […]
Δημοσίευση στην κατηγορία: , , , , , , , , ,
Fix: remove ‘optimized for Bing and MSN’ from IE titlebar
20 Μαρτίου 13 06:39 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Seems some Microsoft software (probably Bing bar) version is changing Internet Explorer title bar to write “optimized for Bing and MSN”. To remove this: Use Start/Run or Start/Find and type there regedit then press ENTER to launch the Registry Editor. At the tree on the left navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main At the right handside of [...]
Δημοσίευση στην κατηγορία: , , , , , , ,
IIS FTP login fails after Windows platform update for Server 2008 R2
27 Φεβρουαρίου 13 05:00 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
I had recently enabled FTP access to the ClipFlair Gallery to easy its maintenance during development and after the Windows Server 2008 R2 platform update last night (together with release for Internet Explorer 10), the FTP login stopped working. To fix it, from a command prompt with administrator rights (Start/Find, type Command and right click the [...]
Δημοσίευση στην κατηγορία: , , , , , , , ,
Fix: Silverlight Media Framework Player VolumeElement out of sync
11 Φεβρουαρίου 13 06:54 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
I was just adding a storable (persistent) Volume property to the MediaPlayerView class used at ClipFlair’s MediaPlayerWindow (connected to the underlying SMF player’s VolumeLevel property), when I realized that after reloading saved state, the SMF player’s Volume control would show a different value than the value set to it (which I could confirm by flipping [...]
Δημοσίευση στην κατηγορία: , , , , , , , , , ,
Fix: Visual Studio opens class diagram in XML editor with double click
10 Φεβρουαρίου 13 12:00 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Recently, to save myself sometime after having renamed some interfaces/classes in the ClipFlair project sourcecode, I right-clicked one of the class diagrams (.cd files) in it at Visual Studio’s “Solution Navigator” (this is an enhanced Solution Explorer addon) and using “Open With…” I opened up the diagrams with the XML editor to do a rename-all [...]
Δημοσίευση στην κατηγορία: , , , , , , , ,
Fix: can not delete install subfolder after upgrading phpBB on IIS
18 Οκτωβρίου 12 07:11 πμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
To upgrade a phpBB forum, one usually downloads an automatic upgrade package to the latest version, selecting on the website which version they currently have. The current version number at a phpBB installation is shown at the Admin Control Panel (there’s a link to it at the bottom of the main page of a phpBB [...]
Δημοσίευση στην κατηγορία: , , , , , ,
HowTo: Remove Babylon search from Mozilla Firefox address bar
03 Αυγούστου 12 03:07 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Babylon Search is one of the most abusive addons for Mozilla Firefox and other web browsers. It installs with other free software (most probably profiting from tracking your searching habits) and then it is quite hard even for experienced users to completely uninstall it. While maintaining other computers in the past I’ve used a combination [...]
Δημοσίευση στην κατηγορία: , , , , , , ,
Fix: The tag ‘TimeUpDown’ does not exist in XML namespace (Silverlight Toolkit)
14 Ιουλίου 12 07:59 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
If you use TimeUpDown control from Silverlight Toolkit in your XAML like below (copy pasting from CaptionGrid at ClipFlair source): <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" > <DataTemplate x:Key="StartTimeCellTemplate"> <TextBlock Margin="4" Text="{Binding Begin}" /> </DataTemplate> <DataTemplate x:Key="StartTimeCellEditTemplate"> <!-- <TextBox Margin="4" Text="{Binding Begin, Mode=TwoWay, ValidatesOnExceptions=True, NotifyOnValidationError=true}" /> --> <input:TimeUpDown Format="hh:mm:ss" Value="{Binding Begin, Mode=TwoWay, ValidatesOnExceptions=True, NotifyOnValidationError=true}" /> </DataTemplate> … </ResourceDictionary> [...]
Δημοσίευση στην κατηγορία: , , , , , , , , , , ,
Fix: The tag XXX does not exist in XML namespace ‘clr-namespace:YYY’
02 Ιουλίου 12 12:18 πμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
I just had some big trouble troubleshooting the Visual Studio / XAML compiler error message: The tag XXX does not exist in XML namespace ‘clr-namespace:YYY’ It turned out this occurred because I had a Silverlight library with Assembly name X and default namespace X (at properties pane), but was using it from a demo project [...]
Δημοσίευση στην κατηγορία: , , , , , , , ,
Fix: WordPress media uploads not working on IIS
29 Μαΐου 12 06:25 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Using Microsoft Web Platform Installer (aka WebPI), one can easily install WordPress on IIS (together with PHP and MySQL database engine. Btw, better install the latest PHP version from there and remove any older ones. Also do install from there the  Windows Cache Extension for PHP for the version of PHP you’re using. Windows Cache [...]
Δημοσίευση στην κατηγορία: , , , , , ,
Troubleshoot: WCF HTTP Error 404–Not Found
21 Μαΐου 12 05:09 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Copying from MPPVE (formerly RCE) documentation: …might indicate that WCF is not correctly configured. To resolve the WCF issue The error returned is a “HTTP Error 404 – Not Found”. This might be due to an issue with the WCF scriptmaps registrations. To solve this issue: Open a command line console as Administrator Browse to [...]
Δημοσίευση στην κατηγορία: , , , , , , , , ,
Fix: embed Office & Acrobat Active Documents in IE WebBrowser control
05 Δεκεμβρίου 11 01:04 πμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Since the LvS desktop application (from Learning Via Subtitling project) uses Internet Explorer to embed Microsoft Office Word, Excel, PowerPoint and Adobe Acrobat PDF documents (among others), I added some useful info to the LvS download page on how to work around issues one may face in such a scenario: If you don’t have Microsoft [...]
Δημοσίευση στην κατηγορία: , , , , , , , , , , , , , ,
Περισσότερες Δημοσιεύσεις « Προηγούμενη

Search

Go

Ιστορικό Δημοσιεύσεων

Συνδρομές