First, you need to convert visual studio 2010 solution file (.sln) to visual studio 2008 solution file (.sln) simply follow these steps:
in .sln file replace:
"Format Version 11.00" to "Format Version 10.00"
"# Visual Studio 2010" to "# Visual Studio 2008"
in .csproj replace
"ToolsVersion=''4.0''" to "ToolsVersion=''3.5''"
"Microsoft\VisualStudio\v10.0" to "Microsoft\VisualStudio\v9.0"
After that, you can Open the Solution file and work normally.
Note: with the WEB Project,...
Home » Posts filed under project
How to Open Visual Studio 2010 Project file on Visual Studio 2008
in
Convert,
programming,
project,
Tips,
Visual Studio
- on 10/01/2012
- No comments
Java - connect to SQL Server using JDBC ODBC in win 64bit
in
database,
java,
programming,
project,
Tips,
tricks
- on 4/20/2012
- No comments
When I do my School Project (Create an Java App connect to an DB), I found it's can't be done in windows 64bit, so I search the Internet and I found my own way to finish it in Windows 64bit. Just follow these step below.
Step 1
Run the 32-bit odbc driver using
WinKey+R, then copy-paste the below command
C:\Windows\SysWOW64\odbcad32.exe
Step 2
Make a dsn named “SQLDB” or whatever name you want to.
Step 3
Create a new project in eclipse.
Step 4
Change the jre to the java installed inside
C:\Program...
Tools - Get file attachment from selected mail list in Gmail account
in
attachment,
Bot,
email,
Free,
gmail,
IMAP,
project,
software,
SSL,
tools
- on 3/06/2012
- No comments
This tools is my School Project, it useful when you have to download all attachment from a lot of mail in Gmail account.
Tools describe:
- Login gmail through port 993 with SSL - Using IMAP
- Have Filter to filter Email with the Subject condition, there has 3 method to filter "Begin with, Contains and End with". To clear Filter, press "Clear Filter" button or leave the Filter text blank and press "Go Filter"
- An Email has Attachments will have prefix "[A]" in the email...
Sponsors