Friday, March 21, 2008

ThreadStateException

ThreadStateException C# code

Exception:

System.Threading.ThreadStateException was unhandled
Message="Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. This exception is only raised if a debugger is attached to the process.

Solve:

# แก้ที่ program ข้างบนเมธอด Main (Program.cs) ให้ใช้ [STAThread]

Friday, March 7, 2008

Register aps.net on IIS6

# เมื่อเราการลง Dotnet แล้วค่อยลง IIS ตามเราต้องทำอาไรบางอย่างซะก่อน IIS จึงจะรัน ASP.Net ได้

# ด้วยคำสั่ง aspnet_regiis -i

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -i

Popular Posts