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

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

nrv

Member List

GopinathK
C# d0t NeT
Worko
BlaineX
Tarung
Bill Sabey
SoftAdmin
cire2003
Brent Neufeld
abohmza
wigga
Sascha Trowitzsch
BBach
Steve at Clemson
Echo
sfbolder
scheppsr77
Alex Wied
mrlace2
monkeydust
Only Title

nrv's Q&A profile

  • Visual Studio Team System shared types in the distributed system designer

    gday, I'm creating a couple of webservices in the AD (application designer), and I want that some of these webservices are using a shared type (class person.cs). there's a possibility to use the tool wsdl, the generate webservices with the same shared type (without using the visual studio). But how can I use this by using the AD or the Distributed System Designer integrated in the visual studio  normally it adds the web reference to m ...Show All

  • Windows Forms WebService tickets

    Pardon me for being stupid but here goes anyway. When you view in a browser the file dataservice.asmx you can see the web services page. When you click on a link you are prompted to enter a ticket value and any other parameters to make the code function. Well just what is the syntax for enterring this ticket Thanks Charlie the syntax of the ticket is a string. run first the authservice.asmx and you will get th ...Show All

  • Visual Studio VSS shadow folder permission problem

    Hi, I want to apply source control on a shared folder sitting on one of our servers. I used shadow folders to reflect the changes whenever somebody checks in, and it works fine. However we have templates (.ascx) files in this shadow folder and when we try to load these templates from ASP.NEt we get permission errors. Is there any other way to reflect the changes to a shared folder Thanks > ...Show All

  • .NET Development Converting streams

    I have a Stream which is Stream stream = httpWebResponse.GetResponseStream(); I need to convert this System.IO.Stream into System.IO.MemoryStream. How can I do that with C# 2003 The data that a server returns is an image. I would do byte [] data = webClient.DownloadData(uri); but for certain reasons I have to use HttpWebRequest/Response. Thank you. You can't convert it from one to the other .. you would read data from that stream into a ...Show All

  • Visual Basic I am attempting to write my 1st DLL in Visual Basic

    I am using Visual Basic 2005 Express to attempt to write my 1st DLL and keep getting an Entry Point Not Found error when  go to use the DLL even though it compiles.  What do I need to do to fix this problem.     Hi, Saw that you are trying to read MX record. How are doing it.. Is there something straight forward in VS2005. I have been using VS 2003, C# and don't see a straight fo ...Show All

  • Visual Studio batching issue

    i'm trying to take a semi colon delimeted string(metadatum) and create and item like this: < CreateItem Include = " %(SolutionToBuild.FoldersToHarvest) " > < Output TaskParameter = " Include " ItemName = " ThisFoldersToHarvest " /> </ CreateItem > < Message Text = " ThisFoldersToHarvest: %(ThisFoldersToHarvest.Identity) " /> The item is successfully created and the contents are sp ...Show All

  • Visual Basic Can't directly dim an instance of a tableadapter 2005

    Can't directly dim an instance of a tableadapter I'm creating a sample project much smaller than my whole project to isolate some remaining issues.  Naturally I'm copying a great deal of code. However, there have been several anomalies.  In my regular project the statement Dim cdt As New ConceptsTableAdapter is accepted. However, in the sample project I am preparing, the same statement gives me the message Type 'ConceptsTableAdap ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Point where a ray intersects a plane

    Hi, Im working on getting my 3D model to move around with the mouse on the screen and i have been trying to find out how to get a Vector3 location for where a ray intersects a plane and so far i can find nothing. If anyone can point me in the right direction on how to do this it would be excellent. Thanks for any help, -Dave Heres the current code im using to pick an object... [code] private bool Intersect( Mesh me ...Show All

  • Visual C++ Problem with decimal representation on German OS !!

    Hi, I am facing a problem which I think is very generic and I can find a prompt answer from my fellow programmers around. I am doing some calculation like: int original_scale_factor = 1; float temp = original_scale_factor / 1000.0; which if I output in a file using: fprintf(out_file, "Matrix Value [%9.7f] ", temp); dumps string like : Matrix Value [0.001] The problem arises in German OS where the same value is dumped like: Matrix ...Show All

  • Visual Studio Team System MSF White Papers or Other Documentation

    Is there a repository somewhere of white papers describing MSF 4.0 itself, as well as how Visual Studio Team Foundation Server and the various clients "plug into" this model Among other things, I have seen brief references to the MSF's "metamodel" or "structure"--for instance, on page 182 of Richard Hundhausen's book--but I cannot seem to find any details whatsoever about these online or off, and I very much woul ...Show All

  • Visual C++ scanf deprecated

    Hi there, I'm getting this warning: test.c(10) : warning C4996: 'scanf' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(295) : see declaration of 'scanf' Message: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' 1) I don't want to use _CRT_SECURE_NO_DEPRECATE in every project I write, I'm compiling fr ...Show All

  • Visual C++ com/atl attributes broken

    It seems most of the ATL/COM attributes from 2003 -> 2005 have been broken. Im using the RTM. I just compiled a COM/ATL project which works fine in 2k3 but in 2k5 i get lots of errors with attributes. A classic is: [ uuid("xxx-blah-xxx") ] class myForwardDeclaredClass; That no longer works. I find I have to do: class __declspec(uuid("xxx-blah-xxx")) myForwardDeclaredClass; There is no documentation or acknowledgement of this problem anywhere. ...Show All

  • Visual C++ Fill a combo, with an array of strings, returned by a C# com visible DLL

    Hi all., I 'm currently programming in C# , and i made a dll (com visible) with my database access functions, and i wanna use these functions in an old application in VC++ 6.0. How can i call this function in my vc6 project and access its functions to fill my combos with database information My functions return strings array and i wanna fill a combo with it. I really don't understand a piece of C++ 6.0 code so things gets worst. Maybe some of yo ...Show All

  • Windows Forms Scrollbars and Custom Border Painting

    I've customized a panel to draw a custom border utilizing WndProc but I have a problem when the scrollbars are displayed, take a look at the lower right portion of my border.  I have attached a snapshot of the problematic control and a .NET pan ...Show All

  • Visual Basic converter

    hi every body please can you help me for converting A Doc file To File Tif and onther File To Tif File ...Show All

©2008 Software Development Network

powered by phorum