Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Boa tarde!
Tenho um projeto asp.net com silverlight e WCF.
Na minha maquina funciona lindo. O projeto silverlight roda beleza.
Mas quando eu coloco em nosso servidor Web.
O projeto Web (asp.net) funciona, mas o silverlight não.
O que acontece é o seguinte:
- O projeto web chama o silverlight;
- A pagina silverlight funciona (aparece beleza);
- Quando na pagina silverlight eu teclo em um botão que busca os registros, não acontece nada.

Gostaria de uma ajuda para eu poder resolver esse problema.

Abç a todos.
Vlw


Good afternoon!
I have a silverlight project in asp.net and WCF.
On my machine it works beautifully. The project runs silverlight beauty.
But when I put on our Web server
The Web project (asp.net) works, but not silverlight.
What happens is the following:
- The project calls the silverlight web;
- The page works silverlight (appears beauty);
- When I type in silverlight page on a button to search the records, nothing happens.

I would like to help one so I can resolve this problem.

ABC to everyone.
Posted
Updated 27-Sep-11 10:19am
v3
Comments
Smithers-Jones 27-Sep-11 15:03pm    
This is an English-speaking community, so post your question in English, if you really expect help.
Marc A. Brown 27-Sep-11 15:03pm    
English, please. You'll get more responses that way.

escuses to all.
next time the question in English.
Hug...
 
Share this answer
 
The silverlight app returns the following error:

Menssage: Unhandled Error in Silverlight Application An exception occurred during the operation, making the result invalid.
Check InnerException for exception details.
at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()

at DRE.DREService.getDRECompletedEventArgs.get_Result()

at DRE.MainPage.EventDRE(Object sender, getDRECompletedEventArgs e)

at DRE.DREService.DREServClient.OngetDRECompleted(Object state)
Line: 1
Caractere: 1
Code: 0
URI: http://10.10.10.9/ata/InfoGerenciais/DREPage.aspx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900