• Discussions
Select the search type
 
  • Site
  • Web
Search
Login|Register

 

Changing The Site URL in WordPress

By Blog User on 4/20/2012 1:49 AM

The following article explains how to recover your Blog after moving it to a different location, without previously changed the siteurl

Read More »
Comments (0)
Knowledge Base

DLLs and EXEs compatible with 64 Bits systems

By Blog User on 1/30/2012 9:56 AM

Solving the "Retrieving the COM class factory for component with CLSID {.........} failed due to the following error: 80040154" problem.

Cause: In the properties of each project that contains the solution of Visual Studio for the 'Build' tab and the 'Plataform Target' field it was set = Any CPU.

Solution: Change that property to X86. Also from the menu Build --> Configuration Manager,  verify that it be set in X86 plataform in Release Mode.

Conclusion: If you have a 64 bits system and a dll in Any CPU compilation mode, it takes this as a 64 bits system which isn't correct and throws the error.

Comments (0)
Knowledge Base

Remote Control without installing Software

By Blog User on 1/17/2012 9:40 PM

I share with you a very good tool to take control of a machine without installing any software.

Basically you have to download the free version and when initiating with the installation it will ask you if you want to run or install it.

http://www.teamviewer.com/en/index.aspx
Comments (0)
Knowledge Base

Remote desktop access when there are no more licenses in Administrator mode

By Blog User on 1/11/2012 11:25 PM
The following command lets you to resume a session on a Server when there are no active licenses in Administrator mode.
 
mstsc /v [servername] /admin
Comments (0)
Knowledge Base

Start Hyper-V by Powershell

By Blog User on 1/11/2012 4:30 PM
A remote desktop session must be initiated and once there you have to run the following command:
 
C:\>%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe C:\HyperV.ps1 start [vm name]
 
This script lets you start and save a VM status.
Comments (0)
Knowledge Base

Solution to problem #80070005 with Excel in Windows Server 2008

By Blog User on 12/20/2011 1:01 PM
Error when trying to access to a .xls file: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005.

 

Solutions:

 

First try as follows:

1. Control Panel -> Administrative Tools -> Component Services 2. Console Root -> Component Services -> Computers -> My Computer -> DCOM Config 3. Right-Click 'Microsoft Excel Application' and choose Properties 4. Click 'Security' tab 5. Customize 'Launch and Activation Permissions' 6. Add the local ASPNET user and give it all permissions

If it still doesn't work or maybe the 'Microsoft Excel Application'  wasn't found in the list, try the following:

1. go to DCOMCNFG 2. In the left tree structure, right click on My Computer and select Properties 3. Click on COM SECURITY tab 4. Give Permissions to Network Service and Users in the "Access Permissions" and "Launch and Activation Permissions" by clicking the Edit Default buttons.

...
Read More »
Comments (0)
Knowledge Base

Editing PDF Files

By Blog User on 10/31/2011 10:18 PM

I share with you an excellent site that allows you to edit PDF's files on-line, whether or not established fields.

The service is free and very good.

http://www.pdfescape.com

Comments (0)
Knowledge Base

Disclaimer message in Exchange 2003

By Blog User on 9/17/2011 2:01 PM

The attached file explains how to configure a Disclaimer message in the shipment of all Enterprise mails automatically.

 

System_Sense_Article_ED.pdf

Comments (0)
Knowledge Base

MagicJack Conference Call

By Blog User on 8/28/2011 11:35 PM

The following link explains how to create a Conference Call Room for Magic Jack which you can build multiple conferences between different people whether or not the Magic Jack.

http://www.freemagicconference.com/

 

Comments (0)
Knowledge Base

Faxing to USA and Canada with Magic Jack

By Blog User on 8/28/2011 11:35 PM

The next post explains how to configure the Fax to send it through Magic Jack. It requires the use of a Fax (not by Software) and it only helps to reduce the shipping cost of it.

http://www.magicjack.com/1/faq/

 

Comments (0)
Knowledge Base

Synchronize Windows clock with server

By Blog User on 4/1/2011 3:38 PM
This sometimes must be done when you want to enter to a share resource and system gives an error indicating that the clock isn't synchronized.
 
What you need to do is simple. Just type in the command windows (cmd) as follows:
 
net time \\servername /set /yes
 

Here I share you the full article:  

http://www.windowsnetworking.com/articles_tutorials/nettime.html
Comments (0)
Knowledge Base

General CheckBox in paged grids

