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

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

RobbyKing

Member List

Liz____9
sean_morrison
Grant Swan
Boycey
mahenrana
Adam-CCI
zbzb
cwes99_03
DaveV
hushtech
Lion_cl
Ian_Ian
sarath_lal007
RSNovice
Hamid Mahmood - MSFT
thanh dao
BethW
dewer
Sunchaser
CleverCoder
Only Title

RobbyKing's Q&A profile

  • Smart Device Development Clock() linker error

    I am working with some legacy code and trying to compile and run fron VS 2005. They are using the method clock() defined in time.h I keep getting a "unresolved external symbol" for this method. According to the definition of this method this should be defined in the run-time libs. And shouldn't this lib(s) be automatically included SO why would I get this linker error This error ocuurs both for PocketPC 2003 and Mobility 5.0. Thanks I take it this has been moved then Well, clock() and the other functions from time.h just plain don't exist on Windows CE-based platforms and in fact neither does sever ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. june sample issues

    it seems that when I run some of the samples a few of the device checks fail, and the program wants to switch over to a software device, if I remove this line of code if (caps.PixelShaderVersion < new Version(1,1)) return false ;   the sample runs but all the meshes have lost there textures, how can I fix this   Smacker wrote: I guess my problem with this is that when ever you make changes like this you lose a base of players with game creating, not everyone is willing to update there graphics card with every addition of new technology. Just a quick comment... it's ...Show All

  • Visual Basic Conversion from string "0" to type 'Integer' is not valid.

    I'm getting the above error when trying to pass the value from a hiddenfield control to an integer parameter in a class. This results in a "Input string was not in a correct format. " error. If I try to cast the hiddenfield's value to an integer, I get the same conversion error ('Conversion from string "0" to type 'Integer' is not valid.'). is this a bug Basically I'm having exactly the same problems with dates. If I force the output format to be US using a format specigier then it can parse my date fine on the "post". There seem to be a few people suffering from this too. I am going to ...Show All

  • Visual C# What is the command line?

    What is the command Line and how do i find in the IDE The command line is not part of the IDE. It's the "traditional" interface to the operating system, where you perform operations by typing commands instead of using the mouse. For example, all .NET compilers are command line applications in the end - they're just hidden behind the Visual Studio IDE. You open the command line by select "Run" from the start menu and typing "cmd". ...Show All

  • Visual Basic Detecting MDAC

    Hello Everybody,             1.  I need to detect the version of MDAC that is running on my m/c using Visual Basic Programming.Is there any way of doing this within VB (using Win API). 2. I came across a tool called "Component Checker" that detects the MDAC version.Is there any way of integrating it within a VB application. Any help will be very much appreciated. Thanks in advance. SK. This code will do what you want: Dim x As Object =  CreateObject("MDACVer.Version") Debug.Print x.Build Debug.Print x.Major Debug.Print x.Minor Debug.Print x.Qfe Debug.Print x.String ...Show All

  • Visual Studio Tools for Office Most flexible deployment is to GAC?

    Working on a VSTO Word application. Users will need to be able to pull documents from a Sharepoint site that use the app as well as email them to each other, and also be able to work offline... Right now I have decided to install the assemblies into the application folder. However, I assume that if two users install into different app folders (or if Program Files is on D: for one user...) then they cannot email the document from one user to another and have it work (I haven't tested this yet). So it seems the best place to install the assemblies would be in the user's GAC and have them strong named and refer to them that way from the d ...Show All

  • Windows Forms Deploying .NET 2.0 Application to Network?

    I am trying to deploy a .NET 2.0 Application to the network. However, I have run into the Runtime Security Policy problem. The whole point of deploying to the network instead of to each user's machine was to decrease the amount of work involved in the initial deployment and any future deployments. I want to make the deployment process as easy as possible without leaving gaping security holes. I was wondering what the general consensus is on the best way to do this Is it easier to simply just deploy to each user's machine with an auto-update feature built into the application Or would it be better in the long run to digitally ...Show All

  • Windows Forms Deployment project Errors on 98

    I have a Win32 application which I have setup a deployment project on.  It works fine on WinXP and Win2k, but when I install it on a Win98 system it give me the following error (I don't know if this occurs on WinMe, I can't find a system still running it) Could not write valueDefualtFeature to key Unkown/Features/V714320B..... Verify that you have suff ...Show All

  • Visual Studio Team System Who am I?

    No this is not an existential question. The Team Fonudation Server seems not to know and I can't work it out myself! Let's put it plain and simple. I am a user called "Bernd Wechner". Everything I did until recently on the TFS was clearly by Bernd Wechner. Reently (I can't tell when exactly because my activity has been low and sproadic, we're just kick starting the system) everything I do is attributed to a user called TFSSETUP. That is the history of work items I change, the "All My Work Items" query and any files I edit int he Document library (and the version history of them) show "TFSSETUP" as the user ...Show All

  • SQL Server Error importing excel file

    When ever importing a excel file or flat file, I get an Unhandled exception error and the event log reads a .Netframework error ID 1000. Checking the database I was importing into, I find that the table was created with the columns, but no data within the columns. The import wizards report 509 row copyed before crashing with the Handle error, where a dialog box appears allowing debug or close. Can anyone help I include the logged errors. Event Log .NET Runtime 2.0 Error Event ID: 1000 Faulting application dtswizard.exe, version 9.0.1399.0, stamp 434f5e2a, faulting module dtspipeline.dll, version 2005.90.1399.0, stamp 434 ...Show All

  • SQL Server Cannot connect to a named instance of analysis services with RTM

    Running on     XP Sp2,     no firewall    SQL 2000 as well as default instance    AS is named instance YUKON    Browser is running    service account is a local user and a administrator (tried system, local service and network service)    AS is running Cannot connect via any tool get error A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. (Microsoft.AnalysisServices.AdomdClient) This seems to be posted on lots of newsgroups but no reolutions. Please help Hello, you have found a soluti ...Show All

  • Windows Forms Routing of User Input through .net framework

    Hi, how to route keyboard input Let's say I have an EditControl (TextBox). How can I manipulate keyboard events. Or more clearly, how can I determine which keyboard events shall be routed to the TextBox and which keyboard events (shortcuts e.g. CTRL+S = Save) should be routed to the window which comes next in the hierarchy (the parent window). How can I forward an event to a specific window. How can I define application global shortcuts (accelarators ) Thank you, wannabe Wannabe, Well, the short answer is to buy a book.... Seriously, these are pretty standard actions, so you probabl ...Show All

  • Visual Studio VS2005 Crystal 10 rpt to servr with Crystal 9?

    Hi First let me say that I am reasonably new to working with Crystal. I have VS2005 web solution, and I created a new Crystal report and placed it on an ASP.Net page using the CrystalReportViewer control. It works really well on my machine. However, when I tried to move it up to the server, it wouldn't work - the reason is that the server only has Crystal 9 installed. The VS2005 process creates the report in Crystal 10 and sets all the settings in the config files the same (correct ). So the question is, what do I do now Is there a way that I can get the report to work Or should I install Crystal 9 on my machine and work with that M ...Show All

  • SQL Server cursor usage

    hi guys i have a table that contains a tremendous amount of row. i have written a stored procedure that takes a summary of that information and updates it's master table as well as another table. the problem is it takes very long to do. is what i am doing correct or is there a better way. here is the source CREATE PROCEDURE update_cvrbatches AS declare @code varchar(25),@type varchar(3),@batchno varchar(10),@batchqty Float,@issued float,@returned float,@transfered float,@itemcount float,@totestcost float,@totactcost float,@reserved float,@warehouse varchar(3) Update cvrwarehouse set BoughtQty =0, IssuedQty = 0, ReservedQty =0 ,R ...Show All

  • Windows Forms DefaultProperty and DefaultEvent

    Lets say we design an empty form in a brand new Windows Forms project.Lets decorate the form with DefaultProperty of say Longname(public get/set),which is my custom property.Build the project.Click the propertygrid.the LongName is NOT the default. now create an inherited form Form2 ,inherting from Form1.Delete the default property for Form1 and decorate Form2 with the same.Look at the propertyGrid.LastName is the default property. What is the intended behaviour Looks strange that it wouldnt work for the parent but would for the child!!this behaviour is intermittent and sometimes it wouldnt work for parent and child!! Using VS.Ne ...Show All

©2008 Software Development Network