Silverlight CSLA works but I can't debug it on server - Help!!!!!

Silverlight CSLA works but I can't debug it on server - Help!!!!!

Old forum URL: forums.lhotka.net/forums/t/7827.aspx


Fele posted on Tuesday, October 20, 2009

Hi!!
I have implemented Silverlight project. Until last week, I was able to debug it on server by "attaching to process". Something happen, I can't do it any longer. What is more strange, when I remove reference to Business Server object  in WCF project, I still can run it without error that I'm missing reference. Its like I'm running different WCF/BusinessServer dll/project.
So far I:
- deleted all dll in my solution
- close all my ASP.Net Developer Servers
- remove reference from WCF project and add it again

Any new ideas?
Fele

sergeyb replied on Tuesday, October 20, 2009

Are you attaching to the server web server that hosts wcf service?  You will need a reference to your BO dll and make sure it is compiled with debug symbols (you have pdb files in the bin folder).

 

Sergey Barskiy

Principal Consultant

office: 678.405.0687 | mobile: 404.388.1899

cid:_2_0648EA840648E85C001BBCB886257279
Microsoft Worldwide Partner of the Year | Custom Development Solutions, Technical Innovation

 

From: Fele [mailto:cslanet@lhotka.net]
Sent: Tuesday, October 20, 2009 1:34 PM
To: Sergey Barskiy
Subject: [CSLA .NET] Silverlight CSLA works but I can't debug it on server.

 

Hi!!
I have implemented Silverlight project. Until last week, I was able to debug it on server by "attaching to process". Something happen, I can't do it any longer. What is more strange, when I remove reference to Business Server object  in WCF project, I still can run it without error that I'm missing reference. Its like I'm running different WCF/BusinessServer dll/project.
So far I:
- deleted all dll in my solution
- close all my ASP.Net Developer Servers
- remove reference from WCF project and add it again

Any new ideas?
Fele


Fele replied on Wednesday, October 21, 2009

Sergey, thanks for your response.
Yes. I'm attaching to project hosting WCF service.  BO Server dll is generated with pdb file. Reference to this dll is added to references in WCF host project.




sergeyb replied on Wednesday, October 21, 2009

I’d do clean and rebuild – maybe there is stale file somewhere.

 

Sergey Barskiy

Principal Consultant

office: 678.405.0687 | mobile: 404.388.1899

cid:_2_0648EA840648E85C001BBCB886257279
Microsoft Worldwide Partner of the Year | Custom Development Solutions, Technical Innovation

 

From: Fele [mailto:cslanet@lhotka.net]
Sent: Wednesday, October 21, 2009 9:34 AM
To: Sergey Barskiy
Subject: Re: [CSLA .NET] RE: Silverlight CSLA works but I can't debug it onserver.

 

Sergey, thanks for your response.
Yes. I'm attaching to project hosting WCF service.  BO Server dll is generated with pdb file. Reference to this dll is added to references in WCF host project.






Fele replied on Wednesday, October 21, 2009

I figured it out. Somebody change endpoint on client. Therefore, it was "running" BO in different location.
Thanks for your help.

Copyright (c) Marimer LLC