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

Software Development Network >> Chris Nyberg's Q&A profile

Chris Nyberg

Member List

howard dierking - MSFT
DeeDee Kruger
Todd Reifsteck - MS
Mr Fluffy
frozen12
kdoan
BubbleGum
TheRoon
Roger McElfresh
Drakth
Ceefour
Liam Johnstone
Arunagiri
ShadowLord
Skye_
NickGetz
pramodh
Snyder_PlayMaker
moggel
Shane Eckel
Only Title

Chris Nyberg's Q&A profile

  • SQL Server CANT CONNECT TO SQL SERVER

    hi, i cant connect to the sql server 2005,it was able to connect few days ago. the prompt out error is An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider) Can anyone tell me whats wrong with my SQL SERVER Look in the SQl Server Configuration Manager under, "SQL Server 2005 Network Configuration" --> "Pr ...Show All

  • Visual Studio Team System MSF4ASD vs. RUP (More MSF v4.0 information)

    I want to make a comparison study between Rational Unified Process and Microsoft Solutions Framework for Agile Software Development (MSF4ASD). At the moment, only general information about MSF4ASD is on the web public available.   Can you please give me an indication when more information (whitepapers, books) about MSF v4.0 will be available Or can you tell me who to contact to get the information   Kind regards,   Johan Traa Jorgen, I believe you meant to retrieve the MSF for Agile Software Development , build 100 (you were looking in the MSF for CMMI Process Improvement section.  Look under: htt ...Show All

  • SQL Server SQL Server Encryption in MSDE 2000

    I developed an app which stored data in SQL 2005, and encrypted some data using EncryptByPassPhrase( PassPhrase, TheData ), DecryptByPassPhrase( PassPhrase, TheData). One of the implementations of this will have to store the data in SQL 2000, which doesn't support this functionality. Is there a simple data encryption functionality somewhere that I can implement within a stored proc so I can have my app be independent of the back-end data base server , i.e. so I can have two different stored procedures depending on the back end db, and not to have the front end handle the encryption Thanks Phil ...Show All

  • Visual J# Does Visual J# supports Browser Helper Objects(BHO)

    Hi In our web application we want to access frames in HTA.But some reason ,HTA doesn t seems to load the application.So now we trying for BHO in VJ#.But we don t have a clear idea ,whether it is supported by vj# or not.If any body have idea in it ,revert with some examples. thanks praveen Hi Praveen, BHO is supported in VJ#. I have done a small example. Create a new VJ# classlibrary project named sample.Add reference to the folllowing dlls from visual studio IDE. C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.mshtml.dll C:\Windows\System32\shdocvw.dll copy t ...Show All

  • Visual Studio Team System Scenario work item in CMMI MSF

    The process guidance for the CMMI MSF refers to a scenario work item.  This work item is in the Agile template but does not appear to be in the CMMI template.  Will this be added in the final version of the CMMI template   Or will the process guidance be modified Thanks.  I had actually found this just before Christmas vacation and was just now getting back to it. ...Show All

  • Visual C# Getting the panel's text of a scrollbar in another application

    Hi All, I'm having a problem in getting the text property of a panel in a scrollbar which is found in another application. My code goes this way: public unsafe static string GetPanelText(IntPtr hStatusBar, int pos) { IntPtr hwnd = (IntPtr) User.GetAncestor(hStatusBar, User.GA_ROOT); const int BUFFER_SIZE = 0x1000; byte [] localBuffer = new byte [ BUFFER_SIZE ]; Int32 processId = 0; Int32 threadId = User.GetWindowThreadProcessId(hwnd, ref processId ); int hProcess = Kernel.OpenProcess( ProcessRights.ALL_ACCESS, 0, processId ); if ( hProcess == 0 ) ...Show All

  • Visual Studio Tools for Office Deployment problems

    I have a Word project that I've been trying to deploy 2 different ways. First I made the project using VSTO (I'm using Visual Studio 2005) and after following examples and advise, finally got the project to work in the degugger just right. I created the project as a template. To test the release/runtime version, I copied the application/assemply files to the startup folder that Word in pointing to. These include: BarcodePopper.dll BarcodePopper.dll.config BarcodePopper.dot BarcodePopper.pdb BarcodePopper.XmlSerializers.dll When I open Word, nothing happens. I look in the Templates and Add-Ins... dialog and the template is recognized and ...Show All

  • Windows Forms how to reopen minimized IEexplorer

    my form control is contained in the IExplore, how do I restore the IEexplorer when my control got event from server  Thank you.  ...Show All

  • Visual Studio Express Editions Progress bar

    I am currently makeing a web browser in VB express and at the bottem i wish to have a progress bar . i have the bar in place .... but i need a script or the code to get it to tell the user how much the browser has loaded. Also does anyone know how to make a tool bar ... e.g. File | Edit | veiw | Help etc. I would be soooooo grateful ... thanks a bunch Rhys Durham Hi lildotti, look, for the tool bar, or menu, you select MenuStrip from the toolbox(to view toolbox, click View in the main menu-->Toolbox)... Now regarding the progress bar, use the following code on your form where you have&n ...Show All

  • Windows Forms link + output

    I have created a snk file with VS prompt Command  sn -k netTest.snk  in AssemblyInfo.vb : <Assembly: AssemblyKeyFileAttribute("netTest.snk")>  I'm using vb net and SDK says :  Visual Basic .NET looks for the key file in the directory containing the Visual Studio Solution  when I compile the DLL it cannot find the file  my project : http://localhost/netTest/netTest.v ...Show All

  • .NET Development How a web Service can be tested?

    Hi, Can some one suggest me as how a web service can be tested for the following.. 1) Lease Time 2) Performance 3) Memory Leaks 4) Multi User Environment To express my need in other words, i have a webservice which is consumed in a web page and in a win app as well as by an app targeted for PocketPC. I would like to test the timings in different environements... can some one suggest me about the testing methodologies for the Webservices. I know that there are tools like ACT, WAS, bla.. bla.. but they won't do for Webservices... Hope to read a solution... Regards, Chakravarthy Assuming you work for a fairly large company, Compuware ...Show All

  • Microsoft ISV Community Center Forums I dont know whether you have come across this..

    I wrote a vba code sometime ago and i was happy with the way it worked. But i was really surprised to find that the same code doesnt work now. Well, you might be familiar with this "subscript out of range", but what i dont understand is, the same code worked like 4 weeks back on the same pc without any change in the windows/office version. One of the solution that i was suggested was, to put all my code under modules, well it did work for somebody which i found over the net, but actually, i do not want to that. Anyone ever come across this problem before and solved it, or tried to..please reply to this topic as i ...Show All

  • Windows Forms Charting controls

    Im curious if anyone is using the charting control by Nevron I really like the way their charts look and was wondering if anyone is using them and what their opinion was. Ease of use, features, etc. Thanks, Malcolm Phillips ...Show All

  • SQL Server Convert a sql express to mysql

    Hello. I have created a web site using visual web developer (free download) The website was created using asp.net 2.0. The vwd I have incorporated the cool new roles and membership features of asp.net 2.0. When i did this vwd automatically created a sql express database (aspnetdb.mdf) to hold the login stuff. I then purchased som e web hosting from a company and found out that they only support MySQL databases. My questions are; 1. Can anyone tell me the difference between the two types of database (i know what sql express is but am not sure what MySQL is) 2. Secondly, is there a tool or way I can convert the SQL Express datab ...Show All

  • Visual C++ Can't seem to compile even simple practice coding, maybe because i turned off XP services

    I'm new student learning C++, and with this express Beta2 version I can't even seem to compile the simplist of coding; and it claims that there is no executable batch to debug. I'm think it is because I turned off alot of Windows XP services for security reasons, and some of it is needed to run Visual C++ correctly. Could some one please point out what services are needed for Visual C++ Beta2 ...Show All

©2008 Software Development Network