RE: [OzSilverlight] SL related

2008-11-19 Thread Muhammad Niaz
Can u please send any sample related to it

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Wednesday, November 19, 2008 1:20 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Hi Muhammad,

There is no screen so to speak built in to Silverlight, but you could pop
over a Canvas or something with a loading animation of some kind. If the
canvas has a background, even transparent then it will block the mouse
clicks from bubbling to the button.


But, I would just disable the button and show a loading animation if it were
me...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Wednesday, 19 November 2008 5:35 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Thanks its good solution, but I am not interested in this simple. Bkz I have
to redo lot of time, can anyone send anykind of screen that appear when
service side processing is working and screen(Froms) SL App become
transparent.

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Sam Lai
Sent: Wednesday, November 19, 2008 11:19 AM
To: listserver@ozSilverlight.com
Subject: Re: [OzSilverlight] SL related

Disable the button once it has been clicked once?

2008/11/19 Muhammad Niaz [EMAIL PROTECTED]:
 Hi all,

   Can I anyone help me in this regards.

 Scenario:

Suppose there is registration form, if use click on Save button
then
 web service save the record successfully when no error return in client
side
 after Web method call ends.

 But if user Double click on Save button, then off course error will come
how
 to control this gent ally and also the solution take very much less time.



 Thanks  Regards,

 Muhammad Niaz

 Software Engineer

 Intagleo Systems Pvt Ltd

 www.intagleo.co.uk



 ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 17/11/2008
5:24 PM


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net




[OzSilverlight] SL and WCF

2008-11-19 Thread Muhammad Niaz
Hi all,

  Can anybody give me the solution about:

When Web Service is called by SL App and on Service side if there any
exception come like(In Table Description already exists, due to unique
constraints) . I need the same exception on clientside to ask about it the
user, i.e. Object with same name already exists.

 

 

Any suggestion, code etc please send ASAP.

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

www.intagleo.co.uk

 




--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net


RE: [OzSilverlight] SL related

2008-11-19 Thread Muhammad Niaz
Thank you very much, it's really wonderful

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Wednesday, November 19, 2008 2:08 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Hi Muhammad,

This is a link to a little app that blocks user input using the VSM to show
a grid over the input button etc...

http://www.webjak.net/files/FileDetail.aspx?fileId=530c04ad-c6fe-4426-8fcf-8
8df759ce7c8

Ensure you set the startup project to the web project and the startup file
should be SilverlightApplication2TestPage.aspx.

Cheers,

Jordan.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Wednesday, 19 November 2008 7:30 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Can u please send any sample related to it

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Wednesday, November 19, 2008 1:20 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Hi Muhammad,

There is no screen so to speak built in to Silverlight, but you could pop
over a Canvas or something with a loading animation of some kind. If the
canvas has a background, even transparent then it will block the mouse
clicks from bubbling to the button.


But, I would just disable the button and show a loading animation if it were
me...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Wednesday, 19 November 2008 5:35 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Thanks its good solution, but I am not interested in this simple. Bkz I have
to redo lot of time, can anyone send anykind of screen that appear when
service side processing is working and screen(Froms) SL App become
transparent.

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Sam Lai
Sent: Wednesday, November 19, 2008 11:19 AM
To: listserver@ozSilverlight.com
Subject: Re: [OzSilverlight] SL related

Disable the button once it has been clicked once?

2008/11/19 Muhammad Niaz [EMAIL PROTECTED]:
 Hi all,

   Can I anyone help me in this regards.

 Scenario:

Suppose there is registration form, if use click on Save button
then
 web service save the record successfully when no error return in client
side
 after Web method call ends.

 But if user Double click on Save button, then off course error will come
how
 to control this gent ally and also the solution take very much less time.



 Thanks  Regards,

 Muhammad Niaz

 Software Engineer

 Intagleo Systems Pvt Ltd

 www.intagleo.co.uk



 ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 17/11/2008
5:24 PM


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 17/11/2008
5:24 PM


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







--- 
OzSilverlight.com - to unsubscribe from this list, send a message 

RE: [OzSilverlight] SL related

