Showing posts with label Visual Studio 2008. Show all posts
Showing posts with label Visual Studio 2008. Show all posts

Wednesday, August 25, 2010

If you find an error number 0x80880253 in Visual Studio2008 in to publish project.



If you find an error number 0x80880253 in Visual 
Studio2008 in to publish project.
[Thai]
How to solve the problem.
1. Go to Project Properties -> Signing
2. Click button "Select from store..."




3. Select list -> click "OK".


4.Publish project again. Will not see the problem.



Sunday, January 3, 2010

Coding C / C + + in Visual Studio 2008 code is written grammar Why Error?


(Thai Version)
Students who are studying science in programming languages C / C + + may have a problem writing the code in Visual Studio 2008 and error and the code has been written grammar.
We see from the examples.



Edit and add the following code.


Run the test will not detect the problem.



Thank you,
Worawut  Bunwang

Saturday, December 19, 2009

Code does not ask Login ID and Password in the Crystal Report (Visual Basic 2008)

 
Programmers to develop applications with Crystal Report would have a problem ask the Login ID and Password while processing program before opening the report.
We see the sample code to solve the problem, ask to not reporting hours.

The code to solve the problem.

Variables in the code.

strServernameRpt = name server connection

strDatabaseNameRpt = name database

strUserNameRpt = username

strPasswordRpt = password


When the test program again. Program Login ID and Password do not ask anymore.

Thank you,
Worawut  Bunwang

Tuesday, November 17, 2009

How to resolve error: Procedure or Function has too many arguments specified in VB 2008.


If you find an error "Procedure or Functionhas______________too many arguments" specified in VB 2008 (database : SQL Server) now I have a solution.




RESOLUTION: to add a line. SqlCommand Name.Parameters.Clear ()



Try to fix the error.

Thank you,
Worawut  Bunwang