Dear Friends,
i Developed a C# Project with SQL Server Database (Database is not LocalDB) and i want to create a setup file to install on client system havin windows xp 32bit.
Please suggest me how to do it ?
zebnoon1 -3 Newbie Poster
Recommended Answers
Jump to PostWindows XP ???
you are joking aren't you!
Jump to PostThe problem is exactly as you gave it. You have 64 bit dll's or code and targeting a 32 bit system. This should fail. There is no easy fix for this one. You'll have to rewrite your code and chand your targeting to x86, 32 bit systems.
As to the …
Jump to PostLook at each error. The first one is
ERROR: File 'log4net.dll' targeting 'AMD64' is not compatible with the project's target platform 'x86'
So I will not google what log4net.dll is but each error is read and you resolve it by the method you can. If log4net.dll is not …
All 9 Replies
john_111 88 Junior Poster in Training
zebnoon1 -3 Newbie Poster
nullptr 167 Occasional Poster
zebnoon1 -3 Newbie Poster
rproffitt 2,701 https://5calls.org Moderator
zebnoon1 -3 Newbie Poster
rproffitt 2,701 https://5calls.org Moderator
zebnoon1 -3 Newbie Poster
rproffitt 2,701 https://5calls.org Moderator
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.