Search Results

4
votes
7answers
2k views

Why isn’t my custom WCF behavior extension element type being found?

I have a solution that contains two projects. One project is an ASP.NET Web Application Project, and one is a class library. The web application has a project reference to the class library. Neithe …
3
votes

Why is Visual Studio constantly crashing?!

Try deleting your .user and .suo files - these are the user options files that VS creates. You get a .user file for each project and a .suo file for your solution. When they get corrupted, odd thin …
0
votes

Where can I find Microsoft assemblies that are not already in Visual Studio?

If you're trying to add the assembly to the ".NET" tab in the Visual Studio "Add References" dialog box, there's a registry setting you need to make. …
1
vote

Using multiple web projects with different languages in Visual Studio

You can do this using sub-web projects. This has been available in Visual Studio since 2005 and works with the Web Application Project style of web site. …
0
votes

How to turn off warning for no xml comment in VS 2005

You can either turn off the documentation generation for the whole project in the project properties (you'll need to do that for each build configuration), you can disable the warnings on the whole …
1
vote

Why isn’t my custom WCF behavior extension element type being found?

Per the workaround that Microsoft posted on …