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

Software Development Network >> Kenneth Norway's Q&A profile

Kenneth Norway

Member List

rebecca
Coriolan
Kerryrob
Sudheer Palyam
ErnieJ
ペレイラ
Ash Wahi
Lin Liu Jian
NagaPutra
Morten Hvidberg-Knudsen
ericjs1
mmagri
JeffsMSDNUserID
chinmaykshah
simmons
Vargaj
John Horstkamp
I.F. Kruzenshtern
bkitduy
DeadlySpider
Only Title

Kenneth Norway's Q&A profile

  • .NET Development unable to automatically step into the server

    with vs 2005, and wse 3.0 i try to connect a webservice from a client applicaiton. (i ran the kerberos sample that comes with the wse3.0 samples), i am unable to debug the application of the webservice. i get, "unable to automatically step into the server. The remote procedure could not be debugged. this usually indicates that debugging has not been enabled in the server." with this error i 'googled' and got informations that set the debug to true, add the user to the debugger group, enable the asp.net option in the start option, i tried all these things, restarted my machine, still i get the same problem. when i write a s ...Show All

  • Visual C++ 64-Bit Compile Error (language type must be specified)

    I am using the 64-bit version of the Visual C++ 7.1 libraries and build tools and I am receiving an error when compiling the assembly files which I have been unable to fix and am hoping that somebody will be able to tell me how to fix. The ML64.EXE compiler will not accept .586p or .model. I believe the language type needs to be in the PROC statement.           ml64.exe /c /Cx ".\asm\MD4_asm.asm" Microsoft (R) Macro Assembler (AMD64) Version 8.00.40121 Copyright (C) Microsoft Corporation.   All rights reserved.     Assembling: .\asm\MD4_asm.asm .\asm\MD4_asm.asm(1) : er ...Show All

  • Visual Studio 2008 (Pre-release) LINQ May 06 CTP installed byt nothing appear in the new project dialog box !

    Hello everybody, I've installed te May 06 CTP of LINQ but I've got a problem: nothing appear in the new project dialog box or in the "Add new item" dialog box I've also run the script "Install C# IDE support.vbs" but the problem is still But if I run the example, they compile and run fine ! Anyone have an idea/a workaround Thanks Can you try running C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Devenv.exe /setup Does that bring the project templates back If not can you please check for the existence of the following folders C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates and ...Show All

  • Visual C# How to get parameters in a web form?

    Hi all, I want to design a web form which is erected by an email hypelink with a group of parameters. my problem is how to get these parameters in the code behinde C#, 2003 for example: in an email, which contains a hypelink http:\\ www.mydomain.com\popup.aspx%username;password , when user clicking on the hyprlink, the web form will retrieve information from a database against the conditions come with the hypelink. Thanks for your help in advanced. First of all, www.asp.net is the place to ask asp.net questions Second, putting stuff on the URL is very insecure, are you sure that's where you want it However, Reque ...Show All

  • Smart Device Development How To Buy A MICROSOFT PRODUCTS

    Dear Sir/Madam! I am in Pakistan and want to buy Microsoft Windows Xp 2003 Service Pack 3/1, Microsoft Office 2005Xp, Prolog, Norton Antivirus for Windows Xp 2003 or other windows so please tell me if you deliver those above mention software to me in Pakistan. Your quick action will be appreciated in this regard. Regards, Nasir N. Razz You can buy everything that you listed in you post at Amazon , the most sellers will ship to Pakistan. ...Show All

  • Smart Device Development Deployment and/or registration failed with error: 0x8973190e. ....

    I'm writing a test Windows Mobile 5 application that incorporates a COM objects built from Matlab. I'm using Visual Studio 2005 and am developing the application in C#. I've been able to able to get the COM object to work in a simple Windows form. The application seems to have no problem building my Win Mobile application. However, when it tries deploying the .dll file for the COM object, I get the following error: Description: Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\COMInterop\addition_project_1_0.dll'. Error 0x80450001: (null) File: Device Connectivity Component Does ...Show All

  • .NET Development An economical way of filling a listbox?

    An economical way of filling a listbox I fill an authors listbox using the table adapter. It's one thing with a lookup table with 30 or so rows, but I have hundreds of authors.  Above the listbox the user has a choice of adding another author(s).  When that form closes the AddAuthors button refills the table adapter. Is there a more economical way of doing this   I don't need to move among the authors or delete them.  I have a separate form for that.  This addform merely fills some textboxes and listboxes then uses an insertquery to add and close. Dennist Can any one help me I ...Show All

  • Visual C# Input/comments on my SocketPool class

    Hello I'm sort off new to C#/.net 2.0, so I would like some input on a SocketPool class I've build. The concept is the same as the one behind .net's ThreadPool class. My application only uses a socket for a short time (roughly 0.5 sec), but uses many, so I want to reuse sockets instead of creating new ones every time I need one (to save the time it takes to create one, and the time the garbage collector will use cleaning up). A few questions for my code: I'm unsure if the garbage collector will terminate some of the sockets if they haven't been used for a period of time, even though they are referenc ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Tutorials

    Does anyone know of any good, simple tutorials for Managed DirectX for a beginner download the latest dx sdk and under {install dir}\Samples\Managed\Direct3D\Tutorials there are 6 solutions to get you started. Creating a device, Loading a Mesh, Lights ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Who is using XACT?

    If you are using or considering XACT for your product, could you let us know Recently we heard from a developer who was about ready to ship an XACT title, and we had no idea. We try to provide as much direct support to early adopters as we can, help them with any problems they bump into, etc; we can also adjust and prioritize our features based on real-world usage. So, if you're using XACT "secretly", please come out the woodwork and let us know, and maybe we can help. Thanks! Dugan Porter - Game Audio Team - Microsoft This posting is provided "as is" with no warranties, and confers no rights My team is currently porting th ...Show All

  • SQL Server Need better workaround for hidden prompt without read-only behavior

    I have many reports that have a parameter in them which I want to default to NULL and not show (plus other parameters I do want to show). If I leave the prompt field empty, I get the read-only error. The workaround has been to have the prompt field contain a single space, which works well as far as producing the behavior I want. However, every time you open the report in the designer, it automatically removes the space. What is a better solution You would need to write in your iinstallation script that published the report to clear out the prompt string. The call is SetRepo ...Show All

  • SQL Server Replication Error 28559

    We have a PDA application (Net CF 2.0) which uses sql mobile and synchronises to a SQL Server 2000 database (merge replication). We were using SQL CE 2.0 on the PDA earlier and moved to using SQL mobile recently. Since this move we are getting error 28559 (SQL Server Mobile encountered problems when opening the database - says in the documentation). The error does not happen regularly. When it occurs the device needs a soft reset to recover from the error / close the application and start again. Problem happens more frequently on XDA Exec (http://shop.o2.co.uk/shop/handset/O2/XDAExec:3G) running WM5 compared to devices running Wind ...Show All

  • SQL Server Problem in Deploying Analysis service projects using SQL server Business Intelligence Development Studio

    after creating Analysis service projects using SQL server Business Intelligence Development Studio when the project is deployed it gives following error......... Error 1 The project could not be deployed to the 'Solversa-201\SQL2005' server because of the following connectivity problems : A connection cannot be made. Ensure that the server is running. To verify or update the name of the target server, right-click on the project in Solution Explorer, select Project Properties, click on the Deployment tab, and then enter the name of the server. 0 0 connection to the server problem doesnt come at the time of creating data base,at that ...Show All

  • Visual Studio Creating a new wizard

    Is there a class that implement a wizard framework something where I don't need to handle all the "Next/Back" buttons but simply deal with the content of each page Thanks, Sami. In case there is further interest, I've posted a very simple sample wizard and document using Microsoft.WizardFramework on our site. This C# sample runs as a VSTA macro/addin using the SDK sample: ShapeAppAdvancedCSharp http://www.summsoft.com/files/folders/vstadoc/entry221.aspx ...Show All

  • SQL Server DTS package failing with Object required WScript

    I have the following error when I try to execute a DTS package. All the package is doing, is a bit of WScript to map a drive (need it for other packages), so: [code] Function Main() Dim WshNetwork Set WshNetwork = WScript.CreateObject("WScript.Network") WshNetwork.RemoveNetworkDrive "S:" WshNetwork.MapNetworkDrive "S:", "\\myserver\folder1\folder2\folder3\folder4" Main = DTSTaskExecResult_Success End Function [/code] If I copy it out to a .vbs file and execute it logged in as the SQL Agent profile, it works. Execute the package under a job, or just execute it, it fails with the ab ...Show All

©2008 Software Development Network