Click here to Skip to main content
15,921,905 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Beginner Help Pin
Colin Angus Mackay8-Sep-05 11:01
Colin Angus Mackay8-Sep-05 11:01 
Questionpopup control ruined my app Pin
texasjames8-Sep-05 9:05
texasjames8-Sep-05 9:05 
AnswerRe: popup control ruined my app Pin
Colin Angus Mackay9-Sep-05 5:57
Colin Angus Mackay9-Sep-05 5:57 
Question.Net C# Word Add-in install Pin
tartancli8-Sep-05 8:19
tartancli8-Sep-05 8:19 
AnswerRe: .Net C# Word Add-in install Pin
rwestgraham11-Sep-05 11:18
rwestgraham11-Sep-05 11:18 
GeneralRe: .Net C# Word Add-in install Pin
tartancli11-Sep-05 11:54
tartancli11-Sep-05 11:54 
GeneralKill the VB/C# debate! Pin
ComputerGuyCJ8-Sep-05 7:32
ComputerGuyCJ8-Sep-05 7:32 
GeneralRe: Kill the VB/C# debate! Pin
Dave Kreskowiak8-Sep-05 9:06
mveDave Kreskowiak8-Sep-05 9:06 
GeneralRe: Kill the VB/C# debate! Pin
Paul Conrad14-Sep-05 19:49
professionalPaul Conrad14-Sep-05 19:49 
GeneralRe: Kill the VB/C# debate! Pin
Christian Graus8-Sep-05 12:36
protectorChristian Graus8-Sep-05 12:36 
GeneralRe: Kill the VB/C# debate! Pin
Dan Neely9-Sep-05 5:42
Dan Neely9-Sep-05 5:42 
GeneralRe: Kill the VB/C# debate! Pin
Steve Pullan8-Sep-05 17:57
Steve Pullan8-Sep-05 17:57 
GeneralRe: Kill the VB/C# debate! Pin
Super Lloyd9-Sep-05 2:35
Super Lloyd9-Sep-05 2:35 
GeneralRe: Kill the VB/C# debate! Pin
Stan Shannon9-Sep-05 17:43
Stan Shannon9-Sep-05 17:43 
GeneralRe: Kill the VB/C# debate! Pin
rwestgraham10-Sep-05 20:31
rwestgraham10-Sep-05 20:31 
GeneralRe: Kill the VB/C# debate! Pin
Steve Pullan11-Sep-05 15:00
Steve Pullan11-Sep-05 15:00 
GeneralRe: Kill the VB/C# debate! Pin
rwestgraham11-Sep-05 15:08
rwestgraham11-Sep-05 15:08 
GeneralRe: Kill the VB/C# debate! Pin
Paul Conrad14-Sep-05 19:53
professionalPaul Conrad14-Sep-05 19:53 
QuestionCrystal report parameter passing Pin
achrafus8-Sep-05 6:22
achrafus8-Sep-05 6:22 
QuestionMS Hierarchical FlexGrid Pin
pjhenry12168-Sep-05 5:34
pjhenry12168-Sep-05 5:34 
AnswerRe: MS Hierarchical FlexGrid Pin
rwestgraham11-Sep-05 13:04
rwestgraham11-Sep-05 13:04 
QuestionAvoiding circular reference? Pin
FruitBatInShades8-Sep-05 4:55
FruitBatInShades8-Sep-05 4:55 
Argghhhhh. This is driving me nuts. I can only get a one way relationship between my dll's due to the circular reference problem. I have Library A which contain most of the object types but Library B is an abstract DB layer. I want to pass the structures from A to B, but because B is referenced by A, I cannot get B to see A.

Does that make any sense? I guess I've got to refactor but have no idea how to get round this problem. I tried creating a seperate DLL called ProjectDataTypes.dll but we fall into the same problem.

All Ideas greatfully recieved Smile | :)

Library A<br />
  StructureA1<br />
  StructureA2<br />
<br />
Library B<br />
  .PopulateWhatever() as StructureA1



Definitely a PEBCAK! (Problem Exists Between Keyboard And Chair)
My First ASP.Net site is now up Smile | :) RedRavenRPG
AnswerRe: Avoiding circular reference? Pin
Stan Shannon9-Sep-05 17:34
Stan Shannon9-Sep-05 17:34 
QuestionHELP: expose windows Form from Windows Service Pin
SongDog8-Sep-05 3:51
SongDog8-Sep-05 3:51 
Questionsending parameter from Vs.Net to crystal Pin
kings_17-Sep-05 23:55
kings_17-Sep-05 23:55 

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.