2008-11-19 Thread Miguel Madero
You could use the popup control. This is always on top of everything no matter 
in which container it is and you can set it to full screen with a transparent 
background. 



 Miguel A. Madero Reyes
 www.miguelmadero.com (blog)
 [EMAIL PROTECTED] 
 +61 (0) 406-704-161
 Please reconsider your environmental responsibility before printing this 
e-mail
The information in this e-mail is confidential and may be legally privileged. 
It is intended solely for the addressee. If you are not the intended recipient, 
any disclosure, copying, distribution or any action taken or omitted to be 
taken in reliance on it, is prohibited and may be unlawful.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jordan Knight
Sent: Wednesday, 19 November 2008 7:20 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Hi Muhammad,

There is no screen so to speak built in to Silverlight, but you could pop 
over a Canvas or something with a loading animation of some kind. If the canvas 
has a background, even transparent then it will block the mouse clicks from 
bubbling to the button.


But, I would just disable the button and show a loading animation if it were 
me...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muhammad Niaz
Sent: Wednesday, 19 November 2008 5:35 PM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL related

Thanks its good solution, but I am not interested in this simple. Bkz I have
to redo lot of time, can anyone send anykind of screen that appear when
service side processing is working and screen(Froms) SL App become
transparent.

Thanks  Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Sam Lai
Sent: Wednesday, November 19, 2008 11:19 AM
To: listserver@ozSilverlight.com
Subject: Re: [OzSilverlight] SL related

Disable the button once it has been clicked once?

2008/11/19 Muhammad Niaz [EMAIL PROTECTED]:
 Hi all,

   Can I anyone help me in this regards.

 Scenario:

Suppose there is registration form, if use click on Save button
then
 web service save the record successfully when no error return in client
side
 after Web method call ends.

 But if user Double click on Save button, then off course error will come
how
 to control this gent ally and also the solution take very much less time.



 Thanks  Regards,

 Muhammad Niaz

 Software Engineer

 Intagleo Systems Pvt Ltd

 www.intagleo.co.uk



 ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net


---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net







--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 17/11/2008 5:24 
PM


--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net




--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net




[OzSilverlight] Custom print-ad creation with Silverlight

2008-11-19 Thread Craig Dunn
For those interested in 'live' Silverlight 1.0 applications -- Do It
Yourself Ads (DIYads) is online at http://diyads.com.au/

The premise is that vehicle owners can upload photos  design an
advertisement (using Silverlight) for inclusion in print magazines to help
them sell the vehicle.

The Help Videos http://diyads.com.au/DIY/DIY030.aspx show how it works, if
you don't feel like taking it for a test-drive (sic)...

Although the Silverlight 'Ad Builder' is kinda cool; what is more
interesting is the behind-the-scenes processing from Xaml 'templates' to
Jpeg previews using WPF; then transforming the XPS to PDF snippets which are
later stitched together into the actual magazine pages that are sent to
press. Note that using WPF classes on the server to render Xaml-to-Jpeg is
'not supported' but it seems to be possible if you are willing to play
around a bit to work around the possible memory-leak issues...

Adobe was openly hostile when asked for assistance with this project (tried
to sell us Flash, of course, and *refused* to provide any tech-support to
assist in converting XPS to PDF, despite having the XPS2PDFLib component
that can do it) and Microsoft wasn't much help either. We found NiXPS (
http://nixps.com/) to be a great product with very responsive support staff
- highly recommend their product if you are interested in XPS/PDF print
solutions.

Hope it is of interest...



--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net


RE: [OzSilverlight] Custom print-ad creation with Silverlight

2008-11-19 Thread Jordan Knight
Hi Craig,

This looks pretty sweet.

Out of interest what was the project lifetime?

Cheers,

Jordan.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Dunn
Sent: Thursday, 20 November 2008 2:36 PM
To: listserver@ozsilverlight.com
Subject: [OzSilverlight] Custom print-ad creation with Silverlight

For those interested in 'live' Silverlight 1.0 applications -- Do It Yourself 
Ads (DIYads) is online at http://diyads.com.au/

The premise is that vehicle owners can upload photos  design an advertisement 
(using Silverlight) for inclusion in print magazines to help them sell the 
vehicle.

The Help Videos http://diyads.com.au/DIY/DIY030.aspx show how it works, if you 
don't feel like taking it for a test-drive (sic)...

