Visual Studio is an integrated development environment (IDE) from Microsoft. It supports many different programming languages.
4
votes
2answers
100 views
+100
Why Visual Studio doesn't like this XML schema? (Prefix '' cannot be mapped to namespace name reserved for “xml” or “xmlns”)
FictionBook (also known as FB2) is an XML-based format of electronic books. Its schema can be found here:
http://gribuser.ru/xml/fictionbook/2.0/xsd/
However, when I downloaded this schema and ...
3
votes
1answer
73 views
+50
Building on Team Foundation Services and Testing in Azure?
I'd like to run some integration tests in Azure. I can't run these in TFServices because they require a database. I'm wondering if it would be possible to push my project up to TFS, have TFS build ...
1
vote
0answers
28 views
+50
Runtime error due to WTTlog.DLL?
I'm running a VC++ code in VS2008 in Win8 OS.
When i click on "F5" (Run the project), I see that I get an errro message like below
"The program can't start because, WTTLog.dll is missing from ...