You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Status: Offline
Joined: Oct 17, 201113Year Member
Posts: 2,296
Reputation Power: 198
sparks2709 wroteoh, now i see i was still referring to the 1st post :facepalm: Yeah listen to sparks hes got itTaxi 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
Cheers
- 0useful
- 0not useful
#12. Posted:
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 wroteThat is because you got the else in the wrong spot bud.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. ]
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.");
- 0useful
- 0not useful
#13. Posted:
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 wroteRGHJTAGZ wroteThat is because you got the else in the wrong spot bud.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. ]
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();
- 0useful
- 0not useful
#14. Posted:
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.
- 0useful
- 0not useful
#15. Posted:
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
#16. Posted:
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 wroteOk please listen for 5 seconds.Taxi wroteRGHJTAGZ wroteThat is because you got the else in the wrong spot bud.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. ]
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();
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....
- 0useful
- 0not useful
#17. Posted:
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 wroteRGHJTAGZ wroteOk please listen for 5 seconds.Taxi wroteRGHJTAGZ wroteThat is because you got the else in the wrong spot bud.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. ]
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();
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
- 0useful
- 0not useful
#18. Posted:
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 wroteTaxi wroteRGHJTAGZ wroteTaxi wroteRGHJTAGZ wroteThat is because you got the else in the wrong spot bud.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. ]
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
- 0useful
- 0not useful
#19. Posted:
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 wroteRGHJTAGZ wroteErm 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 itTaxi wroteRGHJTAGZ wroteOk please listen for 5 seconds.Taxi wroteRGHJTAGZ wroteThat is because you got the else in the wrong spot bud.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. ]
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();
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
yer im on windows 8 and i have visual studio 2010
- 0useful
- 0not useful
#20. Posted:
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 wroteTaxi wroteRGHJTAGZ wroteTaxi wroteRGHJTAGZ wroteTaxi wroteRGHJTAGZ wroteThat is because you got the else in the wrong spot bud.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. ]
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.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.