Post: C# Error Help?
03-20-2013, 05:59 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I am getting an error in C# that I can't figure out how to fix, I have tried searching the web, re-writing the code, and talked to tons of different people and none could help so, Someone...Anyone PLeAsE helP!?!?

Here's the error: You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked JemEO for this useful post:

em20
03-20-2013, 06:32 AM #2
Jared
Tranquility.
Moved to the Computer Coding and Programming Questions section.
03-28-2013, 04:19 PM #3
BuC-ShoTz
TeamMvKâ?¢
Originally posted by johnmcmil View Post
I am getting an error in C# that I can't figure out how to fix, I have tried searching the web, re-writing the code, and talked to tons of different people and none could help so, Someone...Anyone PLeAsE helP!?!?

Here's the error: You must login or register to view this content.


dead image or bad link
03-29-2013, 01:01 AM #4
Originally posted by ShoTz View Post
dead image or bad link


"Link Updated" I am getting an error in C# that I can't figure out how to fix, I have tried searching the web, re-writing the code, and talked to tons of different people and none could help so, Someone...Anyone PLeAsE helP!?!?

Here's the error: You must login or register to view this content.
03-29-2013, 03:38 AM #5
BuC-ShoTz
TeamMvKâ?¢
why ulong?
    
private uint processID;
private void button2_Click(object sender, EventArgs e)
{
uint[] processIDs;
snresult = PS3TMAPI.GetProcessList(target, out processIDs);
processID = processIDs[0];


game needs to be running too
03-29-2013, 06:44 PM #6
Originally posted by ShoTz View Post
why ulong?
    
private uint processID;
private void button2_Click(object sender, EventArgs e)
{
uint[] processIDs;
snresult = PS3TMAPI.GetProcessList(target, out processIDs);
processID = processIDs[0];


game needs to be running too


Like this? If yes, i'm still getting the same error. I have all my global variables and my game was running. If I use proDG it works just fine but when I use these codes in my application I get that error.
    
snresult = PS3TMAPI.GetProcessList(0, out processIDs);
ProcessID = processIDs[0];
PS3TMAPI.ProcessAttach(0, PS3TMAPI.UnitType.PPU, ProcessID);
PS3TMAPI.ProcessContinue(0, ProcessID);

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo