c# - .NET - Project Won't Build -


I have a WPF / ASP.NET project on which I have not worked for a while (ResourceBlender.NET - ). The project has a datelarer and a core layer, both of which are used in the solution by WPF application and ASP.NET project.

If the WPF project is set up as a startup project and I'm getting the application, I can not find the "type or name space name 'whatever' (you use the director or Do not you remember the assembly reference?) ".

When I try to build a build, run or debug, but going to error double click and show no real error in the editor and everything is highlighted in general.

ASP.NET project fixes I'm completely oblivious to this because there are no obvious errors to decide - can it be a metadata somewhere?

Check that all assembly 3.5 / 4.0 clients do not target profiles (this is probably a WPF application Which is the culprit). This lets you actually describe the error message.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -