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

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

NMM

Member List

alvi_du
Jamie Thomson
Jon Axon
Rahul Singla
ChrisMcCabe
James. L.
oren
My Vizai
Simmy7
Bruce M
Imran Shaikh
kuntushi
narend
Willem Muller
FSchmid
FannwongCindy
kats
vito1281
mugile
Johngeh
Only Title

NMM's Q&A profile

  • .NET Development Trying to learn website design

    Hello Ladies & Gentlemen! I would love to be able to make a website to include pictures....could someone please tell me the requirements that i need to get started... I am a complete novice so please if you reply be gentle with me! Regards ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. howtorender a model

    I think the tutorials for 3d camera rotation aren't that fair i was doing great until those tutorials. I halted completely cause all those tutorials refer to models and code that were implemented somewhere else, but they don't have referring code or directions for how to replace the models and textures or input. refer to the code needed int he tutorial correctly i have no idea where they got all the extra code from. i know there just loading the content from the pipeline but the guy doesn't tell us where we can get them model and textures from or input from. I found it all later after searching. but still haven't tracked the model or size, just the how to load your own model. ill prolly have to use my own models since they dont supply it ...Show All

  • Visual Studio Visual Studio IDE Navigator on Vista

    Hi all, According to MS plan, VS will provide a new IDE Navigator with thumbnail feature, which is that we will have a thunmbnail and some custom definitions on the bottom panel when we press Ctrl+TAB to call out IDE navigator. We have our embedded designer, which associates with a certain file type. I have been told that if we responded to WM_PRINT message properly we can get this feature for free. Could anyone please give me more detailed information Thanks. That is correct, if you handle WM_PRINT you will get this for free in an upcomming version however that version is not associated with any Vista release. When it is made available it will also work on WinXP. Most managed controls already ha ...Show All

  • SQL Server Mirrored linked server failover.

    We have a mirror setup, with a third server that needs to be linked to this mirrored setup. The link server setup only allows you to specify the primary server. How will the linked server setup know what the secondary server is Thanks Andre, You can specify the partner name in the linked server server properties and the linked server will automatically failover from the principal to the mirror if the principal is failed over. Regards, Matt Hollingswort Sr. Program Manager Microsoft SQL Server ...Show All

  • Visual Studio 2008 (Pre-release) Invalid Operation Exception when hosting WCF on IIS

    I am trying to implement a WCF service hosted by IIS using this example: http://msdn2.microsoft.com/en-us/library/ms751519.aspx I get the following error in my browser, when I try to connect to http://localhost/JOHN1/service.svc Server Error in '/' Application. -------------------------------------------------------------------------------- The type 'Microsoft.ServiceModel.Samples.CalculatorService', provided as the Service attribute value in the ServiceHost directive could not be found. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationExcept ...Show All

  • SQL Server SQL Express needs to work on XP service Pack one

    SQL Express 2005, MUST work on windows XP Service pack 1, it should not need XP SP 2 . Also it should not require windows server 2003 SP1. This is seriously limiting our possibilities as a development company, this is ruining business , ANYONE READING THIS MESSAGE WHO CARES ABOUT THIS ISSUE, AND THAT INCLUDES ANYONE WHO WANTS TO DISTIBUTE SQL EXPRESS, SHOULD ADD THEIR SUPPORT BELOW, COME ON GUYS, PLEASE LET M.S. KNOW HOW WE FEEL ON THIS ISSUE.... Another alternative to yelling in the forums would be to write a feedback information on http://connect.microsoft.com where people can vote on. That would give Microsoft more information and overview about the situation. HTH, Jens Suessmeyer. --- http://www.sql ...Show All

  • .NET Development IIS Worker Process message box

    Application Error Event 1004 appeared with this in the event log: Reporting queued error: faulting application w3wp.exe, version 6.0.3790.1830, faulting module unknown, version 0.0.0.0, fault address 0x00730061. Not sure why this is occurring, but have been unable to find any solutions about this on the newsgroups. I have seen other posts, but no answers. Update - I made the single edit they suggest in the Symantec article as a first step (remove <ruleType>body_regex</ruleType> from Bmiconfig.xml) and server seems to be running fine again. ...Show All

  • .NET Development How to connect two application via internet

    Hi Sorry for a new bee question :-) I want to make a application that have a blank board and allow two people can draw on that at the same time. Two people will use different computers and connect via internet. What is the best way of making this application Client - Server or p2p or other kind of structure In c# what is the class that support connect two application Thanks a lot for your help. I do appreciate it Best regard Thanks a lot for your answer. It's really helpful. Can you please give me an example of code to connect two computer directly and method to listen the other side action What is the class in c# .net that i will need to make this type of connection Thanks in advances Best Regard Have a nice weekend ...Show All

  • Visual C# IndexOf for

    Hi! There's probably a simple answer but I'm afraid I can't see it: I have a table with two columns, the first being indexed. I'm trying to use IndexOf on the table's binding source to get the index number of an entry in the first column but no indexnumber is found... what am I overlooking int indexNo = this .diagnosisListBindingSource.IndexOf( "ARDS " ); ( I know the entry "ARDS " does exist as an entry in the indexed column and the following function gives the correnct number of rows in the table, so I know I'm 'hooked up' correctly....) int count = this .diagnosisListBindingSource.Count; Thank you. JohnF. Try removing the spaces: int indexNo = t ...Show All

  • .NET Development error: "there is already an open datareader associated with this connection

    Hello. Thank you for your help. I'm writing Win app using C#, the .NET is ver 1.1 In the app, there are timers, that when they elapse, they perform select query against MySql db. I get the above error when trying to fetch dataset using data adapter. da.Fill(ds) In order to solve it I tried: 1.To put the db access method in one class (dal class), and I created a lock on this method, so that there will be only one process accessing the db at any given moment. 2. I made sure that the connection is closed immidiately after finishing fetching the data. Nothing helps. I run out of ideas. T he error msg: ******* Exception Text ************** MySql.Data.MySqlClient.MySqlException: There is already an open DataReader associated with this Connecti ...Show All

  • Visual Studio Express Editions Connect vb express to existing sql2005 developer?? dumb code example

    have searched all around can't seem to see how to configure a SQL2005 developer ed so I can use vb express to develop a local front end. keep getting "the user instance login flag is not supported on this version of sql server" I have configured the .net framework via aspnet_regsql.exe. Also I configured the "Machine.config" file. but so far no luck. Selecting sql2005 as the server thru the add new database connection in advanced area yields the error message surely there is away.   As far as databound controls and everything else you are fine ! :) It's connecting that will be your problem. I don't think you'll be able to use your datadesigner. My experience people DO NOT u ...Show All

  • Visual Studio Tools for Office Any way to add or hijack a pane in Outlook 2003?

    It seems that Outlook 2007 adds the ability to use "ActionPanes" to host UI for an add-in, but that Outlook 2003 doesn't support this (Word and Excel do). Nonetheless, Outlook 2003 has a right-column pane for Help, Clipboard & Research Services. Has anyone found a way to use this area, or any other means of bolting a panel to an Explorer or Inspector Thanks, -Allen Thanks Sue, this looks like a great product that will save me some time and trouble..... but it still begs the question "how did THEY do it " Are they using unsupported techniques -Allen ...Show All

  • Visual Studio 2008 (Pre-release) Many-to-many relations query

    I have two tables (Customers, Departments) and an association table (Customers_Departments). I would like to create an asp.net gridview related to a Customer and with an entry foreach department with a checbox which indicates if the Customer belongs to the Department. Which is the best and more efficient query to fill the gridview Any help appreciated, thanks Maybe the grouping join is the solution. I wrote this code: var x = from d in db.Departments join cd in db.CustomersDepartments on d.Guid equals cd.DepartmentGuid into n where customerGuid == cd.CustomerGuid select new { Department = d, Assigned = n.Count > 0 }; but i receive the following error ...Show All

  • SQL Server Property DefaultSchema is not available for Database [DatabaseName]

    We're using Windows Authentication with our SQL Server.  We've added a domain group to the SQL Server groups and would like to give it a default schema.  The properties window is the same for users and groups but the default schema field is enable only for user entities.  We cannot add a default schema to a group.   Is this by design,  a bug or a problem with our SQL Server installation Updated on 2005/08/29 My first try was done at through Database\Security\Users.  I tried going through Server\Security\Logins and I got this error message    Alter failed for User 'Domain\Group'. (Microsoft.SqlServer.SMO)   Additional Information:   --> An exception occured while ...Show All

  • Smart Device Development Inserted/updated/deleted records from application were not preserved permanently in Mobile database, .sdf file?

    Scenario: Iinserted or updated records from query analyzer to local Mobile database (sample.sdf) were preserved in permanently. If I insert, update or delete records from application using basic insert/update statements, inserted/updated records are loading to grid still I close the application. Every time execute non-query get succeeded and non query returning number of records inserted or else. Problem: Once I restart application, I couldn't see the inserted/updated records on application display grid. Then I came to know that inserted, updated, and deleted records from my application were not preserved in mobile database ( .sdf database attached to solution explorer and add to solution by selecting add -> SQL Mobile database ...Show All

©2008 Software Development Network