Click here to Skip to main content
15,904,024 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I have a full website created with many of Dev-express components now i have to move it and show the website to my customer so if i want to move just folder of website then in customers pc show references error

How can i add references with project or embedded it with website folder ?

Have to install Dev-express on any computer if i want to show them the website ? Or i have to move my laptop any where? 😁 100% shouldn't that way

What I have tried:

So far i have no idea for this problem
Posted
Updated 27-May-17 19:16pm

1 solution

If I understand your question correctly. You have a website that is using Dev-express controls hosted on your laptop? or you run it from Visual Studio? I don't see why you have to move the files/ folder to the client Personal computer since this is a web application. If it an Windows application that understandable. Further more, sound to me like this is more like a demo / dry run, not an implementation /deployment phase type of project.

Couple of options:

1. Demo it from your laptop, if time sensitive.
2. Deploy the web application to your company IIS Web Server. This option is a little tricky because the server might not be accessible from outside your company. But I assume you can VPN to the company network and do the demo?
 
Share this answer
 
Comments
Member 13019612 28-May-17 4:07am    
you understand correctly i run it from visual studio for now
but he want the full website files to run it from visual studio in his computer not mine!
so i have to find a way to move completed files of the website!
Bryian Tan 28-May-17 9:06am    
You need to include the devexpress assembly(DLL) into the bin folder. Expand the reference folder in your project , locate the devexpress DLL, right click and set the copy local to true. And rebuild the project

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900