I have tried all of this stuff already without any success.
This is crazy. When I look in the Web\References folder all the references are there, without any warning sign. When I double click, lets say the SubSonic referens in that folder , I can see the assembly SubSonic in the objekt browsers window. Everthing OK here.
But when I try to do the same in the Core\References folder ie. double click on the SubSonic assembly. I get a dialogbox that says
"This object cannot be viewed in the object browser because its unavaiable or not yet build. Please ensure that the project is avaiable and built."
I susspected that something was wrong with the reference mechanism, so I tried to referenced the Microsoft.DirextX assembly instead.
And this worked just fine.
It seems that my reference mechanism is allergic to the files that should be included in dashCommerce.
How come that an assambly is accepted in one Reference folder and not accepted in the other?
I also discovered that the filenames of the built Dll's in the solution explorer obj\release folder are marked with the same yellow warning sign.
When I look in the file explorer outside VS2005 there are no files at all in that folder.
The files are in the folder obj\Debug instead of the obj\Release folder.
What do I have to do to place the files in the obj/Release folder
I hope you can give me some hint of whats going on in my VS2005.