Alexander Khimich's Q&A profile
Microsoft ISV Community Center Forums .Net and DoD/NSA acceptance
I don't know if this is the right place, but . . . This comes from the Windows 2003/XP/2000 Addendum V5R1 DISA Field Security Operations Dated 29 August 2005 Developed by DISA for the DOD UNCLASSIFIED Page 34 8.1.4 .NET Framework The Microsoft .NET Framework, also referred to as the Common Language Runtime (CLR), provides an operating environment similar to the Java Runtime Engine (JRE). Programs written and compiled ...Show All
Visual C++ STL with VC71
Question regarding STL on VC7.1 (MSVisual C++ .NET 69586-335-0000007-18460) My challenge is a linker error when I attempt to use STL strings. I can define the string (e.g. std::string exStr;) without error, but can't assign it (e.g. exStr = "test string";). I've tried linking in libraries as suggested in other forum threads, including libcp.lib, libcpmt.lib, or msvcprt.lib, but to no avail. Here's the specific error: V ...Show All
Visual Studio Team System Cannot create C#, vb.net and J# projects
I installed TFS RTM on a clean machine. The installation type is single tier. I also installed VS Team Suite on the same machine (RTM.050727-4200). The installation was easy without any errors. Creating a team project is possible. But when I try to create an new project, I can create all projects except C#, VB.Net or J#.net. These project types are disabled in the "New project" window It seems there are no templates installed for th ...Show All
Visual C++ Relative paths in additional include directories
Hi I'm experiencing some problems with relative paths in VC++ 2005. First of all, if I browse to the additional include dir, the added path is absolute, which is essentially never what you want to do if you are adding an include dir to a project (although it would make sense if I were adding it to the IDE itself). Fortunately, VS does completion on partially entered paths, but when I try adding them manually I get completions from the installa ...Show All
Visual Studio Express Editions using DirectDraw only in window
Hi what may I change in here GraphicsCard.SetCooperativeLevel(Me, CooperativeLevelFlags.FullscreenExclusive) GraphicsCard.SetDisplayMode(800, 600, 16, 0, False) to show graphic in form window, not in fullscreenmode or how to rewrite code sample from http://gpwiki.org/index.php/DirectX:DirectDraw:Tutorials:VBNET:DX9:Basics to make graphics run in some area in window (or possibly to draw output only to some control, like to picturebox) ...Show All
Visual C++ Some insight for a new C++.net developer
Good morning experts: It is beginning to become a little frustrating finding some basic information for somebody new to the .net environment in regards to c++.net 2005. Could you be so kind to explain a few basic terminologies to get me on the right track Since I'm new to the environment, where would you suggest I begin I've taken C++ classes in college, so I'm not oblivious to the syntax, but I see terminology like Managed C++, unmanaged ...Show All
Visual Studio Tools for Office Testing if a user property exists
Hello all, Before performing a search on the calendar folder, I want to test if the user property "test" exists in any of its items because if I don't test it, an exception is raised. Thank you Remi Could you be more specific about what it is that you're trying to do Including a code sample that you think should work but doesn't would be helpful. Thakns ...Show All
Visual Basic Code Snippets - Surround With
Using VS2005 Professional. Have an issue with inserting "surround with" type code snippets. I can right click and insert a regular code snippet without any problem. However, if I select several lines of code in the code editor then right click I don't get the "Surround With" snippet option. Have tried using keyboard shortcut CTRL+K CTRL+S but VS2005 beeps and in the status bar says "surround with command not available". Can an ...Show All
Windows Forms Load rtf file into a richtextbox while retaining format information
I am trying to load an rtf file which is created by using Wordpad into a richtextbox. However, the text seems lost some of its format information, e.g. text set to bold and different sizes, after been loaded into the richtextbox. How can I add these texts while retaining their format properties Calling richTextBox1.LoadFile() should preserve your document formatting. What version of Visual Studio are you ...Show All
Visual Studio Visual Studio 2005 on VB 6.0
Hello all, We want to start developing our project in .NET environment but at present we have got VB 6.0 installed on our programmer machines. For existing system we can't get rid of VB 6.0. 1. Is it possible to install Visual Studio 2005 on the same machine or need to install in other machine 2. If we install VS 2005 and VB 6.0 on the same machine, if we create an .EXE file for our existing project, our users doesn't have .NET framewor ...Show All
Visual Studio 2008 (Pre-release) Why can't svcutil generate proxys that supports generic lists??
Hi, I am generating proxy code from an WSDL file. I get message classes where I get arrays. Se example below. Why can't I choose to get the svcutil to generate generic lists like IList<T> insead. I have tried the /rct switch with no luck. svcutil still generates those arrays. Is this at all possible Please if you know how, tell me ;-) Thanks /Tomas A sample from the generated code: [System.SerializableAttribute()] [System.Di ...Show All
Architecture A good second book about architecture
Hello I have finished "pro scalable application in .net 2.0" which was nice. Now I want to read another book about architecture. What do you recomend I think Domain-Driven Design: Tackling Complexity in the Heart of Software is a good option, do you know another Thanks. DDD is a good book - however it deals with a certain narrow aspect of architecture. I would recommend reading "Software Architecture in Practice&qu ...Show All
.NET Development run-time defined method return type in .NET?
I would like to define a method that returns a type that is determined at runtime, i.e., public RuntimeDeterminedType Method(); Is this possible using any of the .NET languages If so, would you please post an example or a link to an example. Thanks in advance! Matthew No you can't technically do this as the compiler must be able to generate the code to return the type. However depending on your ...Show All
SQL Server SQL 2005 scripting stored procedures
I'm wondering if there is an automated way to script a large number of stored procedures to individual files, for later inclusion in a source safe project Preferrably they would have the same name as the sp in the database. In the sql 2005 studio, I can script them one by one, or a bunch of them to one file, but I can not see how to get them to individual files. Thanks for any suggestions. LT I don't believe ther ...Show All
Software Development for Windows Vista Saving and Reading Filter Graphs
Is it possible to save a filter graph and later recreate it by loading it in from file. I have two applications. One that configures a device and its relevant cross bars (TV Capture Solution) and a second application should utilise those settings. Just wondered if this was possible. Many thanks in advance. You mean something like this: http://msdn.microsoft.com/library/default.asp url=/library/en-us/directs ...Show All
