I have developed a basic windows control an dll in vb.net (windows control
library)
That contol is used to load image to a picture box. The control has a
pciture box and a property by name image. when we consume the dll in windows
app, the image property in set to the control which loads the image to the
picture box in the control.
When i use the same control in asp.net using the <objecttag, it works fine
in VSS. When i deploy the same application.. the dll is not getting loaded.
If i browse the link using the
http://localhost/picturepage.aspx
it works fine... but if i browse the same with the below link it does not
show the image in usercontrol
http://ragu/picturepage.aspx (where ragu is the machine where the
application is deployed)
Kindly help me...
Thanx in advanceRagu,
Any site that hosts the Windows Control is going to need to be fully trusted
by the browser application.
Shaun McDonnell
"Ragu" <Ragu@.discussions.microsoft.comwrote in message
news:42A1692C-DC4D-4495-92B4-A6F313826EC3@.microsoft.com...
Quote:
Originally Posted by
Hi
>
I have developed a basic windows control an dll in vb.net (windows control
library)
>
That contol is used to load image to a picture box. The control has a
pciture box and a property by name image. when we consume the dll in
windows
app, the image property in set to the control which loads the image to the
picture box in the control.
>
When i use the same control in asp.net using the <objecttag, it works
fine
in VSS. When i deploy the same application.. the dll is not getting
loaded.
>
If i browse the link using the
http://localhost/picturepage.aspx
it works fine... but if i browse the same with the below link it does not
show the image in usercontrol
http://ragu/picturepage.aspx (where ragu is the machine where the
application is deployed)
>
Kindly help me...
Thanx in advance
>
>
Hi Shaun
Thanx for your reply... yes the site is already fully trusted by the browser
Regards
Ragu
"Shaun C McDonnell" wrote:
Quote:
Originally Posted by
Ragu,
>
Any site that hosts the Windows Control is going to need to be fully trusted
by the browser application.
>
Shaun McDonnell
>
"Ragu" <Ragu@.discussions.microsoft.comwrote in message
news:42A1692C-DC4D-4495-92B4-A6F313826EC3@.microsoft.com...
Quote:
Originally Posted by
Hi
I have developed a basic windows control an dll in vb.net (windows control
library)
That contol is used to load image to a picture box. The control has a
pciture box and a property by name image. when we consume the dll in
windows
app, the image property in set to the control which loads the image to the
picture box in the control.
When i use the same control in asp.net using the <objecttag, it works
fine
in VSS. When i deploy the same application.. the dll is not getting
loaded.
If i browse the link using the
http://localhost/picturepage.aspx
it works fine... but if i browse the same with the below link it does not
show the image in usercontrol
http://ragu/picturepage.aspx (where ragu is the machine where the
application is deployed)
Kindly help me...
Thanx in advance
0 comments:
Post a Comment