Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Currently I have a pretty large project that I made in vb.net 2003 and before I convert it to vs2008 I have a couple questions.

 

First of all, when I convert it there are some errors about my AxWebBrowser control which I guess has been replaced by the WebBrowser control. When I used the AxWebBrowser control I have to include the ieframe.dll in my setup project, in the vs2008 converted project, do I still need to include that .dll or is it no longer necessary?

 

Another question, will my users have any issues when they 'upgrade' to the new version of my program by using the .msi file to install it? Currently I have it set to detect previous version and remove previous version, so will converting it cause any issues with this?

  • Administrators
Posted

In all honesty you will probably find the best answer regarding the ieframe.dll question is to upgrade the project and try it... (I would strongly advise making sure you have the current version checked into your source control just in case though)

 

The installer should however upgrade the previous version to the new version regardless of framework / vs version used to build the application.

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