![]() |
I got a VB .net Question Very Basic (this is day 1 for me)
The CLR has been unable to transition from COM context 0x1b1800 to COM context 0x1b1970 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performance impact and may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during long running operations.
What does that error mean? here is my code Code:
|
means you suck...
but i have your answer... format c: |
what line is it erroring on?
i've never even seen that error. |
I was in compile mode... and then after like 2mins it gave me that error..
smack I didn't know you were a coder =) |
i dabble :glugglug
|
you have anything else in your form?
how are you calling that sub? are you using threading? |
thats a shitty first project, here you go... same end result
Code:
Console.Writeline("Welcome to VB.net") |
All times are GMT -7. The time now is 11:10 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123