Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-03-2007, 05:53 PM   #1
KMR Stitch
I am cool
 
Join Date: Jul 2003
Posts: 14,494
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:
Module Module1


    Sub Main()
        Console.WriteLine("Welcome to Visual Basic .NET!")
        Console.Write("Please Type Your name: ")
        Dim name As String
        name = Console.ReadLine()
        Console.WriteLine("Hello, {0}!", name)
        Console.WriteLine()
        Console.WriteLine("Press Enter to Quit...")

        Console.ReadLine()
    End Sub

End Module
KMR Stitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-03-2007, 05:55 PM   #2
dropped9
Registered User
 
dropped9's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: Your moms box
Posts: 26,727
means you suck...

but i have your answer...

























format c:
dropped9 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-03-2007, 05:58 PM   #3
smack
Push Porn Like Weight.
 
smack's Avatar
 
Industry Role:
Join Date: Mar 2002
Location: Inside .NET
Posts: 10,652
what line is it erroring on?

i've never even seen that error.
__________________
Cry havoc and let slip the dogs of war.
smack is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-03-2007, 06:00 PM   #4
KMR Stitch
I am cool
 
Join Date: Jul 2003
Posts: 14,494
I was in compile mode... and then after like 2mins it gave me that error..

smack I didn't know you were a coder =)
KMR Stitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-03-2007, 06:03 PM   #5
smack
Push Porn Like Weight.
 
smack's Avatar
 
Industry Role:
Join Date: Mar 2002
Location: Inside .NET
Posts: 10,652
i dabble
__________________
Cry havoc and let slip the dogs of war.
smack is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-03-2007, 06:07 PM   #6
smack
Push Porn Like Weight.
 
smack's Avatar
 
Industry Role:
Join Date: Mar 2002
Location: Inside .NET
Posts: 10,652
you have anything else in your form?

how are you calling that sub? are you using threading?
__________________
Cry havoc and let slip the dogs of war.
smack is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-03-2007, 07:21 PM   #7
tical
Confirmed User
 
Join Date: Feb 2002
Location: Las Vegas
Posts: 6,504
thats a shitty first project, here you go... same end result

Code:
Console.Writeline("Welcome to VB.net")
Dim name as String
name = InputBox("What is your name?")
Console.Writeline("Hello, " & name & "!")
__________________
112.020.756
tical is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.