Software Development Network Logo
  • Windows Forms
  • IE Development
  • .NET Development
  • Windows Vista
  • Visual Basic
  • SQL Server
  • Smart Devicet
  • Visual C++
  • Visual Studio
  • SharePoint Products
  • Microsoft ISV
  • Game Technologies
  • Visual C#
  • Visual FoxPro
  • Audio and Video

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

Temppp

Member List

ranasrule
Alex Stevens
PublicError
Dan Di Mambro
chiraj
williamguy
Francis Shanahan
Tonito01
Mathew1972
chaza
Michael_Shao
vgrigor
Hassan Ayoub
robmiller214
mu2
cmolinap
devstuff
d.cosentino
J A Y
Lorry Craig
Only Title

Temppp's Q&A profile

  • SQL Server Surface Area Config/Rep. Svcs./Error viewing Win Integrated Security

    When attempting to verify that Windows Integrated Security is disabled (see why at http://msdn2.microsoft.com/en-us/library/ms180255.aspx), I receive the following error: Argument value was not passed for the argument Report service URL. (Microsoft.SqlSac.Public) I have been unable to determine if this is related to the fact that I use Mixed Authentication in my SS2K5 instance, and therefor not actually an error, but a notification, or if it is an error in the tool. I suspect the latter. Any info out there Subquestion: Is this the best way to report an incident like this without starting the MS support charge meter The best way to track and evaluate customer issues is through reporting them through MSDN product feedback center b ...Show All

  • Visual Studio Team System Urgent-Recording Problems

    Hi, I have recorded an webtest which passes some form values for login information in an encrypted form.When I rerun the same script and change the value for the login details due to encryption the script fails.Is there a way in team system in which we can pass the values without encrypting or is this due to the login written in the asp.net code.Please help The encryption is occuring on all the web pages meaning information from each page is encrypted and URL encoding is done and passed as a query string to the next page.The controls are list box controls and textbox controls. ...Show All

  • SQL Server FAILED again! Express fails to install on Windows server 2003

    VERY frustrating. I have tried uninstalling. removing regietry keys. removing with the windows unistaller etc... to NO avial. See my Core.Log: Error: Action "LaunchLocalBootstrapAction" threw an exception during execution. Error information reported during run: "c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe" finished and returned: 3221225477 Aborting queue processing as nested installer has completed Message pump returning: 3221225477 And my Core(local).log: Error: Action "ReportChainingResults" threw an exception during execution. DwLaunchMsiExec() returned : -1073741819 Error Code: -1073741819 Windows Error Text: Source File Name: sqlchaining\sqlchainingactions. ...Show All

  • Visual Studio 2008 (Pre-release) how to use FrameworkElement.FindName

    According to MSDN FrameworkElement.FindName searches recursively till it finds a element by the given name. "If this element has child elements, these child elements are all searched recursively for the requested named element." I believe I should be able to use this to get the textbox part of a combobox, example: TextBox tt = combo.FindName( "PART_EditableTextBox" ) as TextBox ; But it doesn't work. I tested a bit more and turns out FindName doesn't have the recursive behavior the docs says. This code works: FrameworkElement grid = VisualTreeHelper .GetChild(combo, 0) as FrameworkElement ; Border bd = grid.FindName( "Bd" ) as Border ; grid = VisualTreeHelper .GetChild(bd, 0) as ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. what comes with XNA

    Is XNA a complete set of tools physics enigine, graphics eningine, coding software, all put together or just a compiller From the FAQ : Q: What is XNA Game Studio Express A: XNA Game Studio Express is a new offering, targeted at students and hobbyists for game development. XNA Game Studio is based on Visual C# Express 2005 and lets developers target both Windows and Xbox 360. XNA Game Studio Express contains the following: The XNA Framework, a set of managed code development libraries which will allow game developers to be more productive when creating games for Windows and the Xbox 360. The XNA Framework Content Pipeline which is a set of tools that allow developers to more easily incorporate 3D content into their ...Show All

  • Visual Studio HoL Registration failed

    Hi there, Since the beginning of the week I'm exploring for the first time the concept of Guidance Packages. While searching for a quickstart a ran into the Hands on Lab solution to get me started. I ran into a few problems that already are solved (some of them appeared in this forum) but now I'm completely blocked. The registration of the HoL failes, althow I've already installed the WCF guidance package. The error that's been reported in the VS output says following :(Note : all the assemblies are in the PublicAssemblies IDE) An exception occurred during the Install phase. System.TypeLoadException: Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller, Microsoft.Practices.RecipeFramework.VisualStudio at ...Show All

  • SQL Server format datetime column

    Hello, I am wondering if someone could help me with formatting datatime column. Goal - keep column in datatime instead of convert to varchar Current - '2006-06-21 16:54:33.000' Wants - '2006-06-21 16:54:33' Any help is appreciated! -Lawrence Code Bits declare @time datetime set @time = '2006-06-21 16:54:33.000' select @time , convert ( varchar ( 255 ), @time , 20 ) I know what you are saying, but the reason is that the format from this t-sql goes into a transformation and oddly enough the transformation does not accept datetime format with millisecond. I thought SET DateFormat would be able to set any datetime format, but I guess that ...Show All

  • .NET Development Collection<T> implementing the List<T> methods?

    Hi, I have some Data Types (classes) that are exposed in some endpoints. As per "fxCop" I have decided to use the System.Collection.ObjectModel.Collection<T> instead of the List<T> when deriving data types that is to be used by others. However I really need some of the List<T> methods like "Sort". Im a little worried over the lack of these methods in the Collection<T>. Since I figure that MS, in general, must have the optimal implementations and I cannot find any references as to how they are implemented - In fact I cant seem to find any examples at all ! What to do Anyone knows of such implementation examples anywhere I really dont want to keep on implementing the List<T> and perhaps in ...Show All

  • Visual C# FileWatcher - Windows Service needs to be restarted periodically in order to work.

    I have a Windows Service that spawns a couple of threads and looks in two separate directories for files to be dropped. The service works fine, and has run fine for over a year, but every once and a while the service needs to be restarted and I want to fix it so it doesn't need to be restarted. It sometimes seems to be related to the database restarting or server restarting but not always. What can I build into windows service like this that runs all the time in order to protect itself and prevent manual intervention. use try catch blocks at spots where you think necessary. I had suffered the same problem....the database server was not working and my windows service started to misbehave. I reviewed the code ...Show All

  • Windows Forms Can only Publish to web site root?

    I've got Click Once working with my web site when I use the root of my web site. https:// www.mysite.com / but if I try to use: https://www.mysite.com/published/ I get the following error: Error: Failed to connect to 'https://www.mysite.com/Published/' with the following error: Unable to create the Web 'https://www.mysite.com/Published/'. Server error: The server extensions were unable to access the file "frontpg.lck". Please check the file permissions. I have createda Virtual dir (and physical) under my web site -- what am I missing Thanks, Rob. The other area you might want to check out is your ISP or settings allow for you to add extra folders on that root my shared ...Show All

  • SQL Server Enlarge text size used in SSMS

    I need to give an intro presentation on SSMS but I want to use a larger font everywhere in the SSMS tree display. . . How can this be done TIA, Barkingdog I don't know of any ways to do this from SSMS specifically. I double checked with one the testers on the Tools team and he confirmed that there isn't a way to do it through options, registry, or any other means. The only options might be to change the display properties or use one of the magnifier tools. Thanks, Sam Lester (MSFT) ...Show All

  • Visual Studio add code file????

    Holy ***, is anyone else having a hard time finding what they want in the docs I just want to create a code doc (c#) using DTE.Documents.Add(""); But it appears that the type argument is undocumented. Anybody know how I've searched the net with no success. Thanks, Devin I am not sure if objDTE.Documents.Add(...) will work, but usually you use objProject.ProjectItems.AddFromTemplate and you pass the template used for Code files See http://msdn2.microsoft.com/en-us/library/envdte.projectitems.addfromtemplate.aspx About documentation it has been greatly improved in VS 2005 regarding add-ins. Also, you have lot of resources at my web site: http://www.mztools.com ...Show All

  • Visual Basic How to find the number of VbCrLf's in a string?

    I have some code that adds line numbers to a richtextbox control. The code requires that there is at least 2 lines of text in the richtextbox for it to work. How do I detect if there are less than 2 VbCrLf's in a string if you are interested in just the line count...then If Me . RichTextBox1 . Lines . Length > 2 Then MessageBox . Show ( "More Than 2 lines" ) End If ...Show All

  • Windows Forms DataGridView: Select Rows and retrieve the values of the cells

    Language: VB.NET 2005 Framework: 2.0 Database: SQL Server Express 2005 I have a DataGridView that is populated with data from a SQL Server DB. I need to allow the user to select Rows of interest and then the values of some of the cells on the selected Rows needs to be retrieved for Math calculations. I can retrieve values from cells I just need to know how to get VB to notice that a Row has been selected and only retrieve the vallues on the selected Rows. How to retrieve Values from a DataGridView - May Help Someone OutPut = DataGridViewName.Item(columnIndex As Integer, rowIndex As Integer).Value.ToString txtOut.Text = grdCboTest.Item(3,0).Value.ToString Thanks in advance for any help, Mike ...Show All

  • Visual Studio Run .Exe from MSBuild on Target BeforeBuild

    Hi all, Is it possible to run an .exe file through MSBuild (from command prompt). How we should do this.. All that I need is to run an .exe from Target BeforeBuild. Thanks in advance Manish Bhushan. You should have a look at the Exec task. Sayed Ibrahim Hashimi www.sedodream.com ...Show All

©2008 Software Development Network