Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

This .dll works on my Win2k development PC, but not on my Win2K web server. Originally, it was compiled in .Net 1.0, but it has been rebuilt in the latest version. The only difference between the two servers is that the Web Server doesn't allow outgoing Internet connectivity

 

File or assembly name Microsoft.VisualBasic.Compatibility, or one of its dependencies, was not found.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

 

Exception Details: System.IO.FileNotFoundException: File or assembly name Microsoft.VisualBasic.Compatibility, or one of its dependencies, was not found.

 

Source Error:

 

 

Line 356: Session("Login") = RTrim(UCase(txtEmail.Text))

Line 357: 'update the string

Line 358: objContact = GMApps.PrepareContact

 

 

[/code

Read the Fovean Chronicles

Because you just can't spend your whole day programming!

  • *Gurus*
Posted
Microsoft.VisualBasic.Compatibility is installed with Visual Studio .NET and must be redistributed manually if you do choose to use it. It is not part of the .NET Framework Runtime Redistributable, meaning that your server probably doesn't have it installed (thank God; keep it that way).

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