Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hi guys

i dont know what's going on

when i write my code and try to build and excute it

it give me errors

i try the same code from the source codes of the book i study from

it gives an error but it can be excuted!

so anybody tells me why????

same codes one can be excuted and the other cant be:(

Posted

I found that the compiler plays up on rare occasions and crashes so you get errors that don't exist and the "compiling as you type" stops functioning and all the built in commands loose their blue coloring. If you have a problem like this you just have to restart VS.Net, rebooting the whole computer is more effective though.

I had this problem when I had a damaged RAM stick.

 

If the code just doesn't compile, use the "Tasks" view to see what's wrong with it.

.Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...