cyril.t
September 10, 2007, 18:05:09
Hi,
I've a strange problem with textcontrol server 13.0 / ASP.NET and UserControl. I used this tutorial http://www.textcontrol.com/support/documentation/html/dotnet/n_explorer_aspnet_2005.htm?sid=m1r44tf3odp5hq5pper 4fqi8e3 in my solution.
Basicly I have the web project "Pricer.Web" and the userControl project "Pricer.WebContrat"
The problem occure when I choose the output path ("../myOutputPath") of the (usercontrol) "Pricer.WebContrat" project. When I compiled, the web page appear and it's like it can't found the userControl (no error message).
Know if I rename the folder "myOutputPath" to "test" and then change the aspx code
<object classid="http:myOutputPath/Pricer.WebContrat.dll#Pricer.WebContrat.ucContrat"
to
<object classid="http:test/Pricer.WebContrat.dll#Pricer.WebContrat.ucContrat"
And recompile the website only (not the usercontrol project) it works fine ...
the strangest thing is that all the name of directory that I use in the outpu path are no longer usable. I mean that if I change my output path to something else, and the change the folder name back to "myOutputPath" it will not work ...
I really can't figure it out ... :confused:
thx in advance
I've a strange problem with textcontrol server 13.0 / ASP.NET and UserControl. I used this tutorial http://www.textcontrol.com/support/documentation/html/dotnet/n_explorer_aspnet_2005.htm?sid=m1r44tf3odp5hq5pper 4fqi8e3 in my solution.
Basicly I have the web project "Pricer.Web" and the userControl project "Pricer.WebContrat"
The problem occure when I choose the output path ("../myOutputPath") of the (usercontrol) "Pricer.WebContrat" project. When I compiled, the web page appear and it's like it can't found the userControl (no error message).
Know if I rename the folder "myOutputPath" to "test" and then change the aspx code
<object classid="http:myOutputPath/Pricer.WebContrat.dll#Pricer.WebContrat.ucContrat"
to
<object classid="http:test/Pricer.WebContrat.dll#Pricer.WebContrat.ucContrat"
And recompile the website only (not the usercontrol project) it works fine ...
the strangest thing is that all the name of directory that I use in the outpu path are no longer usable. I mean that if I change my output path to something else, and the change the folder name back to "myOutputPath" it will not work ...
I really can't figure it out ... :confused:
thx in advance