Although the Silverlight 'Ad Builder' is kinda cool; what is more interesting 
is the behind-the-scenes processing from Xaml 'templates' to Jpeg previews 
using WPF; then transforming the XPS to PDF snippets which are later stitched 
together into the actual magazine pages that are sent to press. Note that using 
WPF classes on the server to render Xaml-to-Jpeg is 'not supported' but it 
seems to be possible if you are willing to play around a bit to work around the 
possible memory-leak issues...

Adobe was openly hostile when asked for assistance with this project (tried to 
sell us Flash, of course, and *refused* to provide any tech-support to assist 
in converting XPS to PDF, despite having the XPS2PDFLib component that can do 
it) and Microsoft wasn't much help either. We found NiXPS (http://nixps.com/) 
to be a great product with very responsive support staff - highly recommend 
their product if you are interested in XPS/PDF print solutions.

Hope it is of interest...
--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 19/11/2008 8:58 
AM



--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



Re: [OzSilverlight] Custom print-ad creation with Silverlight

2008-11-19 Thread Craig Dunn
I prototyped the Ad-Builder UI back in January in about a week, for budget
approval. 3 person team started in March - prototype was discarded and
rebuilt. It's been in testing for a little while before release.

Xaml-Jpeg and XPS-PDF were two of the chunkier tasks: the first due to
memory issues and the second due to testing with our printers - colour
correction; greyscale/newsprint printing and many other issues arose along
the way. Adobe originally told us we _could_ use XPS2PDFLib via their
'LiveCycle' product, then turned around and said it wasn't supported - this
added at least two months (probably more) to the project in my opinion as we
searched-for and implemented an alternative solution (NiXPS).

Now on to Silverlight 2.0...


On Thu, Nov 20, 2008 at 2:47 PM, Jordan Knight [EMAIL PROTECTED]wrote:

  Hi Craig,



 This looks pretty sweet.



 Out of interest what was the project lifetime?



 Cheers,



 Jordan.



 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] *On Behalf Of *Craig Dunn
 *Sent:* Thursday, 20 November 2008 2:36 PM
 *To:* listserver@ozsilverlight.com
 *Subject:* [OzSilverlight] Custom print-ad creation with Silverlight



 For those interested in 'live' Silverlight 1.0 applications -- Do It
 Yourself Ads (DIYads) is online at http://diyads.com.au/

 The premise is that vehicle owners can upload photos  design an
 advertisement (using Silverlight) for inclusion in print magazines to help
 them sell the vehicle.

 The Help Videos http://diyads.com.au/DIY/DIY030.aspx show how it works, if
 you don't feel like taking it for a test-drive (sic)...

 Although the Silverlight 'Ad Builder' is kinda cool; what is more
 interesting is the behind-the-scenes processing from Xaml 'templates' to
 Jpeg previews using WPF; then transforming the XPS to PDF snippets which are
 later stitched together into the actual magazine pages that are sent to
 press. Note that using WPF classes on the server to render Xaml-to-Jpeg is
 'not supported' but it seems to be possible if you are willing to play
 around a bit to work around the possible memory-leak issues...

 Adobe was openly hostile when asked for assistance with this project (tried
 to sell us Flash, of course, and *refused* to provide any tech-support to
 assist in converting XPS to PDF, despite having the XPS2PDFLib component
 that can do it) and Microsoft wasn't much help either. We found NiXPS (
 http://nixps.com/) to be a great product with very responsive support
 staff - highly recommend their product if you are interested in XPS/PDF
 print solutions.

 Hope it is of interest...
 ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net

 No virus found in this incoming message.
 Checked by AVG - http://www.avg.com
 Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 19/11/2008
 8:58 AM
  ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net



--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net


RE: [OzSilverlight] Custom print-ad creation with Silverlight

2008-11-19 Thread Shane Morris
That is awesome. Sorry we weren't much help. Shane

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Dunn
Sent: Thursday, 20 November 2008 3:04 PM
To: listserver@ozsilverlight.com
Subject: Re: [OzSilverlight] Custom print-ad creation with Silverlight

I prototyped the Ad-Builder UI back in January in about a week, for budget 
approval. 3 person team started in March - prototype was discarded and rebuilt. 
It's been in testing for a little while before release.

