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

Software Development Network >> Rod Yager's Q&A profile

Rod Yager

Member List

PitbullPT
Jeff Levinson
Rob Ainscough
Brian Konception
Mosesm
Douglas Stockwell
MrBones
MSP.Saami
CarlDemelo
Sujithf
engineer Ahmad
hrubesh
Prasenna
Corinna Vinschen
Chrissivo
TABLO
spanky4_3
Stuby085
bikerchick
DragonC#
Only Title

Rod Yager's Q&A profile

  • Visual Basic cannot start application

    hi when i publish my VB application via remot server , i get the followin message : cannot start application , check your network connection or contact your system administrator or network service provider , i get the following errors page: + Downloading http://www.pmlearn.com/pmp1/EXAM1TRY.application did not succeed. + The remote server returned an error: (406) Not Acceptable. COMPONENT STORE TRANSACTION FAILURE SUMMARY No transaction error was detected. WARNINGS There were no warnings during this operation. OPERATION PROGRESS STATUS * [8/27/2006 8:10:25 AM] : Activation of http://www.pmlearn.com/pmp1/EXAM1TRY.application has started. ERROR DETAILS Following errors were detected during this operation. * [8/27/2006 8:10 ...Show All

  • SQL Server Getting the uniqueName and name of members in a Calculated set?

    I'm trying to do this to have a somewhat dynamic parameter value list in Reporting Services 2005. I need to be able to show Customer.Territory or a different type of Territory (this will be determined based on another parameter). When running some initial mdx I get the error: The CURRENT function cannot be invoked in this context because the 'aa' set is not in the scope. I'd prefix aa with Customer, but there are multiple attributes in Customer, and I'd then need to respecify which attribute I'd want to be accessing - this would defeat the purpose of the set. I need the ending name "aa" to always be aa (for Reporting Services), so Customer.Territory.aa or Customer.TerritoryType2.aa would not be static. with set aa ...Show All

  • Visual C++ Syntax for calling down the hierarchy for virtual property or event of CLR class

    I have three CLR classes, let's call them Base, Derived, and MostDerived, with Derived derived from Base and MostDerived derived from Derived. The Base class has a virtual property and a virtual event. The Derived class does nothing with this property and event but the MostDerived class overrides each, and attempts merely to call down the hierarchy: ------------------------------------------------------------------ ------------------------------------------------------------------ ref class Base { public: // Constructor, destructor, member functions etc. virtual property int AProperty { int get() { return dAProperty; } void set(int value) { dAProperty = value; } } virtual event System::EventHandler ^ AnEvent { public: void add(System::Ev ...Show All

  • Visual Basic How do we use Application.doevents in window services

    Hi I have created an window application which has Application.doevents Now I am converting the application to Window services.. I find that Application.doevents is not a valid window service command. I need a similar command as that of application.doevents. You need to use the Threading Namespace... The DoEvents method simply yeilded the process so putting the currect thread to sleep would have the same effect...try System . Threading . Thread . Sleep (2000) That line stops the processing of the current thread for 2 seconds ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Bounding Box of a Model after rotating (and scaling) it.

    Hello :) I was wondering how I would go about getting the (axis aligned) bounding box of a model after rotating and scaling it   Thanks for the answer CodePfo, yet I fear simply rotating the AABB is not quite what I am looking for. Rotating a model can change a model's AABB considerably. Think of a model shaped like a long tube for instance. When it is positionened along the z-axis it's bounding box is simply an unrounded version of the tube. Position the tube diagonally in the scene and the its bounding box will look completely different. ...Show All

  • SQL Server crystal reports MAP object in SSRS?

    Anyone put a Crytsal MAP control on a sql server report before How Docs anywhere ...Show All

  • Visual Studio Team System creating/adding new document templates

    my QA team is accustomed to using Excel for documenting manual test plans. how do I add my existing test plan template to be accessible in VSTS this has to be possible. The manual test file is stored in the project item template, which is in Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp\1033\ManualTestWordFormat.zip. Change it and you're good to go You can also add a new manual test by adding new item templates. This article may help: http://msdn.microsoft.com/msdnmag/issues/06/01/CodeTemplates/ . Thanks, David Gorena Elizondo [MSFT] VSTS ...Show All

  • SQL Server Saving maintenance plan failed

    Hi all, I'm using sql server 2005 standard edition. I'm trying to set up a maintenance plan to schedule my databases backup, to do that i'm using the wizard. When I try to save the plan, all the progress show as success except for the last one: Saving maintenance plan failed: The saveto sqlserver method has encountered OLE DB error code 0x80004005(communication link failure). Any help would be appreciated. ...Show All

  • Internet Explorer Development Receive IE Runtime Error after instanciating COM applicaiton and closing IE window

    I am a biggener at developing COM application. I used C# to build a very simple COM application. One COM class ComSteeringCommittee that implements one simple interface that launches a windows form. The COM application is launched within a VBScript using the CreateObject function, then the interface method is called to launch the windows form. After closing the windows form, I close the browser window and I run in a IE runtime error Memory at location could not be read. When I dismiss this one I get Runtime error 216. I rebuilt the app using VB and created the windows form with its own message loop. With VB no prblem disappeared but ofcourse the form was running in its own thread and Modless. 1. Can I build the COM app using C# ...Show All

  • Windows Forms Binding text box fields to combo box selected value

    I have a small C# windows application with few text boxes and a combo box. I need to bind text fields to the value selected in the combo box, it works fine for the first selection but when I try to select another another item during the same session it gives me an error: "This causes two bindings in the collection to bind to the same property. Parameter name binding" . I think I need to bind the text boxes to may be the selected index change event of the combo box, but I am unable to implement that correctly. private void cmbEmployeeList_SelectedIndexChanged( object sender, EventArgs e) { txtFirstName.DataBindings.Add( "Text" , objDSEmpTrkSys, "EmployeeInformation.FIRSTNAME" ); txtLastNa ...Show All

  • SQL Server Connect To Oracle 64 Bit using SQL Server 2005 64 Bit

    I'm using SQL Server 2005 64 Bit and having a problem when I try to make a linked server to Oracle 10G 64 Bit (installed on the same server) from management studio. I'm using "Oracle Provider for OLE DB" to connect to Oracle 64 Bit database because it is the only provider but from what I've read in Books Online that the provider doesn't support for Oracle 64 Bit. When I’m using SSAS 2005 and try to connect to Oracle 64 Bit database, an error message appear when I’m using “Microsoft OLE DB Provider for Oracle”: Test connection failed because of an error in initializing provider. Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are ...Show All

  • Visual Studio Connection Builder

    Hello, When I add a connection tool during update of my toolbox definition the drop down list to specify connection builder is empty, however I have a number of relationships in my DSL definition. Any ideas as to why this is happening thanks Stephen Hi, A connector shape only indicates how a connection is visualized, you still should let your desinger know which modelelements can be connected. You do this by explicitly creating a connectionbuilder in the DSL explorer toolwindow. Then add a new Link Connect Directive to this new connectionbuilder and point it to the appropriate relationship. From then on you can use this connectionbuilder to configure your connectiontool. (there are some advanc ...Show All

  • SQL Server Your login attempt was not successful. Please try again

    I have a standard Login ASP.NET 2.0 control on a login Page, a LoginName and LoginStatus controls on the member's page. once the user login successfully I am redirecting the user to Member.aspx page. The following is my machine configuration Windows XP Pro Service Pack2 IIS 5.1 SQL Server 2000 visual Studio 2005 DISABLE ANONMYOUS ACCESS IN IIS ENABLE WINDOWS AUTHENTICATION I am Using form authentication, and I am getting following error "Your login attempt was not successful. Please try again". To debug,I am displaying the follwoing properties Membership.ValidateUser(Login1.UserName, Login1.Password) : - True HttpContext.Current.User.Identity.Name : - // is blank FormsAuthentication.FormsCookieName : - SqlAuthCo ...Show All

  • Visual Studio Express Editions reading wav files, extract the sub-chunk with data, play wav

    Hi there, I'm a newby, and so I need your help. It's more like a big help I'm looking for. I have searched for a way to do this: open a *.wav file start reading the sub-chunk containing the wave data generate some data using this chunk play that chunk print a graphic using GDI+ go to next chunk etc.. it's, ofcourse, a wave form graphics application. I am using the wavefile class (I have found many alternatives), and I have these problems: I don't know where exactly is stored the "current"(at some point) data chunk; how can I read what's in the buffer containing this chunk from another .dll (a class witch a function that processes this data) I know that there are 2 buffers when playi ...Show All

  • SQL Server Nofications assemblies not found with .net 2.0

    Hi guys, I was trying to develop a non hosted event provider and decided to use NS event object api to submit events to NS. My development system has VS 2005 and my plan is to connect to a NS instance running on a machine on the local network. But it is weird that I could not find "Microsoft.SqlServer.NotificationServices.dll" in my dev system. Does it mean to develop NS applications we need to have VS 2005 and Sql Server 2005 on same box. Also note that I have sql server express edition on my development machine and I am aware that express editions doesn't support notification services. Thanks, Shamir [Reposting since my prior post didn't seem to render very well.] Hi ...Show All

©2008 Software Development Network