This is a migrated thread and some comments may be shown as answers.

create setup when using racontrols in vb.net

3 Answers 135 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jack
Top achievements
Rank 1
Jack asked on 13 Oct 2010, 06:54 AM
hello to all

i m making a project in vb.net (window application)  using radcontrols(telerik) now i want to create setup of my project but problem is that project is working fine if radcontrol_winfrom .exe is install in conputer otherwise project is not working.
so what should i have to add in the setup.

3 Answers, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 13 Oct 2010, 09:36 AM
Hi Goldy, 

If you are using a standard .NET SetUp and Deployment project, then you should: 
1: Add the Primary Output of the main project to the SetUp by right clicking the setup project and selecting add--Project output
2: Under "Detected Dependencies", ensure that the assemblies that you wish to be part of the program are set to Exclude=False and are in "Application Directory". 
See screenshots. 

Hope that helps, but if that's not what you meant, then let me know. 
Thanks
Richard
0
Jack
Top achievements
Rank 1
answered on 13 Oct 2010, 10:04 AM
thanks its working
0
Richard Slade
Top achievements
Rank 2
answered on 13 Oct 2010, 10:05 AM
Glad you got it working, Goldy. 
Please mark as answer so others can find the solution should they need it. 
Best wishes
Richard
Tags
General Discussions
Asked by
Jack
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Jack
Top achievements
Rank 1
Share this question
or