You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Taxi
  • V5 Launch
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
sparks2709 wrote
Taxi wrote You don't need to define the SV lol, just debug it then go to project then run the program and then it should work.

Make sure it looks like this too


[ Register or Signin to view external links. ]


he wants to use "SV" instead of typing out the offset so he will need to define it
oh, now i see i was still referring to the 1st post :facepalm: Yeah listen to sparks hes got it


Cheers
#12. Posted:
Taxi
  • Christmas!
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
RGHJTAGZ wrote
Taxi wrote You don't need to define the SV lol, just debug it then go to project then run the program manually like go to projects then debug, and then it should work.

Make sure it looks like this too


[ Register or Signin to view external links. ]

that didnt work i get and error on it [ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]
That is because you got the else in the wrong spot bud.

Look copy this Put this under the button.


Jtag.Connect();
if (Jtag.activeConnection)
{
System.Windows.Forms.MessageBox.Show("Connected!");
}
else
{
System.Windows.Forms.MessageBox.Show("Failed To Connect, Please Check Your Plugin.");
#13. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201212Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201212Year Member
Posts: 2,136
Reputation Power: 312
Taxi wrote
RGHJTAGZ wrote
Taxi wrote You don't need to define the SV lol, just debug it then go to project then run the program manually like go to projects then debug, and then it should work.

Make sure it looks like this too


[ Register or Signin to view external links. ]

that didnt work i get and error on it [ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]
That is because you got the else in the wrong spot bud.

Look copy this Put this under the button.


Jtag.Connect();
if (Jtag.activeConnection)
{
System.Windows.Forms.MessageBox.Show("Connected!");
}
else
{
System.Windows.Forms.MessageBox.Show("Failed To Connect, Please Check Your Plugin.");

nope it still give that same error with that yellow box around the Jtag.Connect();
#14. Posted:
ZZ9_x_iHaXoRZz
  • Winter 2022
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
You can not connect in debug mode, you must connect in your project .exe.
#15. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201212Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201212Year Member
Posts: 2,136
Reputation Power: 312
ZZ9_x_iHaXoRZz wrote You can not connect in debug mode, you must connect in your project .exe.


this is what i get when not in debug after its built [ Register or Signin to view external links. ]
#16. Posted:
Taxi
  • TTG Addict
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
RGHJTAGZ wrote
Taxi wrote
RGHJTAGZ wrote
Taxi wrote You don't need to define the SV lol, just debug it then go to project then run the program manually like go to projects then debug, and then it should work.

Make sure it looks like this too


[ Register or Signin to view external links. ]

that didnt work i get and error on it [ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]
That is because you got the else in the wrong spot bud.

Look copy this Put this under the button.


Jtag.Connect();
if (Jtag.activeConnection)
{
System.Windows.Forms.MessageBox.Show("Connected!");
}
else
{
System.Windows.Forms.MessageBox.Show("Failed To Connect, Please Check Your Plugin.");

nope it still give that same error with that yellow box around the Jtag.Connect();
Ok please listen for 5 seconds.

Follow me

Go to my documents
then the visual studio folder
then projects
then the project name.
then the name
then bin
then debug
then the exe
then try connect.


then it will work....
#17. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201212Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201212Year Member
Posts: 2,136
Reputation Power: 312
Taxi wrote
RGHJTAGZ wrote
Taxi wrote
RGHJTAGZ wrote
Taxi wrote You don't need to define the SV lol, just debug it then go to project then run the program manually like go to projects then debug, and then it should work.

Make sure it looks like this too


[ Register or Signin to view external links. ]

that didnt work i get and error on it [ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]
That is because you got the else in the wrong spot bud.

Look copy this Put this under the button.


Jtag.Connect();
if (Jtag.activeConnection)
{
System.Windows.Forms.MessageBox.Show("Connected!");
}
else
{
System.Windows.Forms.MessageBox.Show("Failed To Connect, Please Check Your Plugin.");

nope it still give that same error with that yellow box around the Jtag.Connect();
Ok please listen for 5 seconds.

Follow me

Go to my documents
then the visual studio folder
then projects
then the project name.
then the name
then bin
then debug
then the exe
then try connect.


then it will work....


that is the one im trying and it dont work
#18. Posted:
Taxi
  • TTG Addict
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
RGHJTAGZ wrote
Taxi wrote
RGHJTAGZ wrote
Taxi wrote
RGHJTAGZ wrote
Taxi wrote You don't need to define the SV lol, just debug it then go to project then run the program manually like go to projects then debug, and then it should work.

Make sure it looks like this too


[ Register or Signin to view external links. ]

that didnt work i get and error on it [ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]
That is because you got the else in the wrong spot bud.

Look copy this Put this under the button.

[spoil]
Jtag.Connect();
if (Jtag.activeConnection)
{
System.Windows.Forms.MessageBox.Show("Connected!");
}
else
{
System.Windows.Forms.MessageBox.Show("Failed To Connect, Please Check Your Plugin.");

nope it still give that same error with that yellow box around the Jtag.Connect();Ok please listen for 5 seconds.

Follow me

Go to my documents
then the visual studio folder
then projects
then the project name.
then the name
then bin
then debug
then the exe
then try connect.


then it will work....

that is the one im trying and it dont workErm i might be on the fact you are on Windows 8 What version of VS Are you working with? And have you got the tool in compatibility mode? if not try it


Last edited by Taxi ; edited 1 time in total
#19. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201212Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201212Year Member
Posts: 2,136
Reputation Power: 312
Taxi wrote
RGHJTAGZ wrote
Taxi wrote
RGHJTAGZ wrote
Taxi wrote
RGHJTAGZ wrote
Taxi wrote You don't need to define the SV lol, just debug it then go to project then run the program manually like go to projects then debug, and then it should work.

Make sure it looks like this too


[ Register or Signin to view external links. ]

that didnt work i get and error on it [ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]
That is because you got the else in the wrong spot bud.

Look copy this Put this under the button.


Jtag.Connect();
if (Jtag.activeConnection)
{
System.Windows.Forms.MessageBox.Show("Connected!");
}
else
{
System.Windows.Forms.MessageBox.Show("Failed To Connect, Please Check Your Plugin.");

nope it still give that same error with that yellow box around the Jtag.Connect();
Ok please listen for 5 seconds.

Follow me

Go to my documents
then the visual studio folder
then projects
then the project name.
then the name
then bin
then debug
then the exe
then try connect.


then it will work....


that is the one im trying and it dont work
Erm i might be on the fact you are on Windows 8 What version of VS Are you on? And have you got the tool in compatibility mode?if not try it

yer im on windows 8 and i have visual studio 2010
#20. Posted:
Taxi
  • Christmas!
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
RGHJTAGZ wrote
Taxi wrote
RGHJTAGZ wrote
Taxi wrote
RGHJTAGZ wrote
Taxi wrote
RGHJTAGZ wrote
Taxi wrote You don't need to define the SV lol, just debug it then go to project then run the program manually like go to projects then debug, and then it should work.

Make sure it looks like this too


[ Register or Signin to view external links. ]

that didnt work i get and error on it [ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]
That is because you got the else in the wrong spot bud.

Look copy this Put this under the button.

[spoil]
Jtag.Connect();
if (Jtag.activeConnection)
{
System.Windows.Forms.MessageBox.Show("Connected!");
}
else
{
System.Windows.Forms.MessageBox.Show("Failed To Connect, Please Check Your Plugin.");

nope it still give that same error with that yellow box around the Jtag.Connect();Ok please listen for 5 seconds.

Follow me

Go to my documents
then the visual studio folder
then projects
then the project name.
then the name
then bin
then debug
then the exe
then try connect.


then it will work....

that is the one im trying and it dont workErm i might be on the fact you are on Windows 8 What version of VS Are you on? And have you got the tool in compatibility mode?if not try it
yer im on windows 8 and i have visual studio 2010You are going to hate me for this Try visual studio 2012 im pretty sure it is for windows 8.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.