Results 1 to 6 of 6
  1. #1
    CodingTerror's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Microsoft Visual C++ 2010 C++ Knowledge: 1%
    Posts
    336
    Reputation
    14
    Thanks
    30
    My Mood
    Pensive

    [Help] Run without manifest dll?

    Well I have just created my first Visual Basics file and I am wanting to release it! I put it on my desktop to test it, but I keep getting the unhandled exception has occurred error so I cannot run it. I have searched and people have been saying you need to include all .dll files that were created along with the file in your release. Is there any way around this so I don't have to add those dll files in my release? :/

    Thanks for your time,

    CodingTerror

  2. #2
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    I think they're just making it up <.<

    The only things you need to include with your release are DLLs which are not part of the .NET framework of your targetted version. Things like DevComponent's DotNetBar DLL must be included if you used them.

    Did you use any third part libraries?

  3. #3
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by CodingTerror View Post
    Well I have just created my first Visual Basics file and I am wanting to release it! I put it on my desktop to test it, but I keep getting the unhandled exception has occurred error so I cannot run it. I have searched and people have been saying you need to include all .dll files that were created along with the file in your release. Is there any way around this so I don't have to add those dll files in my release? :/

    Thanks for your time,

    CodingTerror
    Goto your project's debug directory, inside debug goto Bin directory. Then using the .NET Reactor select your main application. (.executable) and select all dlls in that folder as additional files. Then press protect to merge the files so they only become a part of the executable.

    Link for .NET Reactor cracked:
    https://www.mpgh.net/forum/33-visual-basic/150040-release-net-reactor-4-0-cracked.html


    Quote Originally Posted by freedompeace View Post
    I think they're just making it up <.<

    The only things you need to include with your release are DLLs which are not part of the .NET framework of your targetted version. Things like DevComponent's DotNetBar DLL must be included if you used them.

    Did you use any third part libraries?
    I think he is using, else he won't get the error -.-

  4. The Following User Says Thank You to Hassan For This Useful Post:

    CodingTerror (10-09-2010)

  5. #4
    Physcadelic's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Australia <3
    Posts
    4,450
    Reputation
    323
    Thanks
    828
    My Mood
    Breezy
    What is the VB file? An application?

    R.I.P a great GM




    Quote Originally Posted by Assalamu alaikum View Post
    what? maybe stop talk with riddles and with words i am not even know.

  6. #5
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Physcadelic View Post
    What is the VB file? An application?
    The file in question is an executable (.exe).

  7. #6
    CodingTerror's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Microsoft Visual C++ 2010 C++ Knowledge: 1%
    Posts
    336
    Reputation
    14
    Thanks
    30
    My Mood
    Pensive
    Ah, no I am not using any third party dynamic link libraries. Just the ones created when I built my program. I am going to try what you suggested, Xscapism.

    Worked, thank you!
    Last edited by CodingTerror; 10-09-2010 at 11:19 AM.

  8. The Following User Says Thank You to CodingTerror For This Useful Post:

    Hassan (10-09-2010)

Similar Threads

  1. Need hacks Help! Running XP using FinJect
    By MaximusDarrius in forum Combat Arms Help
    Replies: 9
    Last Post: 08-27-2010, 12:22 PM
  2. i need help with the d3dx9_35.dll ?
    By poip0i in forum Combat Arms Help
    Replies: 13
    Last Post: 07-30-2010, 04:55 PM
  3. need help dc without hacks
    By vatt54 in forum Combat Arms Help
    Replies: 5
    Last Post: 10-21-2009, 06:18 PM
  4. [help] could't inject dll
    By chiknwang in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 09-23-2008, 08:27 PM
  5. [Help!] CA crash on dll inject
    By CyberStriker in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 08-12-2008, 09:23 PM