Is there a tool for .NET which will generate explanations (comments) of code if we give it function or event handlers (like GhostDoc which we feel is not a good 开发者_C百科tool)?Actually, /// doesn\'
We just recently started getting warnings on our build system which are eventually causing the build to fail. The build works fine if I build in the VS2005 IDE.
I can\'t export a class: #ifndef SDBIDI #define SDBIDI #ifndef SDBIDI_FLAG #define SDBIDI_ORIENT __declspec(dllimport)
I want to use google-ctemplate in a project. But if I include the basic file, I get the following error (with Visual Studio C++ 2005):
I have a working solution, and I would like to copy it and paste in a new folder.I am creating a new version of the site, and w开发者_开发技巧ant to build on a \"copy\" of the solution.But when I do i
in my web application i am facing a issue after making it live. i am facing issue of caching. i have a menu usercontrol on master page. some menus are opening same page with different parameters.
Is there any开发者_JAVA百科way I can put my custom name while publishing asp.net 2.0 website? Thanks,
It's diffic开发者_JAVA技巧ult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
I am getting a table in asp.net with sql server. I wanna get all distinct rows according to a single column. I am using .net 2.0 .
I have created an application on Windows XP, Visual Studio 2005, C++. I want to run the application using its .EXE file on a different computer but it crashes.