I am using SmartPart (http://www.codeplex.com/smartpart) to add web parts to SharePoint. When I open the *.ascx file with visual studio it doesn't display the design of the control showing the error however it runs well when it is added to share point. But I need to see the design to be able to add controls through tool box visually not with code.
A:
Here is How you need to make it open. Create a Normal ASP.NET Web Application. Place the User Control (the control you are using in the SmartPart to display) in it. Add all the Reference it might need. Then You will be able to Open the User Control and edit. Later you need to copy that user control from Web Application and use it as needed .
Kusek
2009-07-21 11:05:49