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

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

kkoston

Member List

ngaisteve1
Dave Munro
EvilPaul
logx
Will George
ReneeC
Chandra4332
Flack
MacroHard
Harold-z80asmRules
Justin-Josef Angel
Gravy
rolian
Chris Honcoop
arunvjadhav
robdken
IceAngel89
lojncn
Nick Humphries
Zadoras
Only Title

kkoston's Q&A profile

  • SQL Server Error 4064 after attempting restore backup?!

    Hi, We have a little problem for you: We have 2 servers both running sqlexpress2005, both have service pack 1 installed, both have the same db (same tables etc.) both have the same users with the same passwords. Everything is identical. What I want to do is move the db. I am attempting to do this by making a backup of the db and restoring it into the second machine. (I am not sure of a more practical way to do this without stopping the SQL server). This is the problem, the backup process works fine, without error, but when restoring the copy to the other server ,it loses the dbowner property and all default users when attempting to connect recieve a 4064 error even though all the password for users are there. Very strang ...Show All

  • Windows Forms Linking DataGribView fields

    Hi there, I am facing a problem with DataGridView. Is there a way to link one of the field on the grid view to perform some action. For example showinmg a popup window Regards I am not sure I really understand the question. The datagridview has a hyperlink and button column type you could use to show a new form. ...Show All

  • Visual Studio Team System Reporting server not seen by other machines

    What could be the problems that other machines cannot see the RS that i can view on that server Regards Alu Hi for the RS i am not using TFS. I set up the RS on my local machine but the client machines have problem viewing them. Was wondering what are the settings that need to take care of to enable this to work. Regards Alu ...Show All

  • Smart Device Development WEB Browser problem with WINDOWS CE

    Hi, I am targetting my Pocket PC 2003 application to Treo 700WX device. Almost it is working in the same way. but in some areas I observed the differences. 1) My application is running very very slower in Treo 700WX emulator than it was running in Pocket Pc 2003 emulator. I want speed up my application as it was running in Pocket PC 2003 emulator. 2) When I add some text to WebBrowser It shows one progress bar( shows "connecting" ) and then adds text. after adding the text webbrowser looks like it is getting refreshed continuosly even though i dint use any to refresh. The same worked properly in Pocket PC 2003 Emulator with out this problems. I want to remove that progress bar and I dont want refreshi ...Show All

  • Visual Studio Purchasing Visual Studio 2005

    I am now getting back into programming once again and I am now using the Express Editions for my training. After reading that Windows Vista will be released on schedule, will it still be worth while to buy Visual Studio 2005 at this time I am assuming that the new programming tools will be released the same time Windows Vista is released. If I do buy Visual Studio 2005. will I be able to add the necessary updates to take advantage of Windows Vista Thanks, Edward Keenan. you can use the Orcas addin to develop apps in .NET 3.0 using VS2005. However, I would wait for Orcas, next VS, which currently is under sept CTP I believe: http://www.microsoft.com/downloads/details.aspx FamilyID=82243606-d ...Show All

  • Visual Studio Tools for Office SwitchView Infopath 2007 OM

    Switching the view from the main menu has no error , but doing so from code has error: code: ViewInfos.SwitchView("View 1"); System.Runtime.InteropServices.COMException was unhandled by user code Message="Invalid context for OM call." Source="InfoPath" ErrorCode=-2147209023 StackTrace: at Microsoft.Office.Interop.InfoPath.SemiTrust.View.SwitchView(String bstrName) at Microsoft.Office.Interop.InfoPath.SemiTrust.ViewObjectWrapper.SwitchView(String bstrName) at Microsoft.Office.InfoPath.Internal.ViewInfoCollectionHost.SwitchView(String name) at mo_note.FormCode.Document_Changed(Object sender, XmlEventArgs e) in D:\A_IMI_NET\mo_note\mo_note\FormCode.cs:line 265 at Microsoft.Office ...Show All

  • SQL Server server groups

    is there a way to enumerate through existing server groups Im trying to create children server groups. Hi Chuck, I'm not sure I knwo what you mean Can you give an example Are you just trying to populate a treeview with all servers registered in SSMS Cheers, Rob ...Show All

  • SQL Server Query (count) question

    I am somewhat new to SQL and I have a simple question (I think)... I have a field called results that contains several numbers seperated by columns, such as 3,6,16,22 etc. I want to write a query that answers how many of each number occurs from the range. Example: Select (total) results  where id = 6 and results = 16  so the query would have to search within the string results for all the records retrieved and count the instances how would I do this I'd do the following. First you'll need a numbers table as in http://sqlserver2000.databases.aspfaq.com/why-should-i-consider-using-an-auxiliary-numbers-table.html now create a view on your table that splits out the numbers create view Split ...Show All

  • Visual Studio Team System How the web test plugin works

    Hi, I have two web tests and both of them use the same web test plug in which gets the recordnumbers from local database table. I am using a select statement in the webtest plugin for data binding. Both the web tests use the same plugin. I get the recordnumbers from the select statement in the plugin. For example, the select statement returns record numbers A, B, C and D. So when do loadtest with both the web tests, i think each of the web tests work on A, B, C and D. Is that true If so, how can I make the web tests work on mutually exclusive data. i.e I want webtest1 to work on A and B and webtest 2 to work on C and D. How to achieve this Are there any resources on how the web test plugin work Thanks., ...Show All

  • .NET Development how to add a user control dynamically ?

    Hi guys, Is there a way that i can add a user control to a page dynamically Since dotnet code has to be pre-compiled, if i add the control dynamicaly it gets rendered only after the page is rendered. Is there anyway to handle this infact im doing some study abt fusebox technology, but i think it only applies to cold fusion... regards, Abhi Hi, Yes, you can add it to any object, like a table or any other container. Check for the "Controls" collection on the destination conatiner. ex: YourCell.Controls.Add(YourDynamicControl); Does this help Cheers ...Show All

  • Smart Device Development Difference between .NETCF 2.0 application and .NETCF1.0 application upgraded to 2.0

    Hi, I am trying to monitor the performance of my .NETCF application. The application was already developed in .NETCF 1.0 so I upgrade the source code to .NETCF 2.0 . But when I tried to see the performance in .NETCFlauncher.exe or perfmon.exe, the utilities were showing nothing about my upgraded application. But when I tried to monitor the performance of another application that was developed on .NETCF 2.0 , both the utilities (NETCFlauncher.exe and perfmon.exe) showed the statistical data. can any one tell me why is it happening so One more thing, the perfmon,exe showing only 2 performance objects for .NETCF2.0 i.e. .NETCF Generics and .NETCF Loader, why does the .NETCF GC is not getting listed there Hi Khenat, Sorry for the ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Simple BreakOut Demo (Source included)

    Well there it is, my first ever C# and XNA program I hope it'll help some of you. Download BreakOutDemo.zip v0.31 Thank you MS for that wonderful gift that is the XNA. It is really good to see games comming out of the wood work... but just a favor, can you please make the posts comments if you are not asking a question. Also if you do ask a question and get a correct answer please make the post as answered. Remember that all of the Questions and answers get added up and all count towards the stats for the forums. It would be nice to get the XNA Groups a high answer rate. ...Show All

  • Visual Studio Express Editions Error loading file in VB 2005 Express forms designer

    I'm getting the error "unable to load Interop.NCDControl" which is associated with a third party control placed on one of my forms. Since this error won't allow the form to load, how do I remove the control. I have removed all references to this control in the code section and the program runs correctly. I need to change the form to address some other issues. Hi Windy Well we're going to do something we are told we shouldn't In the solution explorer, select your form At the top of the solution Explorer is a Show All Files Icon - Depress it You should see a file called form1designer.vb double click on it and you'll see it in the editor...... CAREFULLY.... remove all references an ...Show All

  • Visual Studio 2008 (Pre-release) Bug in RichTextBox

    Hi there, i have test and found that there's a problem with RichTextBox. If we bound a RichTextBox with a ScrollViewer then the text inside RichTextBox will not full-fill the RichTextBox, see picture for more Here is my test project, Please let me know if i make any mistakes, Thanks, Dat Dang nagu's solutio n would work. However, i am n ot sure of the use of scrollviewer here. RichTextBox already has a scrollviewer if that is the intention. ...Show All

  • Visual Basic System.IO.PathTooLongException

    I got this exception when I tried to use vs2005 to publish my project to a network location, The error said GenerateApplicationManifest task failed. My path as it is seen in the box is \\Stobus1\DATA\OneTouch05\. It is no where to the 248 characters limit. On another try, I found out this has nothing to do with publish/depoy to network server, because I got the same error this time on BUILD under Release. The project name is also short enough. It is CSRTS. Where can I find out the ApplicationManifest path By the way, this is the first build after converted to vs2005, and it has been fine under vs2003. I just moved my project to a shorter directory location directly off the C drive and it worked. ...Show All

©2008 Software Development Network