By Blog User on 2/9/2011 4:05 PM
When it's necessary to add a checkbox control in a paged grid, that must be of HTML type so you will be able to apply styles. The resulting code is as follows:  







 

 



The operation of this control is for all elements of the grid, it means that if you mark it you will be selecting all elements of every page of the grid and if you unmark it you won't be selecting any element of it.  

Related to this may occur several scenarios (If user...):

Activates the general checkbox all items from the grid will be selected. Deactivates one or more items from the grid will make it happen the following: 1) Selected items from the grid will be disabled

2) General checkbox will remain active

3) An internal list which contains the keys of the disabled items will be activated

4) When confirming, all items (except those contained in the internal list) will be considered as selected

Deactivates the general...
Read More »
Comments (0)
Knowledge Base

Setting resolutions with PowerStrip

By Blog User on 12/21/2010 11:35 AM

PowerStrip is a simple program which among other things allows user a manually configuration of the video card. The procedure is this:

1) Install the PowerStrip program
2) Reboot Windows
3) Run PowerStrip from Start menu
4) Click on System Tray icon (right of your screen)
5) In the menu that appears there, you must go to Monitor Profiles --> Configure
6) Click on the Advanced Timer Options button
7) If you don't find any resolution that fits with your machine, press Custom Configuration button
8) In the right pane you have to type the new settings, touch the fit parameters (i didn't change anything) and click on Add New Resolution
9) Reboot the computer again
10) When it starts, you will find the new resolution ready to be used
11) Click on Monitor Profiles --> Configure Resolutions Selector Bar

Comments (0)
Knowledge Base

Trick to get Google Maps coordinates and use it on the GPS

By Blog User on 12/9/2010 3:20 PM
1) In Google Maps, you have to go to the desired destination centering it on the screen. It's convenient to zoom as not to fail.

2) You must write this in the address bar:

javascript:void(prompt('',gApplication.getMap().getCenter()));

3) Press Enter and the coordinates will appear in a popup. For example, two coordinates would be:

(-34.45529324235453, -58.45618970215468)

The first is the latitude (negative or South) and length, which is also negative and means West.

4) This numbers can't be entered like that into the GPS because they are in fractional degrees and they must be converted to degrees, minutes and fraction. At least, Garmin requires this format.

So, as you have the degrees the following step is to find the minutes. To do this you have to take the decimal parts and multiply it by 60:

Latitude Minutes: 0,45529324235453* 60 = 27,3175945412718

Length Minutes: 0,45618970215468* 60 = 27,3713821292808 5) Now you just need to turn on...
Read More »
Comments (0)
Knowledge Base

Blocking downloads in Windows 2003/2008 Server

By Blog User on 10/28/2010 12:41 PM

The next article explains how to disable the "Enhanced Security Configuration" mode which blocks downloads from the IE of Servers.

http://www.windowsreference.com/windows-server-2008/how-to-disable-internet-explorer-enhanced-security-configuration-ie-esc-in-windows-server-20082003/

 

Comments (0)
Knowledge Base

Default Usernames and Passwords for many routers

