you can set it here:
START > SETTINGS > CONTROL PANEL > ADMINISTRATIVE TOOLS > SERVICES. Find the service called 'Distributed Transaction Coordinator' and RIGHT CLICK (on it and select) > Start.
or create a .dat file with this line of command:
net start msdtc
and run it
or
Administrative tools > Component services>component services > my computer > distributed transaction Coordinator > Local DTC > right click , propertires, security tab > Security settings > check the transaction manager communication.
Showing posts with label HowTo. Show all posts
Showing posts with label HowTo. Show all posts
Saturday, August 22, 2015
Sunday, July 5, 2015
How to change language in xamarin’s Android emulator?
How to change language on android (xamarin emulator) ?
This is how my screen became after selecting Android keyboard.
If you are having some difficulty on using the Japanese
language keypad, you can click and hold on mouse click for some times, until a
small pop-up appear(just like what we did on holding text box on smart phone
for few seconds), and you can change the keyboard language.
Select input method in the pop-up screen.
Select the input method that you like, for example, I choose
“Android keyboard”.
This is how my screen became after selecting Android keyboard.
Note: PhoneWord??? I was following a tutorial from xamarin named “ phoneword” at that particular moment. :D
How to use the android emulator , how to type/ write on MonoForAndroid_API_10(emulator) ?
I closed the emulator a few times just because I "don't know" that it actually need times to start up..
X.X
Step:
4) If you are struggling on clicking the keypad on right hand-side just like I was before this, stop it…
X.X
Step:
1) Wait…..till you see screen no. 2.
Have some patient…
2) Use your mouse to drag unlock to the right.
3) If you are not able to drag it, simply click the “Menu Button”.
Click on the input box\ text box until you see the keypad on the screen, use your mouse to click on it.
Sunday, November 30, 2014
cannot delete folder. delete folder using cmd. Error: The action can't be completed because the folder or a file in it is open in another program.
If you also encounter the stated error when you try to delete a folder, you can try to delete it using the cmd. I get the source from here.
Me error command look like this.
type " rmdir /s " follow by the direcctory name, if you are lazy to type it out ( or whatever reasons, i.e. name too long, use the tab key to help you. If your folder name contain space, do use "" to cover it up. e.g " rmdir /S "Assignment 1 ".
navigate to your directory, by using cd, then
Note: make sure you use the capital S..
to move a folder,type " move oldDirectory newDirectory".
Cheers!
Me error command look like this.
type " rmdir /s " follow by the direcctory name, if you are lazy to type it out ( or whatever reasons, i.e. name too long, use the tab key to help you. If your folder name contain space, do use "" to cover it up. e.g " rmdir /S "Assignment 1 ".
navigate to your directory, by using cd, then
Note: make sure you use the capital S..
to move a folder,type " move oldDirectory newDirectory".
Cheers!
Monday, February 13, 2012
SVN vs TFS vs SharePoint
hmmm.....
to synchronise the source code and some documentation...we need some helper...
when i use eclipse i use svn..tortiseSVN...
then, when i use .Net...i use tfs...
i start thinking are they the same with sharepoint?
hmm..think and google deeper..
i got myself this conclusion~
svn is from apache...
sharepoint and tfs is from microsoft...
svn, sharepoint and also tfs are all a kind of 'revision control software'
to synchronise the source code and some documentation...we need some helper...
when i use eclipse i use svn..tortiseSVN...
then, when i use .Net...i use tfs...
i start thinking are they the same with sharepoint?
hmm..think and google deeper..
i got myself this conclusion~
svn is from apache...
sharepoint and tfs is from microsoft...
svn, sharepoint and also tfs are all a kind of 'revision control software'
hope that i dnt get it wrong ..correct me if i am wrong~
^^
CRITERION
Explanation of the various criteria by which the source control solution should be judged.
- Visual Studio Integration
Most back-end development at [XXX] is done within Microsoft Visual Studio (VS), hence tight integration with VS is very important. - Other Integration
For any development or files stored / edited outside of Visual Studio, integration is important so that these other files can be managed by source control. Examples include, web designers using Dreamweaver and PhotoShop. - Features
Of 10 major features studied, TFS met all 10 and SVN 8 (http://en.wikipedia.org/wiki/Comparison_of_revision_control_software#Features). This decision matrix’s purpose if purely to compare source control features, so no other features are to be taken into account.
Thursday, July 7, 2011
Lappy kena Fake Windows security alert virus!!!
Today i just downloaded notepad++ from a random website..then my lappy is infected by this virus..luckily there are solutions given to me by the mighty google~ i went to C:\WINDOWS\system32 then i deleted all the file that the modified date is today~
hope this can permanently remove this virus..
hope this can permanently remove this virus..
Friday, June 24, 2011
something i did to show my love towards SQL..^^
those are useful sql statements that are commonly used..
COMMIT;
SELECT * FROM TAB;
DESC TABLENAME;
SET LINESIZE 1000
SET PAGESIZE 1000
/
SELECT * FROM TABLENAME ORDER BY COLUMNNAME ASC;
CREATE VIEW VIEWNAME ( VIEWCOLUMN) AS
SELECT TABLECOLUMN FROM TABLE
WHERE TABLECOLUMN LIKE "%S" /*/*/ "_A%" /*/*/ IS NULL /*/*/ IS NOT NULL /*/*/ = 'STRING'
GROUP BY TABLECOLUMN;
COMMIT;
SELECT * FROM TAB;
DESC TABLENAME;
SET LINESIZE 1000
SET PAGESIZE 1000
/
SELECT * FROM TABLENAME ORDER BY COLUMNNAME ASC;
CREATE VIEW VIEWNAME ( VIEWCOLUMN) AS
SELECT TABLECOLUMN FROM TABLE
WHERE TABLECOLUMN LIKE "%S" /*/*/ "_A%" /*/*/ IS NULL /*/*/ IS NOT NULL /*/*/ = 'STRING'
GROUP BY TABLECOLUMN;
Sunday, February 13, 2011
Sunday, January 16, 2011
Friday, January 14, 2011
how to uninstall MagicDisc in Windows 7
1) go to safe mode
--click F9 before the Window 7's icon pop out....if anything..just press ESC, it will exit.
2) go to C:\Windows\System32\drivers
3) delete mcdbus.sys
--(this is the MagicISO SCSI Host Controller which is causing all these problems!!)
4)Restart and uninstall
--go to start--> all program --> find the MagicDisc --> click it --> uninstall
DONE!! ^^
--click F9 before the Window 7's icon pop out....if anything..just press ESC, it will exit.
2) go to C:\Windows\System32\drivers
3) delete mcdbus.sys
--(this is the MagicISO SCSI Host Controller which is causing all these problems!!)
4)Restart and uninstall
--go to start--> all program --> find the MagicDisc --> click it --> uninstall
DONE!! ^^
Subscribe to:
Posts (Atom)









