darkerror
darkerror

Reputation: 67

how to combine vb.net project with vb.net website

I am actually a java/jsp programmer and I am newbie to vb.net. I wonder if I can combine a project made in vb.net 2008 with a vb.net website (like servlet in java)

I have a ready made project with assembly .dll file that is based on 2.0 .net framework. This project (software) actually to connect it to a handkey 2 hardware. It register users to the handkey. I want to deploy it to the internet as a website.

-----What I have try so far----

I have created a new website (in vb.net 2008) and add the dll as a reference but it send this error Could not load file or assembly 'RsiDotNetDLL, Version=2.4.0.3, Culture=neutral, PublicKeyToken=11d948a84312b819' or one of its dependencies. An attempt was made to load a program with an incorrect format.

Upvotes: 1

Views: 181

Answers (1)

darkerror
darkerror

Reputation: 67

I just want to share my solution

I have fixed this by open this website with visual studio 2015, select Debug---> Options---> Projects and Solutions---> Web Projects and tick the option "Use the 64 bit version of IIS Express for web sites and projects"

Thanks

Upvotes: 1

Related Questions