Xaml-Jpeg and XPS-PDF were two of the chunkier tasks: the first due to memory 
issues and the second due to testing with our printers - colour correction; 
greyscale/newsprint printing and many other issues arose along the way. Adobe 
originally told us we _could_ use XPS2PDFLib via their 'LiveCycle' product, 
then turned around and said it wasn't supported - this added at least two 
months (probably more) to the project in my opinion as we searched-for and 
implemented an alternative solution (NiXPS).

Now on to Silverlight 2.0...

On Thu, Nov 20, 2008 at 2:47 PM, Jordan Knight [EMAIL PROTECTED]mailto:[EMAIL 
PROTECTED] wrote:

Hi Craig,



This looks pretty sweet.



Out of interest what was the project lifetime?



Cheers,



Jordan.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]] On 
Behalf Of Craig Dunn
Sent: Thursday, 20 November 2008 2:36 PM
To: listserver@ozsilverlight.commailto:listserver@ozsilverlight.com
Subject: [OzSilverlight] Custom print-ad creation with Silverlight


For those interested in 'live' Silverlight 1.0 applications -- Do It Yourself 
Ads (DIYads) is online at http://diyads.com.au/

The premise is that vehicle owners can upload photos  design an advertisement 
(using Silverlight) for inclusion in print magazines to help them sell the 
vehicle.

The Help Videos http://diyads.com.au/DIY/DIY030.aspx show how it works, if you 
don't feel like taking it for a test-drive (sic)...

Although the Silverlight 'Ad Builder' is kinda cool; what is more interesting 
is the behind-the-scenes processing from Xaml 'templates' to Jpeg previews 
using WPF; then transforming the XPS to PDF snippets which are later stitched 
together into the actual magazine pages that are sent to press. Note that using 
WPF classes on the server to render Xaml-to-Jpeg is 'not supported' but it 
seems to be possible if you are willing to play around a bit to work around the 
possible memory-leak issues...

Adobe was openly hostile when asked for assistance with this project (tried to 
sell us Flash, of course, and *refused* to provide any tech-support to assist 
in converting XPS to PDF, despite having the XPS2PDFLib component that can do 
it) and Microsoft wasn't much help either. We found NiXPS (http://nixps.com/) 
to be a great product with very responsive support staff - highly recommend 
their product if you are interested in XPS/PDF print solutions.

Hope it is of interest...
--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.comhttp://mailenable.com - List managed by 
www.readify.nethttp://www.readify.net

No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 19/11/2008 8:58 
AM
--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.comhttp://mailenable.com - List managed by 
www.readify.nethttp://www.readify.net

--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



[OzSilverlight] SL, WCF App on Vista

2008-11-19 Thread Muhammad Niaz
Hi All,

  My SL based App using WCF services working fine on Windows XP SP2.

But I have to test this App also on Windows Vista no App working fine(UI
rendering ) but WCF services not working fine.

Any help in this regards i.e. How to deploy SL App on Vista that sing WCF.

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

www.intagleo.co.uk

 




--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net


RE: [OzSilverlight] SL, WCF App on Vista

2008-11-19 Thread Muhammad Niaz
No, its not accessed there on the ( same )machine.

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

 http://www.intagleo.co.uk www.intagleo.co.uk

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Thursday, November 20, 2008 10:23 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL, WCF App on Vista

 

Hi,

 

Can you access the WCF service directly?

 

Perhaps try this (from MSDN):

 

Install the Windows Communication Foundation Activation Components
subcomponent of the .NET Framework 3.0. To do this, in Control Panel, click
Add or Remove Programs and then Add/Remove Windows Components. This
activates the Windows Component Wizard

 

also check out this: http://msdn.microsoft.com/en-us/library/ms732012.aspx

 

I've had to do ServiceModelReg a couple of times in the past.

 

Cheers,

 

Jordan.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Thursday, 20 November 2008 4:14 PM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] SL, WCF App on Vista

 

Hi All,

  My SL based App using WCF services working fine on Windows XP SP2.

But I have to test this App also on Windows Vista no App working fine(UI
rendering ) but WCF services not working fine.

Any help in this regards i.e. How to deploy SL App on Vista that sing WCF.

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

www.intagleo.co.uk

 

---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 

No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 19/11/2008
8:58 AM

---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 




--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net


