KSchlueter's Q&A profile
SQL Server How can i secure my MDF file?
If a user is a local admin of the box they can gain full access to the database via integrated security. They can create their own database and attach .MDF How can i secure the .MDF so that no one can gain access to it problem with creating a new admin user is.... another admin can delete the user. Then all the files that have been encrypted can no longer be accessed..... that is very bad! ...Show All
Visual Studio Express Editions Server Error in '/' Application. Database cannot be upgraded... ??
Server Error in '/' Application. It should point you to http://www.asp.net/faq/AspNetAndIIS6.aspx tabindex=0&tabid=1 PEte ...Show All
Visual Studio Tools for Office COMException (0x80004005) when accessing Interop.Word.XMLNode properties
In our Word VSTO application we have sometimes the problem that accessing the properties (e.g. BaseName) of an XmlNode throws an exception although the XmlNode reference itself is valid (i.e. not null). In some cases we also found out, that when setting a breakpoint on a line like string baseName = myXmlNode.BaseName; the first time watching the myXmlNode.BaseName displayes the exception and few seconds later the same property can be re ...Show All
Visual C++ Problem in setting PATH,LIB and INCLUDE environment variables through script for 32 and 64 bit plateforms.
Hi, I'm using Visual Studio 2005 Professional Edition. I have a script file (batch file) to launch the devenv by using /useenv. Through this script some environment variable are being set for both 32 and 64 bit plateforms. if, I need different values for both 32 and 64 plateforms,I use two variables in the script e.g. A32 and A64 otherwise only one environment variable. This is required, So, that I can c ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Inverse fonts
What is the prefered way to render inverse fonts I need to render some text where most of the caracters are black one white, but some are inverse (white on black). Are there any prefered ways of doing this Tomas. You can invert the colors of your font texture during rendering by using the texture stage argument D3DTA_TEXTURE|D3DTA_COMPLEMENT. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. I have some artifacts with fog
When I use Exp or Exp2 fog in vertex mode I have a strange effect with big triangles when I rotate the camera. I concluded that the fog calculations are wrong. When I use Linear fog all is ok. Small triangles also looks as they must. Do you have some ideas what is the problem Do you have range fog enabled It sounds like when you're using linear fog you're getting range fog, but when you using exponential fog you're not. Without range-b ...Show All
SQL Server Conditional execution of first task
I have a situation where I'd like to conditionally execute the first task in a package based on the contents of a user variable. If user variable "Var1" is false I want to begin execution with the first task. If "Var1" is true I want to begin execution at the second task. My first thought of course was SequenceContainer, but the same issue would exist for the first task in a SequenceContainer. Is there a way to d ...Show All
Software Development for Windows Vista how to implement behaviour similar to TransactionOption.Supported
Hi, How can i implement behaviour similar to TransactionOption.Supported found in COM+ and Enterprise services in new System.Transaction namespace, i see only Required, RequiredNew and Suppress options in new TransactionScopeOptions, but our requirement is to actually have them supported i.e. incase there is a transaction existing i want the code to participate in the transaction, but if there is no transaction i dont want to run the code wit ...Show All
Visual Studio Team System Project Versioning, Moving Work Items and other related questions
Just want to bounce this off the big brains here and see if I understand the way Team Projects are meant to be created and how Team System is meant to be used. I've searched around and found some answers, but answers to the following still elude me. Any immediate answers or pointers are greatly appreciated. TIA, Drew Scenario: I have a Team Project ("Product A") which represents a 1.0 release of some software. Some of the Work Items have b ...Show All
Visual C# Database Question
Hell All, I am creating a program that will be used by about 20 people or so. It is a test case managment system, what I want to do is have everyone connect to a central database on a server somewhere on the network and be able to edit , update, create, save test cases. What I am unsure of is, do I need to write software on the database server to handle transaction, etc, or can i just connect to the database from the program on the users desktop ...Show All
.NET Development Syntax for ordering by a column that contains a #
I am using a OleDbCommand in C# 2.0. If I have a column called Record#, what is the proper syntax for sorting by this column I tried "SELECT * FROM MyTable ORDER BY Record#" but it does not work. However, when I rename the column to RecordNum, the above syntax works (using ORDER BY RecordNum). I believe it has something to do with either SQL or OLE thinking # is a representation of a date of some sort. I have also tried 'Record#' and \"Reco ...Show All
Visual Studio Express Editions Can't ues class diagram in Visual c# 2005
I can't use class diagram in Visual c# 2005 Express, why and how can i do The class diagrams are not available in the express versions if you do want them you are going to have to purchase one of the other VS 2005 products. The class diagrams start at the standard edition. http://msdn.microsoft.com/vstudio/products/compare/default.aspx ...Show All
Windows Forms Advanced user priviledges
Hi All, I'm planing to write mentioned in subject module. <b>I want implement such things:</b> - functionality rights group - rights groups - rights inheritance - overloading rights by users - configure atomic rights on database field level (for exaple if fil ...Show All
Visual FoxPro New to Word integration using DDE
We currently are using word integration that involves a foxpro table where each field represents a mergeable item. The data from the foxpro table is pumped into an excel spread sheet and then into Word. I want to eliminate excel as well as get around the limit of being only able to have 255 merge fields. To this end I want to have one foxpro table that contains two fields , the first field will hold all the merge field names, a ...Show All
Visual Studio Team System I cannot get source code links in FxCopCmd report
I do not have any problem with getting correct link to the source code in "Message Details" box when I am running the analysis from FxCop GUI. However, when I run analysis from command line and then load the report to GUI, the only thing I am getting is <Location not stored in Pdb> The difference between command line and GUI is that I use environment variable to point FxCopCmd to right assemblies. I also load the report to compar ...Show All
