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

Software Development Network >> Johnny Liverpool's Q&A profile

Johnny Liverpool

Member List

Stuart Robinson
Mike Brown
dczraptor
Jeanne P
Fabiods
AksaiGora
clint 2
ytandeta
m2mdev
TWeiler
Haashole
mshvw
willthiswork89
Denvas
GrahamY
PiGuy
laboremus
.net sukbir
lucerias
Aaron L
Only Title

Johnny Liverpool's Q&A profile

  • Smart Device Development Serial Port on real PPC device

    Hello, Have no troubles with data transfer through COM port using my app running on WM50 Emulator from one side and Hyperterminal on other side's PC. For some reason having problems with the real PPC device. COM port gets opened but when I try to write something over it looks like WriteFile hungs for a specified write's timeout and after expiration returns that everything was just fine but I see no data on terminal or analyzer. Any comments, ideas May be I have a conflict with ActiveSync It attempted to do Sync over the COM at the beginning but failed because there is no ActiveSync on the PC. TIA. The problem was in COM settings for Hardware flow control I have this settings by default d ...Show All

  • SQL Server Data Base Mirroring in SQL server 2005 Express Edition

    HI, Does SQL server 2005 Express Edition or Does SQL server 2005 Express Edition Sp1 supports Data base Mirroring Here is direct quote from BOL, http://msdn2.microsoft.com/en-us/library/ms188712.aspx Before you use the Mirroring page to configure database mirroring, ensure that the following requirements have been met: The principal and mirror server instances must be running the same edition of SQL Server-either Standard Edition or Enterprise Edition. Also, we strongly recommend that they run on comparable systems that can handle identical workloads. Note: The witness server instance can run on SQL Server Standard Edition, Enterprise Edition, Workgroup Edition, or Express Edition. So, th ...Show All

  • SQL Server Reporting Services in SQL Server Express

    The SQL Server Express can be downloaded with Advanced Services and thereby Reporting Services are included. I wonder if this is the same Reporting Services as in SQL Server 2005 Standard I have heard something that it is a stripped version that is included in the Express download. Is it so And if so, what are the differences This is a good description of what you do and do not get with Reporting Services in Express Edition with Advanced Services http://msdn2.microsoft.com/en-us/library/ms365166.aspx Specifically, these are the features you do not get: Scheduled report processing, caching, snapshots, subscriptions, and delivery are not supported. Analysis Services, Oracle, XML, SAP, SQL Server Integration Services ...Show All

  • Software Development for Windows Vista Graphic that represents the steps of a process

    Is there a proper term for the graphic that represents the steps of a process For example when ordering a book from Amazon, there is an image at the top of the page that shows the 4 steps of the ordering process, and an indication of the step that you are currently on. Thank you. ...Show All

  • SQL Server Cyclical dependency causes stack overflow exception

    If i have the following objects: create database cycle go use cycle go create view v1 as select 1 one go create view v2 as select 1 one from v1 go alter view v1 as select 1 one from v2 go and run the following smo script to get the dependencies (didn't include full code) I get a stack overflow error. Is there any way to catch this or check for it before it happens DependencyWalker dw = new DependencyWalker(db.Parent); DependencyTree dt = new DependencyTree(dw.DiscoverDependencies(urncUnsorted, true)); ...Show All

  • .NET Development WSE3.0 - Securing .net webservice using REL token

    Hi, I want to secure my wbeservice using REL token. I tried on net for same but coouldn't find any practical example for this. Can anybody give me the sample code for this Thanks in advace -Faby Faby, I could never find a WSE implementation for REL nor SAML tokens. WSE comes by default with UsernameToken, X509Token and KerberosToken implementations that was enough for me so I didn't even try to implement the REL token. I think the only thing you will find as help is looking at some others "custom" tokens implementations in WSE (just google it). And the "Web Service Security Guidance" from Microsoft Patterns & Practices group ( http://msdn.microsoft.com/practices/topics/appint/default.as ...Show All

  • Visual Studio Team System Can TFSBuild run different targets the way MSBuild can

    I am new to TFSBuild and now have a basic, automated build working for my project. The next step is to be able to add a couple of targets to the project file and run those at different schedules. It may be that one of the targets builds the project in Debug mode and the other builds it in Release mode. In MSBuild, I could do this by adding the "/t:" switch, followed by the name of the Target. Can I do this with TFSBuild Perhaps I am barking up the wrong tree and would be better to create more Build Types. My set up is that I have Team VSS on one server and a seperate Build Server with Team Services installed. Thanks in advance for your help, Gordon You'll need to manually ed ...Show All

  • Smart Device Development Some Boot problems with WM5.0

    Hi everyone, I am new to WM5.0 ,and now i have some problems with the startup of the kernel,someone plz help me ,thx a lot! Here is the problem: I have removed the driver for intel statra flash from the .bib and the .reg ,and add some hive boot reg setting to platform.reg .But when i download the NK.bin to my RAM var Ethernet ,the kernel always handup, and from the SecureCRT those message is displayed: Windows CE KernelInit .......................... 0x83fcea40: Unable to unset simulation mode 0x83fcea40: Unable to clear update mode flag in IMGFS. Someone plz help me out, and many many thx ! ...Show All

  • Software Development for Windows Vista Errors in winnt.h file using visual c++ 2005 express edition and mar. 15 sdk

    Hello. I get the following errors when I try to include winnt.h in my code. I tried using the newest sdk as well as the previous release, and both files seem to generate the same errors. This must be a common problem, but I haven't seen the answer. I'm including stdio.h, xlcall.h, windef.h and winnt.h in my code. Maybe I need to include another header. Any help would be greatly appreciated. Thanks. C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\winnt.h(3857) : error C2146: syntax error : missing ';' before identifier 'ContextRecord' C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\winnt.h(3857) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-in ...Show All

  • Visual Studio Team System Report for finding Defect/Bug Frequency

    Hi All, i have the requirement to calculate the defect/bug frequency for the particular project. This should be reflected in the form of report. Can anyone please tell me how i can proceed with SQL query It would be great if anyone help me out in this regard at the earliest. Thanks in advance. regards, Kathir The Bug Rates report that comes with VSTS shows the Active, New and Reactivated, and Resolved bug counts. Perhaps you could use this as a template for your new report. To download a copy of the report: Browse to http://<Report Server>/Reports/ Browse to the folder with the same name as your project Select "Bug Rates" Select "Properties" from the tab near th ...Show All

  • Visual Basic code snippet editor

    I get an unhandled exception error the minute I fire up the code snippet editor and cannot continue from that point on.  Is this a reported problem   I'm running on XP Professional with service pack 2 and using Visual Studio 2005 Professional. Sounds strange. On my dektop there are menus within the toolbar at the top. Save, Export, Synch Options,Help in the Treview pane at the left you can click the right mouse button and select add path. After browsing for an existing snippet path you can open the snippets and you will see a lot of possibilities to edit those. If you like to add a new snippet you have to click the right mouse button over an existing node (not the top one) and you will get a p ...Show All

  • Visual C++ Using Unicode in Console...

    Hello there. I would like to know how to be able to use Unicode letters in Console. I want to use the following "letters": ╔═╗║╚╝ How can I use this type of "letters" in Console when all I get is ' '. I remember when programming in QBasic I used it all the time to make a good interface. QBasic!!! funny how C++ doesn't want to support it : - / On my computer the following line wprintf(L"\u00C9\u00CD\u00BB\u00BA\u00C8\u00BC\n"); displays your characters. Try it on your machine, but I think it depends on the font used for console window. I hope this helps. ...Show All

  • SQL Server metadata refresh?

    What do you do to address this: [OLE DB Source [1]] Warning: The external metadata column collection is out of synchronization with the data source columns. The column "objectName1" needs to be updated in the external metadata column collection. A corollary question: what does right-clicking a package in Solution Explorer and clicking "Reload with Upgrade" do mruniqueid wrote: A corollary question: what does right-clicking a package in Solution Explorer and clicking "Reload with Upgrade" do I can answer this one - the versioning story for tasks allows ISVs (or Microsoft) to release completely new version of the task (new assembly version for managed, ...Show All

  • Software Development for Windows Vista MediaSubType problem

    Hi everyone im having problems with the MediaSubType in directshow filter i want to register a new media subtype(H.264)... when i generate a new GUID and copy it in the header file and include the header file in the cpp file still there is a unresolved external symbol error PS: i have included the initguid.h hearder that too once plz smone help me this problem has been bugging me for the past 6 days... Have you looked at: http://support.microsoft.com/default.aspx scid=kb%3Ben-us%3B130869 ...Show All

  • SQL Server Creating multilple tables at once

    I had a SQL db that i copied all the tables into excel and it generated the quereies in order to create those tables....Is there anyway i could excute all those table creations at once or would it be easier to just write an application that does that for me How i do it is I open the Query ananlyzer and input the CREATE TABLE query I see it say the command has excuted succesfully but when does the actual table show up in the SQL server does it have automatically or do i need to do some eles to actually create the table How would i go about creating the create table script ...Show All

©2008 Software Development Network