Re: [OzSilverlight] SL, WCF App on Vista

2008-11-19 Thread Jonathan Parker
Are you testing WCF on Vista or Silverlight on Vista? Or both? Is it the
client side that is not working or the server side?

On Thu, Nov 20, 2008 at 4:52 PM, Muhammad Niaz [EMAIL PROTECTED]wrote:

  No, its not accessed there on the ( same )machine.



 Thanks  Regards,

 Muhammad Niaz

 Software Engineer

 Intagleo Systems Pvt Ltd

 www.intagleo.co.uk



 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] *On Behalf Of *Jordan Knight
 *Sent:* Thursday, November 20, 2008 10:23 AM
 *To:* listserver@ozSilverlight.com
 *Subject:* RE: [OzSilverlight] SL, WCF App on Vista



 Hi,



 Can you access the WCF service directly?



 Perhaps try this (from MSDN):



 Install the Windows Communication Foundation Activation Components
 subcomponent of the .NET Framework 3.0. To do this, in Control Panel, click
 *Add or Remove Programs *and then *Add/Remove Windows Components*. This
 activates the *Windows Component Wizard*

 * *

 also check out this: http://msdn.microsoft.com/en-us/library/ms732012.aspx



 I've had to do ServiceModelReg a couple of times in the past.



 Cheers,



 Jordan.



 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] *On Behalf Of *Muhammad Niaz
 *Sent:* Thursday, 20 November 2008 4:14 PM
 *To:* listserver@ozSilverlight.com
 *Subject:* [OzSilverlight] SL, WCF App on Vista



 Hi All,

   My SL based App using WCF services working fine on Windows XP
 SP2.

 But I have to test this App also on Windows Vista no App working fine(UI
 rendering ) but WCF services not working fine.

 Any help in this regards i.e. How to deploy SL App on Vista that sing WCF.



 Thanks  Regards,

 Muhammad Niaz

 Software Engineer

 Intagleo Systems Pvt Ltd

 www.intagleo.co.uk



 ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net

 No virus found in this incoming message.
 Checked by AVG - http://www.avg.com
 Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 19/11/2008
 8:58 AM

 ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net
  ---
 OzSilverlight.com - to unsubscribe from this list, send a message back to
 the list with 'unsubscribe' as the subject.
 Powered by mailenable.com - List managed by www.readify.net




--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net


RE: [OzSilverlight] SL, WCF App on Vista

2008-11-19 Thread Muhammad Niaz
Hi Jordan ,

Thanks it really works after the installation {Windows Communication
Foundation Activation Components subcomponent of the .NET Framework 3.0}.
nothing else, no other installation etc.

 

Jordan  Thanks again.

 

 

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

 http://www.intagleo.co.uk www.intagleo.co.uk

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Thursday, November 20, 2008 10:53 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL, WCF App on Vista

 

No, its not accessed there on the ( same )machine.

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

www.intagleo.co.uk

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jordan Knight
Sent: Thursday, November 20, 2008 10:23 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL, WCF App on Vista

 

Hi,

 

Can you access the WCF service directly?

 

Perhaps try this (from MSDN):

 

Install the Windows Communication Foundation Activation Components
subcomponent of the .NET Framework 3.0. To do this, in Control Panel, click
Add or Remove Programs and then Add/Remove Windows Components. This
activates the Windows Component Wizard

 

also check out this: http://msdn.microsoft.com/en-us/library/ms732012.aspx

 

I've had to do ServiceModelReg a couple of times in the past.

 

Cheers,

 

Jordan.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Muhammad Niaz
Sent: Thursday, 20 November 2008 4:14 PM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] SL, WCF App on Vista

 

Hi All,

  My SL based App using WCF services working fine on Windows XP SP2.

But I have to test this App also on Windows Vista no App working fine(UI
rendering ) but WCF services not working fine.

Any help in this regards i.e. How to deploy SL App on Vista that sing WCF.

 

Thanks  Regards,

Muhammad Niaz

Software Engineer

Intagleo Systems Pvt Ltd

www.intagleo.co.uk

 

---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 

No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.4/1793 - Release Date: 19/11/2008
8:58 AM

---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 

---
OzSilverlight.com - to unsubscribe from this list, send a message back to
the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 




--- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net