I am getting an error in my vb.Net application when I try to run it. The error is: "Project [projectName] makes an indirect reference to assembly [assemblyName] which contains [className] ..."
I think there is a problem with the referencing of the different projects within the solution but I'm not sure what! This is what I've done:
I have created a solution which contains 3 projects - a, b and c.
Project a has a reference to project b and project c.
Project b has a reference to project c.
All the reference types are all file references.
Project a and c are vb projects; project b is c#.
Has anybody had a similar problem or know where I might be going wrong?
Thanks in advance,
Nick
I think there is a problem with the referencing of the different projects within the solution but I'm not sure what! This is what I've done:
I have created a solution which contains 3 projects - a, b and c.
Project a has a reference to project b and project c.
Project b has a reference to project c.
All the reference types are all file references.
Project a and c are vb projects; project b is c#.
Has anybody had a similar problem or know where I might be going wrong?
Thanks in advance,
Nick