Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi there,

 

I have this application made in vb.net, which works fine on my computer. I put the final app on other computer with framework 1.1 installed and I receive this error (picture). All the files used in the application are there, so can�t see the reason for this error. Also, don�t know what MSDATASRC is�

 

My application has 4 forms. First one is working but when I try to open the form3 (has a chart) I receive this error.

 

Somebody please can help me with this?

 

Thanks

Posted

I deleted the chart control from the project, and now is working.

 

Of course, my chart is verry important for the project

 

Why this don't work on the other computer ?

 

 

is this control : Microsoft Chart Control 6.0 (SP4)

or maybe you know a replacement control ?

 

thanks ..

Posted

copy that controls dll to the same directory as the app that should do it if it dousn't copy the dll somewhere on the distination pc and do

 

in execute command

regsvr32 "c:\dllpath\dllitself.dll"

  • Administrators
Posted

http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B193366

gives a link where the .CAB file for the control can be downloaded from, inside you should find the .OCX control (about 1M in size though).

This can be deployed to the client and then registered with regsvr32 - or alternatively create a setup project in VS.Net and include the OCX in your package.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

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