Click here to Skip to main content
15,891,372 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAccordion not expanding Pin
Farraj23-Jun-10 8:01
Farraj23-Jun-10 8:01 
AnswerRe: Accordion not expanding Pin
Sandeep Mewara24-Jun-10 6:11
mveSandeep Mewara24-Jun-10 6:11 
GeneralRe: Accordion not expanding Pin
Farraj24-Jun-10 6:58
Farraj24-Jun-10 6:58 
Questiontrying to debug assembly configuration Pin
Member 391904923-Jun-10 6:59
Member 391904923-Jun-10 6:59 
AnswerRe: trying to debug assembly configuration Pin
Not Active23-Jun-10 7:16
mentorNot Active23-Jun-10 7:16 
AnswerRe: trying to debug assembly configuration Pin
Member 391904923-Jun-10 7:24
Member 391904923-Jun-10 7:24 
GeneralRe: trying to debug assembly configuration Pin
Not Active23-Jun-10 7:27
mentorNot Active23-Jun-10 7:27 
GeneralRe: trying to debug assembly configuration Pin
Member 391904923-Jun-10 7:55
Member 391904923-Jun-10 7:55 
Thanks Mark - I've done 8 years n-tier dev in ASP.NET so I'm familiar with adding references.

The problem here is that MyWebsite has a dll reference to MyService and MyWebsite and MyService have the same tier structure.

So when MyService is trying to access it's BusinessObjects project the runtime is actually trying to access to BusinessObjects project of the WebSite.

I went ahead and applied a strong name to all of the projects in MyService and then copied the new MyService.dll to the MyWebsite bin directory.

When MyService runs in MyWebsite the following error is now returned:

Could not load file or assembly 'DataInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=68dd866efa467a61' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

So it looks like MyWebsite runtime now recognizes that MyService is trying to load its own DataInterface project. However, it looks like MyWebsite runtime still tries to load its own DataInterface project but the runtime throws an error b/c it recognizes that the assemblies don't match.

Any suggestions on what I should do now?
GeneralRe: trying to debug assembly configuration Pin
Not Active23-Jun-10 8:26
mentorNot Active23-Jun-10 8:26 
GeneralRe: trying to debug assembly configuration Pin
Member 391904923-Jun-10 9:25
Member 391904923-Jun-10 9:25 
GeneralRe: trying to debug assembly configuration Pin
Not Active23-Jun-10 9:45
mentorNot Active23-Jun-10 9:45 
GeneralRe: trying to debug assembly configuration Pin
Member 391904923-Jun-10 10:01
Member 391904923-Jun-10 10:01 
GeneralRe: trying to debug assembly configuration Pin
Member 391904923-Jun-10 10:13
Member 391904923-Jun-10 10:13 
GeneralRe: trying to debug assembly configuration Pin
Member 391904923-Jun-10 11:15
Member 391904923-Jun-10 11:15 
QuestionAuto Complete textbox Pin
Balwinder_singh23-Jun-10 5:58
Balwinder_singh23-Jun-10 5:58 
AnswerRe: Auto Complete textbox Pin
Not Active23-Jun-10 6:04
mentorNot Active23-Jun-10 6:04 
GeneralRe: Auto Complete textbox Pin
Balwinder_singh23-Jun-10 6:08
Balwinder_singh23-Jun-10 6:08 
GeneralRe: Auto Complete textbox Pin
Balwinder_singh23-Jun-10 6:12
Balwinder_singh23-Jun-10 6:12 
GeneralRe: Auto Complete textbox Pin
Paladin200023-Jun-10 6:31
Paladin200023-Jun-10 6:31 
GeneralRe: Auto Complete textbox Pin
Balwinder_singh23-Jun-10 7:19
Balwinder_singh23-Jun-10 7:19 
GeneralRe: Auto Complete textbox Pin
Paladin200023-Jun-10 8:23
Paladin200023-Jun-10 8:23 
AnswerRe: Auto Complete textbox Pin
Paladin200023-Jun-10 8:32
Paladin200023-Jun-10 8:32 
GeneralRe: Auto Complete textbox Pin
PunkIsNotDead24-Jun-10 11:27
PunkIsNotDead24-Jun-10 11:27 
Questionmasterpage error :confused: Pin
FEMDEV23-Jun-10 5:44
FEMDEV23-Jun-10 5:44 
AnswerRe: masterpage error :confused: Pin
Not Active23-Jun-10 6:03
mentorNot Active23-Jun-10 6:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.