Advanced Forum Search Results
-
the PDC video said "Com Automation Objects"
it's been a while since i dug into the whole COM/OLE jungle but I kind of thought that the "Automation Objects" had a special signature and or had an application related to them - like the Outlook example they gave.
perhaps this is just faulty recall .... I will have to test ...
-
sorry if this is not a very good question but... here goes:
as i have been doing standard .net for a while i am not sure what com classes / dlls the V4 com support will work with.
does anyone have any kind of list of what should work?
other than the already demoed MS Office apps.
Thanks
-
what will the app do?
are you already planning for Silverlight?
-
YOW!!
better set our rendering to like 8bit per pixel for most printing... in color.
and 1bpp for black on white - 1 page will be over a meg for mono.
9 megs for 8 bit color.
-
I wonder if a SL app could just get that stream from the ip camera?
SL does streaming download.... then would come how to send commands to the camera via some service ... there silverlight port limits may be the issue, or did they lift them in V4?
-
that was a word file download yes? i had issues with the file also. had to close and re-open to print part of it. seems like some formatting is updated on the open file that messes it up.
-
see this:
http://forums.silverlight.net/forums/t/136819.aspx
does not say what the changes are but it's possible they have that fixed by now. check with the msft guys for more info...
-
I did a serach just now on the froum and this was not found.
google found it.
why is this not a sticky ?
-
like the subject says... any word on a new CTP or a beta for RIA anytime soon?
-
asp.net has default limits on the size of data blocks.
You will need to edit the web.config for the web service to allow larger payloads. there are examples of this if you look for them.
you can set this for the wcf service config as part of the bindings / properties of that service.
you may also want to send the image in chunks anyway ...