c# - Visual Studio 2008: Project dependencies and build order all out of sync, plugin available? -


I have a huge project, actually 2 but they share many projects between each other. The problem is that When I compile with nothing, it is that, there is no DLL in my normal bin directory, it fails.

This is due to the fact that some projects have previously Are not dependent.

I have decided to run them manually and it works now.

But I was wondering whether to compel the solution of any kind of plugin or move to dependency and construction order correct?

It is also a secret that some projects have a tick in the project dependency dialog next to some projects and the other, why not consider any?

Why does Visual Studio 2008 say "O that there is a dependency on that, but it is not when it is" :-)?

If you right click on your project then you can go to project dependency and your current project On what basis can the projects be determined? Apart from this, you can go to a project builder order by right clicking so that your projects can be prepared.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -