Can't compile project

A

Aaron Prohaska

I have just had a very strange problem happen. Yesterday when I left
work everything was working fine and I could compile and run my winforms
project in debug or release versions. This morning I just came in and
made some changes to the code then set the project in release mode and
tried to compile it. I am now getting errors saying that I am missing
the assemblies the project is using. I have three assemblies added to my
winforms project, ExtendedDataGrid, LLBLGen Pro, and my own class library.

I have put the dll's, all compiles in release mode, in the /bin
directory of my winforms project then referenced the dll's from there
which has copied them into my /bin/debug and /bin/release folders.

Does anyone have any idea what I can't compile the winforms project in
release mode anymore? I also am not sure what the best newsgroup for
this question is, so if there is a better one then this please let me know.

Regards,

Aaron Prohaska

-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
Wrench Science Inc.
http://www.wrenchScience.com/
Phone: 510.841.4748 x206
Fax: 510.841.4708
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
 
A

Aaron Prohaska

I think I may have just figured out my problem. I don't know how this
happend, but it seems that the /bin directory has somehow been added to
source control and the files are now read only. None of my other
projects have their /bin directories in source control, why this one
suddenly appeared under souce control I've no idea.

Regards,

Aaron Prohaska

-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
Wrench Science Inc.
http://www.wrenchScience.com/
Phone: 510.841.4748 x206
Fax: 510.841.4708
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top