P2Pprogrammer 2 programmer


Home > Programmer2Programmer.NET Forum> VB.NET, C# and .NET Core Development >> How to run a vb.net 32bit project on a 64bit OS without any dll errors?...

Welcome Guest My Thread | Search | Active Topics | Members | Log In | Register

NOTE : Log In required to post Replies for this discussion.
How to run a vb.net 32bit project on a 64bit OS without any dll errors?
Tabrez Posted: Wednesday 03, September 2014 05:43:56 PM     
   
I am making a Entrance exam project as my mini project. I have 
completed my design and also connected with database and almost
 done with my coding . I do my project in my desktop , and copy
 in pendrive to show my progess to my group mates. They have la
ptops running 64bit os, and here my project is built in 32bit s
ystem. So what exactly happens after copying my project in thei
r laptop, I get many errors only on ADODB words, And totally th
e interface gets changed. My controls will get moved and the si
ze of interface increases in their laptops and need to use scro
ll bar to view the entire interface. But in my computer i desig
n exact size of the screen. Because the interface wont exactly 
fits on the screen, few controls wont be visible. So i need to 
reconfigure again in their laptops and show:(.

I don't known why this is happening and no solution i have.

I request you guys for help..Please Help meee:(

Thank youuu

Back to Top ^  
 AtanuMaity Posted: Wednesday 12, November 2014 05:28:49 PM
  
   
Open Project Properties
Select Compile Tab and In Advanced Setting, Select Any CPU
and Re Build your application and check 
Back to Top ^ 
 Riya Walia Posted: Thursday 25, December 2014 06:22:28 PM
  
   
Thanks
Back to Top ^ 


Home > Programmer2Programmer.NET Forum >VB.NET, C# and .NET Core Development >> How to run a vb.net 32bit project on a 64bit OS without any dll errors?...