By Blog User on 10/20/2010 10:27 AM
Manufacturer Model OS Version Login Password 3Com - 1.25 root letmein 3Com Super Stack 2 Switch Any manager manager 3Com AccessBuilder® 7000 BRI Any - - 3Com CoreBuilder 2500 - - - 3Com Switch 3000/3300 - manager manager 3Com Switch 3000/3300 - admin admin 3Com Switch 3000/3300 - security security 3Com Cable Managment System SQL Database (DOSCIC ...
Read More »
Comments (0)
Knowledge Base

Solution for performance problems in Visual Studio

By Blog User on 8/5/2010 3:16 PM
A good practice when solving a performance problem in Visual Studio is to start it in 'safemode'* (safe mode or fail-safe).
 
Example:

Error: VS is closed when you try to load the ToolBox.
 
Solution: Open VS in 'safemode'* and activate the ToolBox. Close it and reopen it in the default mode.

 

 

* To open VS in 'safemode' you must open the command line and run 'devenv /safemode'.
For example:
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE>devenv /safemode
Comments (0)
Knowledge Base

How to solve license errors of Remote Desktop

By Blog User on 7/26/2010 12:47 PM
How to solve license errors of Remote Desktop

We have this error related to Remote Desktop: 'The remote session was disconnected because there are no Terminal Server client access licenses available for this computer. Please contact the server administrator'.   This problem is too easy to solve. You have to edit the registry of the client machine. It isn't necessary to touch anything on the remote server.   First of all, it's convenient to create a system restore point following this instructions: http://support.microsoft.com/kb/322756/

Then, you must go to: Start–> Execute–> type regedit –> Registry editor will be opened.

You have to go to HKEY_LOCAL_MACHINE\Software\Microsoft\MSLicensing



Once there, you have to delete both keys (folders): HardwareID and Store.

Finally, when you reboot the computer the keys HardwareID and Store are recreated...
Read More »
Comments (0)
Knowledge Base

Problem: Designer doesn't work in Visual Studio

By Blog User on 7/8/2010 10:21 AM
If you open the Designer of Visual Studio and it says that there isn't an application associated for the .aspx file type, you should run the following command:
 

C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE>devenv /resetskppkgs

If it still doesn't work, the problem is related to the language: 
In Visual Studio you have to go to: Settings->Options->Enviroment->International Configuration and once there you must select the language corresponding to the installation of Visual Studio.

Close and run again: devenv /resetskippkgs

 

Comments (0)
Knowledge Base

Enable Remote Desktop like 'remote'

By Blog User on 5/19/2010 1:53 PM

If you don't have access to the machine physically, the following is an option to enable Remote Desktop:

http://oreilly.com/windows/archive/server-hacks-remote-desktop.html

 

Comments (0)
Knowledge Base

Convert PNG to ICO

By Blog User on 9/30/2009 4:49 PM

 

This page allows users to convert an image to a .ico file.

Also lets you covert files to other formats.

This is great ! 

http://www.convertico.com/

Comments (0)
Knowledge Base

Run different versions of browsers without installing

By Blog User on 9/30/2009 12:48 PM

The following page has an example of applications virtualization that allows to run diferent versions of the best known browsers without installing it on your PC.

It's very convenient when testing an application with different versions of a browser. 

http://spoon.net/browsers/

Comments (0)
Knowledge Base

How to add the "Design Mode" button to Excel

By Blog User on 9/24/2009 10:19 AM
To make a total copy-paste into Excel it's necessary to enter to Design Mode, but it isn't very clear to know how it works.
 You must go to Tools / Personalize menu and check the box of 'Design Mode' that figures there.
Comments (0)
Knowledge Base

Minimize Outlook 2007 in SysTray in Windows 7

By Blog User on 9/17/2009 1:52 PM

This link explains how to allows Outlook 2007 be minimized in SysTray instead having it on the bar.

http://www.lockergnome.com/windows/2008/11/20/minimize-outlook-2007-to-the-system-tray/

 

Comments (0)
Knowledge Base

Redirection of Sites in IIS with QueryString

By Blog User on 9/17/2009 1:06 PM
By default when a site is redirected, IIS doesn't redirect parameters that go through QueryString.

For example, if you want to create a redirection between Server1 and Server2, IIS would interpret it as:

http://server1/site/viewrequest.aspx?requestid=121

IIS redirects this link to:

http://server2/site/viewrequest.aspx

To allow IIS redirect QueryString, when specifying the URL in the "A redirection to a URL" textbox, you have to type at the end of it the following characters: $ S $ Q.

Example:

http://server2/site$S$Q

For more information visit the following link:

http://www.developerfusion.com/code/4678/permanent-301-redirect-with-querystring-in-iis/

 

 

...
Read More »
Comments (0)
Knowledge Base

How to recover a proyect to an specific date from Sourcesafe

By Blog User on 6/24/2009 5:17 PM

1) You must set the SSDIR environment variable pointing the folder that contains the srcsafe.ini as follows:
 
set SSDIR=C:\CSharp\SourceSafe
 
2) The following command must be used to recover the sources to a certain date
 
ss get -R -Vd16-12-07
 
The ss.exe program is in Source Safe folder.
 
The -R option indicates that the recovery will be recursive.

The -Vd option indicates that the sources will be recovered to an specific date (in this case to 16/12/2007)

Comments (0)
Knowledge Base

Security Certifications Renewal

By Blog User on 6/22/2009 2:41 PM
I share you a description below about the steps to renew a Security Certificate.

1. Access to IIS and click Properties of Website you want to renew

2. Click Directory Security tab

3. Select Server Certificate option

4. Select Renew of Wizard option

5. The next screen won't allow you to modify any option, so you must click Next

6. When it asked you the name of the certificate (txt file), you must click on 'Back' button twice. This allows you to specify the DNS server name which customers will connect to. It's essential that the Server name be correct (otherwise it won't work)

