Software Development Network Logo
  • Visual FoxPro
  • Architecture
  • Microsoft ISV
  • Smart Device
  • Game Technologies
  • VS Team System
  • SQL Server
  • Windows Live
  • Visual Basic
  • Windows Forms
  • .NET Development
  • Visual C#
  • Visual C++
  • Visual J#
  • Windows Vista

Software Development Network >> mcreis's Q&A profile

mcreis

Member List

Chardon
Eric Martin
Michael Iacoviello
Gilberto_al
Viswanand
Bill P.
dungtv2
Daniel Q
Hu Xinrui
freewind
Jorge P
imginthat
JimSornig
cjpa15
Atosecond
dgrm44
bsmucker
PennyP
euschout
Bianca_it
Only Title

mcreis's Q&A profile

  • Visual Studio Team System TestContext.AddResultFile

    Hi, What is the intent of TextContext.AddResultFile() do The help file just lists out the method at this point. I thought it would let me override the result file location, but that wasn't the case. Is this a result file that I can add and then populate with additional log information by calling TestContext.WriteLine Thanks. Lets say my test generates 3 files. I add them to the TestContext and the test fails for some reason. Now I want to see the contents of those 3 files, but there is no list, and no link to these files anywhere within the test-details page, nor anywhere else in the VS-UI. It would ...Show All

  • Visual Studio Express Editions TreeView question #2

    Hi Is there any way to get a TreeView which is being populated with Files to read the appropriate file icons for each of the files I do have a useful program (Audacity) which can rip icons from files, but I suspect that would be a rather long and laborious procedure. Is there any inbuilt function or method to do this kind of thing Even just the system file icons would do most of the job for me. It is a bit boring when I just have one folder icon and one file icon to display in the TreeView. ReneeC Sometimes the best surprises come in small boxes! From within your KnowledgeNavigator, I found a topic labelled 'Extract ...Show All

  • SQL Server Decrypting Password of SysxLogins Table - SQL Database.

    Hi,     Is there any way of decrypting password value stored in sysxlogins table of SQL database Thx in Adv     This is a SQL Server 2000 table that is no longer available in SQL Server 2005. The password value normally contains a SHA1 hash of the password (unless the password is for a login created in a previous version and maintained through upgrade to SQL Server 2000). If the value is NULL and the login is a SQL login, it means that the password is empty. Otherwise, to determine the password, you would have to do a brute force attack on the hash. If the password is weak, a brute force attack will ...Show All

  • Visual Studio Generate many files from one template?

    I have a DSL now taking shape, including generating code that executes properly, and I must say I am pleased with how quickly it has come together. Now I have a secondary goal to fill: producing static documentation from the diagram. I'd like to produce a set of HTML files (one for each instance of the primary classes in the DSL). I don't see how I can do that with the current structure, which allows me to generate exactly one file from each template. Do I need to create a new DirectiveProcessor or TextTransformation class Can you offer any pointers on how to create many files from one template Thanks, Brian. ...Show All

  • SQL Server URGENT:spsbackup.exe gives logon errors

    I am trying to Sharepoint Portal server with sql2005 on the normal everyday transactions everything works fine. However when we try to run SPS restore cannot we keep getting this error. This is  VERY URGENT  as we are trying to deploy a new site but cannot until issue is resolved. 'TWIG\Administrator' has already been given dbowner rights to all databases and can run backup but not restore. Error Message: Login failed for user 'TWIG\Administrator'. [CLIENT: 192.168.1.8] Surely someone has tried this these are two very popular applications but unfortunately there is nothing in the sps site or sql2005 to help with this issue ...Show All

  • Visual Studio CodeAnalysis is using the wrong assembly references parameter

    The current Codeanalysis tast looks like this:    <CodeAnalysis   ToolPath="$(FxCopDir)"   Assemblies="$(CodeAnalysisInputAssemblyForTask)"   RuleAssemblies="$(CodeAnalysisRuleAssemblies)"   Rules="$(CodeAnalysisRules)"   LogFile="$(CodeAnalysisLogFileForTask)"   References="@(ReferencePath)"    FilesWritten="$(CodeAnalysisLogFileForTask);$(CodeAnalysisSucceededFile)"      SuccessFile="$(CodeAnalysisSucceededFile)"       > As you can see it uses @(ReferencePath) as the parameter to get assembly referen ...Show All

  • Visual C# Define Name in Excel through C# code

    Hello,       I have a code to import Excel Sheet into an .NET application through OLEDB connectivity provided if my excel sheet is defined as a table with a name by going through Insert-->Define-->Name. But I want to automate this option through code by simply selecting the excel sheet and it  would define the range and then import the data. Has any one ever done this before       The reason I want this to be automatted is, we have hundreds of excel sheets to import and it is really hard for an end user to define the name and then import them. I would appreciate if any of you post ...Show All

  • Visual C# C# Needs a Property keyword like MC++ has now

    I've said this before, even directly to Anders, and I'll say it again: C# needs a simpler way to declare properties. Don't believe me Check out this video of a John Lam talk about the future of programming languages that espouses dynamic programming langauges like Ruby: http://www.ftponline.com/channels/net/reports/vsliveto/2006/multimedia/lam.aspx About 1/5 of the way into the presentation he gives this example of a piece of code everybody has to write and should be sick of doing by now: private string _data; public string Data { get { return _data; } set { _data = value; } } He's right. There isn't a good reason to have ...Show All

  • Visual C# Deleting Control form my from

    Hi Guys, I am working on the .Net c# project(VS 2003). My problem is I can  not delete controls from form.Right click and delete option is disable and also I can not delete them by using delete key on keyboard. My Lockcontrol menu option is disable!!! Anybody can help me Thanks, Silly question, but you're not debugging are you Or are your files marked readonly (not really sure whether that blocks designer editing though). Why don't you try to edit the <formname>.designer.cs file to delete the control and see what happens when reentering the designer ...Show All

  • .NET Development Erroneously empty DataReader

    A method that has successfully returned a Datareader for many queries has started returning a DataReader with no rows. No error is generated as a true DataReader object is present, just empty (I can force an error by submitting an incorrect SQLquery).  The same query run in Access works. It makes no difference whether I submit the query as SQL or call a stored procedure in Access with the same SQL. If I reduce the query to a simple SELECT (e.g. SELECT * FROM db_ac_ip) the datareader is filled correctly. Adding WHERE or GROUP BY clauses results (wrongly) in the empty DataReader. Using a Dataset in place of a DataReader also results in ...Show All

  • Visual Studio Team System Team Build Error using external references to virtual drive

    Hi, I have a team project that uses external references to the virtual drive 'V'. The drive is correctly mapped at the Build Machine. The build fails with the following error: Solution: InventorySolution.sln, Project: Base.csproj, Configuration: Debug, Any CPU C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(0,0): warning MSB3245: Could not resolve this reference. Could not locate the assembly "xxx.Diagnostics.Trace". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. AbortableAsyncOperation.cs(3,15): error CS0234: The type or names ...Show All

  • SQL Server move report server to new machine

    Can someone tell me how I can move report server web sites into a new machine without reinstall it I like to keep the current report server database intact, it’s residing on a third server. I copied the report server file folders including bin (dlls) into the new machine and set up in the new machine the Reportserver and Reports web sites pointing to these two folders while keeping the report server database still residing on the third machine, but the new site did not work, I got "Event source Report Server does not exist. (rsEventLogSourceNotFound)" error Any advice will be greatly appreciated. Thanks ...Show All

  • Visual Studio Express Editions GetPixel from a WebBrowser control?

    Hello, once again Microsoft. I need help with my WebBrowser control. You see, I would like to be able to grab a specific pixel from it. I've tried to declare the GetPixel lib (GDI32) as I did in Visual Basic 6, which I got pretty used to. That didn't work, so now I need some swifty code to do it. Maybe capture the WebBrowser to an image an use the .GetPixel property I just don't know. Please tell me what you know, and help me!  - Mathy     I don't think so. My guess is that you have the API call wrong. I use getpixel a lot.   Here's a Vb2005 Module with a call to get Pixel:   M ...Show All

  • Visual C# foreach over an array, can I specify a predicate

    Can I do something like: foreach(string name (that starts with 'A') in people) { } maybe using regular expressions Download Wintellect's free PowerCollections library (assuming you're using C# 2.0). You have to register but registration is free. It has algorithms for this kind of thing. e.g., Algorithms.RemoveDuplicatesInPlace() ...Show All

  • Visual Studio Express Editions can anybody help me???

    hi, hello everybody i want to know how can insert ,delete , Modify ,and find the record from my database which in microsoft access http://www.google.com.au/search hl=en&q=C%23+access+database&meta = There are tons of examples on how to do this on the web. ...Show All

©2008 Software Development Network