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

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

ReneeC

Member List

squeefy
Siteadm
bes7252
Jmedeira
Xancholy
cobain81
Kamarey
Lee Walters
emericbart
bobbins
Tianyu Li
JohnCR
alex_hristov
Reva
mariso
GazCoder
Santosh Kalkeri
Chintan bhatt
Le Saint
Victor Hadianto
Only Title

ReneeC's Q&A profile

  • Audio and Video Development Where can I find "PKEY_Device_FriendlyName" definition?

    Hello, guys I'm trying to compile sAPO property sample project in Vista DDK 5472. But everytime I'm trying to do that, I'm getting the error message which says that "'PKEY_Device_FriendlyName' : undeclared identifier". I already searched all the files in DDK 5472, but nothing was found. Can anyone advise me that where can I find that defintion or can anybody advise me how to solve this problem Thanks in advance. WDK 5482 is now available! the problem looks like gone, and look like working okay. I finally succeed in compiling and installing sAPO on my Vista beta2, though I still having a problem in property pages. ...Show All

  • Visual Studio Source Safe 2005 & IIS 7.0 ( Vista )

    I can't get the webservice to allow PUT requests ( checking in files ), I get a failed authorization every time. Everything but the PUT works. I'm guessing it's some time of setting/permission that's not allowing the PUT verb, but I can't find anything that could be blocking it. Anyong have any ideas Richard is right, IIS in Vista does not have anymore the WebDAV web extension (the one that implements the PUT verb), so VSS over internet with server running Vista is a hopeless scenario. Also, running VSS Internet on XP while possible, it's not a recommended scenario. IIS in XP has a limit for the number of connections, and especially when using a proxy you can run fast out of these connections. T ...Show All

  • Visual C# Variables - Named storage locations

    In "Learning C#," the author states the following: Technically, a variable is a named storage location (i.e., stored in memory) with a type. From the little assembly language course that I took in school many years ago, it hits me as odd that the memory location for the variable is indeed named. In assembly, we used to deal with registers R1, R2, etc., not actual variable names. What I would like to know is whether the actual memory location for the variable is, in fact, named and if so, where this name is stored. By the same token, the author states that the variable's type is also there. Is the type stored with the variable If not, how does MSIL tell what type a particular storage location (i.e. variable) is Of course, if ...Show All

  • SQL Server How to get sql server name with a vb-script?

    Is there anyone who knows how to get sql server name using a vb-script I have tryed this: bKey = WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL") But it cant open it for read. Someone who knows a better way Regards SW-engineer That's not the name of the sql-server it's the product version. You need to know whether you are connection to Sql Server of Sql Express Or are you thinking of the instance name in the case where you have both running on the same machine What exactly are you trying to accomplish With more information we may be able to answer your question. The system variable MachineName is easy to find. Double-Click a DerivedColumn S ...Show All

  • Smart Device Development sending message

    hi, i want to create device application,that client(device) send a data(msg) to the server and invoke the webservice.The server get the data via clientwebservice.Any sample code related to this send me for me and the rest to understand, you wish to invoke a webservice method from client - is this correct If so, just add a web reference to the webservice in your project, then simply create an instance of it and invoke the methods you like, once invoked, the webservice will then take care of the processing for you, just as if you were writing and executing a normal C# class file. is this what you are after if not - can you explain a bit more in depth ...Show All

  • .NET Development Client found response content type of 'text/plain', but expected 'text/xml'.

    Hi friends am call a 3rd party web service and when i call one of their methods i get above error any ideas how to resolve this please Thanks for ur help full error text Client found response content type of 'text/plain', but expected 'text/xml'. The request failed with the error message: -- < xml version="1.0" encoding="UTF-8" > <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:submissionGateway/wsdl" xmlns:intf="urn:submissionGateway/wsdl" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:sg="urn:submissionGateway" xmlns:wsdl="http://schemas.xmlsoap.org/wsd ...Show All

  • Visual Studio Express Editions slideshow

    how can I alter this code so it displays a different image every minute.....like slideshow thanks PictureBox1.Image = Image.FromFile _ (System.Environment.GetFolderPath _ (System.Environment.SpecialFolder.Personal) _ & "\Shell2.jpg" ) yes I just done what u said.... but how do i get it to show..... PictureBox1.Image.Save()........ wont work ...Show All

  • Smart Device Development Cannot add desktop shortcut or shortcut icon

    Hello there, I am using VS 2005 to create a cab file for a handheld device. It works fine but I want it to also do the following: 1. create a shortcut on the desktop of windows CE on the handheld. I have tried to add a custom folder called Desktop or Desktop Folder inside the Windows Folder but it doesnt work. 2. Have an icon on the shortcut of my applications logo instead og the custom exe icon of windows. Thanks in advance, John. There is no concept of "Dektop" in devices. You can create your application shortcut in Start Menu or Program Files or other supported folders. To attach a custom icon you should associate an icon to your application using project properties snap ...Show All

  • SQL Server Calling user-defined functions in OLE DB Command transformation

    Hi We have a user-defined function that can be called directly via SQL (in SQL Server Management Studio) without error. We would like to use this function to populate a column, whist data is being processed within Integration Services. Using an OLE DB Command transformation to achieve this would seem the most appropriate. The following was inserted for the SQLCommand property: EXEC = dbo.GetOrderlineStatus(@dt_required = , @dt_invoice = , @dt_despatch = , @ch_status = , @si_suffix = , @re_quantity = , @vc_invoice_id = , @vc_order_id = ) However, when the Refresh button is pressed we are presented with the error below: Error at Load Orderline [OLE DB Command [15171]]: An OLE DB error has occurred. Error code: 0x8004E14. An OL ...Show All

  • Visual C# Book , Easy and detailed information about c#.net 2005?

    Hi fellows, Can anyone tell me any book for c#.net 2005 which contains easy and detailed information with examples thanks, Bye. Try Search Titles with C# 2.0, .Net 2.0, C# 2005 on google and prefer books from Wrox and Oriely coz they are easy to follow. If you are quiet beginer then see title with beginer's level otherwise Professional. Best of Luck ;-) ...Show All

  • Visual Studio Team System Undoing a changeset?

    How do you back out of a changeset   I was experimenting with branches and merging and I made on a change on a branch when I intended the change for the trunk version.  BTW, I can see this being a problem because the VS editor MDI tabs only give a filename (not directory) and so does the solution explorer.  It would be nice if there were some visual cue to indicate that a solution you have loaded is not the "primary" version you work with but a branch instead. I'd like to second Buck's compliment.  You've definitely picked out some of the most painful cuts we had to make.  I believe some of them will be addressed with web releases of utilities but some need core code enhancements.&n ...Show All

  • Visual C# accept indefinite parameters

    i want to implement such method which can accept N number of parameters....... how would that be possible Have you seen params keyword in C# private void SomeFunction(params int[] numbers) { /////// } You can call it using: SomeFunction(1); or SomeFunction(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); or int[] arr = new int[] {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; SomeFunction(arr); limitations: All parameters must be of same type. If you function also needs to get other types like string then params should be passed in last like this: private void SomeFunction(stirng someString, params int[] numbers) { /////// } SomeFunction("string", 1,2,3,4); I hope this will help. There i ...Show All

  • SQL Server Same cube, different answers.

    I have built a cube that consists of three tables. The first table consist of childcare facilities and is historical. The second table consist of their licenses to operate and is also historical. A facility typically has a group of licenses such as infant, toddler, schoolage, ect. and the license has an assigned maximum capacity. The third table is used to resolve the many to many relationship that exist since both tables are historical. For example, a facility's record may change over time but still have the same set of licenses. The dimensions of the cube consist of the facility dimension, the license dimension, and a fact built on max capacity. When I browse the cube from the cube designer I get one set of answers. When I built a piv ...Show All

  • SQL Server RS 2005 run on SQL Server 2000 Database?

    Our product currently works with Cystal Reports but we decided to enhance it so it works with another reporting platform (MS Reporting Services).   We are in the beginning stages of developement and trying to decide which version of RS (2000 or 2005 ) to build the reports and integrate our web UI with.  Most of our clients are using SQL Server 2000 for their database platform and we don't anticpate them upgrading to 2005 in the near future.    If we built everything using RS 2005 could our clients deploy RS 2005 Report Server on a SQL 2000 Database    Is the licenses model the same when the Reporting Services and Database versions match vs non-match    Is ...Show All

  • Visual C# Do Visual Studio 2005 express products have updates ?

    I was wondering if Visual Studio 2005 products like VC#2005 have updates that need to be downloaded The check for updates in the Help Menu takes us to Microsoft Windows update and not the VS2005 family. I'm currently running 8.0.50727.42 ...Show All

©2008 Software Development Network