Click here to Skip to main content
15,909,530 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,
Am just update my project.The platform for it is ASP.NET and The code behind is in VB.NET.I had also completed setup for project deployment.I deploy the new Setup on machine where there is no Visual Studio 3.5 installed.But the .NET frame work 3.5
is already there in target machine.The last version is run fine on the machine.But
in new version i am implementing the chart control.So where there is chart control
used in my web application page it will give an error and the other pages run fine.
So I installed MSChart.exe on the target machine.Still it gives me same error.
Then i follow following procedure which of following link.

http://www.mycode.si/post/2010/10/06/Setup-project-deploy-MS-Chart-for-NET-Framework-35.aspx

But from that procedure i could not able to create file eula.txt and copy content from MSChart installation eula.

So how can I do that????
or
How can i deploy the my application with Chart control images into it without installing Visual Studio on client machin???

Can somebody help me in that?????
Posted
Comments
Sandeep Mewara 7-Apr-11 6:48am    
You wrote so many things but did not wrote anything about the ERROR.

Until you share the same, how are we suppose to get that what you tried were in accordance with it or not. If something else can be done.

For sure, some configuration or missing file for now.
Arindam Tewary 7-Apr-11 7:17am    
Check the "event viewer" for any error and search in Google by the the error description (or error code). In case you need some assistance please post the same here.

1 solution

try to copy aspnet_Client folder from somewhere.. then try
 
Share this answer
 

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