use windows usercontrol in web application
-
hi, this is kesava i created a windows usercontrol and make it as strong name and also registered using regasm after make site is trusted and i used in web application it works fine . But the problem is if i want to run this application on the other system it wont display the usercontrol . If anybody know the solution please send a mail to me(ramki.pindi@gmail.com)
-
hi, this is kesava i created a windows usercontrol and make it as strong name and also registered using regasm after make site is trusted and i used in web application it works fine . But the problem is if i want to run this application on the other system it wont display the usercontrol . If anybody know the solution please send a mail to me(ramki.pindi@gmail.com)
What ?? You are telling me that you have placed a windows usercontrol in a web form?? :wtf: :wtf: I think what you did, is you called the process exe of that windows application which is installed in the server. In case of client, as they doesnt have that installed, it wont run. I think you need to clear up your basics on how web env runs before you actually proceed writing code. In web browser can only run html code. It cant understand anything other than this. If you want your client to run your application, you need to make them download the file and then install it to them and run that themselves. :doh:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
What ?? You are telling me that you have placed a windows usercontrol in a web form?? :wtf: :wtf: I think what you did, is you called the process exe of that windows application which is installed in the server. In case of client, as they doesnt have that installed, it wont run. I think you need to clear up your basics on how web env runs before you actually proceed writing code. In web browser can only run html code. It cant understand anything other than this. If you want your client to run your application, you need to make them download the file and then install it to them and run that themselves. :doh:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
I created the windows application as usercontrol and place the dll in the root folder of the web application .After that using tag i placed the usercontrol on the web page it works on my system but when i try to run this application it will show only the rectangle border on the other system.
-
I created the windows application as usercontrol and place the dll in the root folder of the web application .After that using tag i placed the usercontrol on the web page it works on my system but when i try to run this application it will show only the rectangle border on the other system.
This will require every client using page with user control must have .NET installed.
Share your experience with others Check my Blog...
-
This will require every client using page with user control must have .NET installed.
Share your experience with others Check my Blog...
in that system also having the .net