Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

Hi. I hope this is the right place for this as I am new to this site and new to VS.net. I was wandering if anyone could tell me what it means when an error says "Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated." I am making a program in Visual Basic using Visual Studio.Net and I have a timer in it. The form is displayed with the options to select and give the right/wrong answer and then the form is supposed to reload itself with different questions and answers. It seems to work fine, but the error will not go away and when i go to deploy the project, it gives me errors which I think are do to the previous ones. The line that gives the error says:

 

Me.BeginnersTestFindLetter_Load(Me.btnImage1, e.Empty)

 

with a green and red line under e.Empty. I have tried to put Me.ShowDialog, but it tells me that the form is already visible. I have a snapshot of the error if that is helpful, I can post it. I hope someone will be able to tell me how to fix it.

Thank you.

mjcs

 

Edit:

I figured out what the problem was with the error, but when I still go to deploy (build) the program and run it on a clean machine that has no visual studio installed, it still has the problem I had b/f from deploying the project which I thought was from the error I just fixed. After I installed the program and launch it, it comes up that it has encountered a problem and needs to shut down. When I look at what the error report contains, it says system: InvalidOperationException. It keeps coming back each time I deploy (build) the program and install it on the clean machine. Does anyone know how to resolve this issue.

Edited by mjcs100
Posted

Thanks

 

Thanks for your answers. I got it figured out from a local friend that it was an error from my crystal reports that I didnt have installed with the program. It now works...:)

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...