DebateFort - Where Warriors Come To Debate
RAGECRY - Funny, Amusing, Interesting, Trending & Viral Videos and Images
GameOrc - Free Flash Games Online
Results 1 to 4 of 4
  1. #1
    Bobo's Trainer
    MPGH Member
    pyton789's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    789
    Reputation
    38
    Thanks
    1,668
    My Mood
    Sneaky

    Unknown error after compiling [solved]

    Hey I really hope some of you know something about this, because I can't find the problem.
    Earlier today I added a checkbox and a timer to a fully working project(Black Ops trainer). And I gave them this code:
    [highlight=VB.net]Private Sub CheckBox19_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)
    'esc fix
    If CheckBox19.Checked = True Then
    Timer6.Enabled = 1
    Else
    Timer6.Enabled = 0
    End If
    End Sub

    Private Sub Timer6_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs)
    'esc fix
    Dim Esc As Boolean
    Esc = GetAsyncKeyState(Keys.Escape)
    If Esc = True Then
    If CheckBox16.Checked = True Then
    ButtonNew14.PerformClick() ' fast trigger
    End If
    If CheckBox15.Checked = True Then
    ButtonNew15.PerformClick() ' 1 shot
    End If
    End If
    End Sub[/highlight]
    The code doesn't matter, but the point is that there was no errors.

    I clicked build and went into the release folder. I started the program and there was no problem, but when I copied it to the desktop it wouldn't start. It just gave an error.


    So it will launch in the bin\release folder but when I move it I get that error.
    I tried to find something on google about clr20r3, but I found nothing.

    I also tried removing the checkbox and the timer + code, but I still get the error when I build it.

  2. #2
    Wave to yesterday
    Former Staff
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Somewhere where the Sunlight hurts my eyes.
    Posts
    5,652
    Reputation
    865
    Thanks
    4,808
    My Mood
    Mellow
    Sounds like a missing dependency if it works in the release folder. Be sure to copy any .dlls to wherever you're putting the .exe, or merge the .dlls into the exe.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    So tear the pieces from the bone,
    Like you've torn us apart.
    We build bridges, just for burning


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  3. #3
    Threadstarter
    Bobo's Trainer
    MPGH Member
    pyton789's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    789
    Reputation
    38
    Thanks
    1,668
    My Mood
    Sneaky
    @Jason there is a dll for a button, but it is on the desktop. I even tried to take everything from the release folder and copy it to the desktop, but I still got the same error.

    BTW could you tell me how to merge a dll into a exe for future programming use.

    EDIT: I got it working.
    I thought about how to merge the dll into the exe and then I took "Dotfusticator" and obfusticated the exe and the dll at the same time while hoping that they would get merged. And I think it worked because the program suddenly works perfect like it used to.
    Well thanks for the help Jason
    Last edited by pyton789; 08-28-2011 at 09:02 AM.

    M-efti's Unlocker for alterIWnet . . . . . . . . . . . . . . . . . . . . . . . . . . . .M-efti's MW2 SP Trainer 1.2
    M-efti's Superior alterIWnet Hack . . . . . . . . . . .. . . . . . . . . . . . . . . ..M-efti's MW2 SP Trainer 1.7
    M-efti's BO SP Trainer 4.12 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ..M-efti's Dead Pixels Trainer

  4. #4
    Wave to yesterday
    Former Staff
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Somewhere where the Sunlight hurts my eyes.
    Posts
    5,652
    Reputation
    865
    Thanks
    4,808
    My Mood
    Mellow
    I use ILMerge for assembly merging. It comes with Windows and runs on the command line. I'll release something later on to merge assemblies.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    So tear the pieces from the bone,
    Like you've torn us apart.
    We build bridges, just for burning


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

Similar Threads

  1. [Solved] Error After Halloween Patch
    By Temperrr in forum CrossFire Help
    Replies: 5
    Last Post: 10-21-2011, 12:32 PM
  2. [Solved] Error after logging
    By H3nriquee in forum Call of Duty Black Ops Help
    Replies: 4
    Last Post: 09-10-2011, 04:32 PM
  3. File not found error after patch
    By jihyun5427 in forum CrossFire Hacks & Cheats
    Replies: 5
    Last Post: 06-10-2009, 10:53 PM
  4. Still have an error? after everything?
    By kj52 in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 12-18-2008, 01:29 PM
  5. Error After Using Harold's Bypass
    By kelvinho6666 in forum Combat Arms Hacks & Cheats
    Replies: 16
    Last Post: 08-07-2008, 02:10 PM