7. Then, you have to open a Browser and access to Certification Server (http://[servidor]/certsrv). Here, you must click Renewal option and then Advanced Options

8.  You have to upload the file or copy the contents in the first textarea and click on Next. This will make a submit of the request to the certification body

9. Later, you must...
Read More »
Comments (0)
Knowledge Base

Mockups Creator - High-level graphical interfaces for customers

By Blog User on 5/28/2009 1:35 PM
It allows to create graphical interfaces in a quickly way so that the customer be able to view his requirement and how the screens will be developed.
Comments (0)
Knowledge Base

Solution for catchy Alt-Tab

By Blog User on 4/1/2009 11:14 AM
It sometimes happens that the mini window of Alt Tab inexplicably remains on the screen in spite of having released the keys.
 
One way to get ride of this annoyance is to close the window which it has been engaged because it could be caused by a pop-up just as when we were jumping from one window to another.
Comments (0)
Knowledge Base

Replacing tabs in Textpad

By Blog User on 3/11/2009 1:56 PM

This is something we got used to Word: we have a table in text mode that have lost its original tabs and we want to view it properly. 

In Word, we can do a search and replace. For example searching and replacing spaces by tabs. You can choose it from the "special" combo. 

We all know that Word isn't reliable for processing texts that will be read by machine because it tends to introduce spurious characters. We can use Textpad, but then ¿how do we say we want tabs? 

I have just found out how to do this: if you mark the "regular expression" box you can say that replace it with \t for tabs, or \n for enters. So we can use these expressions for both the search or replacement.
Comments (0)
Knowledge Base

Website to know the external IP of a computer on Internet

By Blog User on 10/7/2008 1:01 PM
www.cualesmiip.com
Comments (0)
Knowledge Base

Crystal Report 10 Problems

By Blog User on 10/7/2007 7:18 PM
The engine of Crystal Report 10 writes a value into the registry what is the maximum number of simultaneous open documents. It didn't exist in previous versions of Crystal Report. The following is a link that modifies the registry for the purpose of having more opened documents. To avoid doing this after the export method of the document, a close must be done.
Example

CrReportDocument.Export(); CrReportDocument.Close();

Comments (0)
Knowledge Base

.NET 2.0 Web application does not raise

By Blog User on 10/7/2007 8:32 AM
If this is the problem installing the update first attachments (. Exe) and then the installer of the web projects (. Msi)
Comments (0)
Knowledge Base

Search

Categories

Skip Navigation Links.
ASP.NET (27)
C# (9)
Dynamics CRM (1)
General (33)
Mobile (2)
NHibernate (2)
Sharepoint (4)
Team Foundation (1)
Visual Basic (5)

Archive

Archive
<May 2012>
SunMonTueWedThuFriSat
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789
Monthly
April, 2012 (1)
March, 2012 (3)
February, 2012 (2)
January, 2012 (4)
December, 2011 (1)
November, 2011 (1)
October, 2011 (1)
September, 2011 (2)
August, 2011 (2)
July, 2011 (1)
June, 2011 (1)
May, 2011 (1)
April, 2011 (1)
February, 2011 (1)
January, 2011 (2)
December, 2010 (3)
October, 2010 (2)
August, 2010 (5)
July, 2010 (2)
June, 2010 (1)
May, 2010 (2)
January, 2010 (3)
November, 2009 (2)
October, 2009 (1)
September, 2009 (5)
July, 2009 (2)
June, 2009 (2)
May, 2009 (2)
April, 2009 (3)
March, 2009 (1)
December, 2008 (1)
November, 2008 (1)
October, 2008 (2)
September, 2008 (1)
May, 2008 (3)
April, 2008 (1)
March, 2008 (1)
January, 2008 (2)
November, 2007 (2)
October, 2007 (2)
August, 2007 (1)
July, 2007 (1)
May, 2007 (2)
April, 2007 (1)

Go
TISA - USA: 16360 Park Ten Place, Suite 301 - (77084) - Houston - Texas - United States - Phone.: +1-713-900-8667 - sales@tisa-software.com
TISA - ARG: 3087 Zapiola St. - 1st Floor - Buenos Aires - Argentina - Phone: (00 54 11) 4482-4096 - ventas@tisa-sistemas.com.ar
TISA - ARG: 940 Sarmiento St. - 3rd Floor - Buenos Aires - Argentina - Phone: (00 54 11) 4328-1327 - ventas@tisa-sistemas.com.ar
Copyright 2011 - TISA - All rights reserved Terms Of UsePrivacy Statement