G
Guest
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 <object> tag, 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
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 <object> tag, 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