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

Software Development Network >> Mr.Smith's Q&A profile

Mr.Smith

Member List

Meauxmath
Will Wilson
Rachit Aggarwal
Jivitesh
Jimmy Zimms
J. Schouten
MsFiT
Lockey
Ravi Subramanian - MSFT
Alan Cobb
Jim Swarr
JosephH
jazpal
Tom Guinther
Naras
Diptic
c#_novice
Ian Paton
KevinRF
Jonathan Clark
Only Title

Mr.Smith's Q&A profile

  • .NET Development ASP .NET Web Service Error : URL:'http://localhost/WebService1. HTTP/1.1 302 Found"

    Dear all, i'm using windows XP, IIS 5.1, Visual .NET 2003 and SQL Server 2000. When I open New Project - Visual C# Projects - ASP .NET Web Service - Location : http://localhost/WebService1 After that i click OK, then it returns error "The web server reported the following error when attempting to create or open the web project located at the following URL:'http://localhost/WebService1 . HTTP/1.1 302 Found" After that i try this : ======================= c:\windows\microsoft.net\framework\v1.1.4322\aspnet_regiis -i but it returns same error. Does anybody encoun ...Show All

  • Visual Studio Document Explorer crashes

    Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual Web Developer Express and MSDN 2005 Express. Same problem. It was working fine last week, I'm not sure what's changed. I have previously had VS2005 beta2 installed, but I removed that by following the ...Show All

  • Windows Forms Registering microsoft jet OLE DB 4.0 provider on cilent machine

    i want use an access  file in my program (data.mdb) and for it i use micresoft MDAC.msm merge module for installing data access components on client machine but it does not work and when my program(in a clean windows) trying to connect to that file it throws an exception (Message : microsoft jet OLE DB 4.0 provider not registered on cilent machine) what can ...Show All

  • Visual Studio 2008 (Pre-release) Consequences of not closing channel

    Hi I know that as a best practice we should call ICommunicationObject.Close after using a client channel. What are the real consequences of not calling Close/Dispose In what i understand, it depends of the binding, right, like if we're keeping a transport channel opened or not, is that correct thanks! I am using the FEB CTP. As I typed proxy. the IntelliSense selection did not contain a Close method. So I blindly followed the example and added Close(); I noticed a small box under the .Close() portion of the statement. As I moved my mouse over the box it asked if I wanted to generate the method As this is BETA I f ...Show All

  • Visual Studio Express Editions Problem: Reading ini-File

    Hi, I've a problem reading an ini-File. I use the Function 'GetPrivateProfileStringA() which seems to work perfectly. The problems started when I declared my variables like this: Dim s As String = "" Dim n As Integer n = GetPrivateProfileStringA(Section, Key, "doesntexist", s, 255, IniPath()) The variable 's' that should contain the string was empty. After hours of fighting against the code, I tried something like this: Dim s As String = " " Dim n As Integer n = GetPrivateProfileStringA(Section, Key, "doesntexist", s, 255, IniPath()) Now, it wor ...Show All

  • Visual Studio Express Editions Typed DataSet problem

    Hello, I'm using a typed dataset to access my database (SQL Express); I have a table that returns data, which two fields are null; I'm getting this error: {"Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints."} There are no foreign-key or unique key constraints, so it has to be a non-null issue; I changed the two fields in the table to have a null value of Empty instead of Throw Exception, but I don't understand what the problem is coming from... I'm at a loss. Thanks. Hey, Found out my select query wasn't ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mesh.Save

    using Mesh.Save from the feb2006 sdk. this function needs a MaterialList as the 3rd parameter, MaterialList matList = new MaterialList(); how do i add my materials and texture filenames to this collection/list theres no .Add(...) When you load a mesh, you retrieve a bunch of information from it. One of the members I want you to take note about is in the Mesh.FromFile(...) which you are using the load the mesh. This is the last parameter in one of the overloads that takes a ExtendedMaterial array. This array contains the materials associated with the mesh and the relevant texture filenames. You can pass thi ...Show All

  • Software Development for Windows Vista Win32 - Owner Drawn Menu?

    I'm trying to spiff up this GUI a bit and paint a rebar background behind the menu. I would rather do this than craft a menu from a toolbar because I don't think the menu should be dependent of the rebar encompassing the toolbars anyways. How should I go about doing this Is the menu technically part of its owner's frame If that is the case I can handle WM_NCPAINT. Or is there some notification that I wasn't able to find that notifies when the menu's background is being painted Thanks. BTW: I only use the plain API. No .NET, MFC, COM, ATL please. Oh... I meant I want to paint the main menu bar not the menu ...Show All

  • SQL Server Track Database Object Changes

    I want to create a stored procedure that tracks changes to database objects (tables, columns, stored procs, indexes, constraintsm etc), and generates a script to apply those changes to other databases. What is the easiest way of doing this I will need to use the system tables, and can track sysobjects.crdate to see when objects are created, but is there a way to track when objects get changed\updated I want to be able to run the procedure every day or every week, and have it check a table(s) containing copies of sysobjects, syscolumns and syscomments to see what has changed, been added (where not exists in my table(s)) and deleted (where not ...Show All

  • Visual Studio Team System The synchronization issue of the reporting

    Hi all, I just add a bug in my project. But when I launch the "Bug Rate" report, I cannot see this happening. Is there any synchronization design in the reporting feature Or, how can I see the data in the report in a synchronized way Thanks, Leon The data source of the reports is a warehouse. You won't see any change until the warehouse is rebuilt. The warehouse is rebuilt on a schedule determined by the administrator. You can see the date the warehouse was last built by checking the top of the report. ...Show All

  • Visual C++ link library compiled with Watcom

    Hello everybody. Does anybody know if i can link library (or *.obj) compiled in Watcom or another compiler to Visual C++ project. Regards i_van AFAIK this is not possible. The way of the name mangeling (how function signatures are interpreted) is different from compiler to compiler. Also the way exception handling is done is different. The CRT usage is different. No there is no way to do that. Recompile the source in VC++! ...Show All

  • Windows Forms Disappearing icons in treeview

    In my application, I make use of the treeview control. Each treeview has an assosciated imagelist. Seemingly at random, the treeview shows up with no icons, and when this happens, it applies to all the treeviews in my app. The same behaviour can be seen on my co-workers' machines, at random times. The same compiled executable can show up with icons one time, and without the next, or vice versa. The behaviour in question is always consistent as long as the application is running, but starting another instance of the same exe may yield a different behaviour. Has anyone else seen this before I am using the RC1 version of VS 2005, and the beha ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. David Weller, can you help with a message in forum?

    David,   I post a recent message in the forum, and it is not more here! (Subject: MDX 2.0 Funcitons http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=172745&SiteID=1 )   Would I like to know if it was deleted because of something improper or wrong   If I made something wrong, was not intentional.   And sorry I’m not good to write in English.   Tks for attention! Again, Tks all for attention. I will post the message in beta newsgroup. I only write to David because i don't know who can help. ...Show All

  • Visual Studio Team System Applying Labels to Repository Root?

    What was the problem with applying labels to the root of the repository   Does that problem still exist in TF Beta 3        I believe you are referring to following issue. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=69524 Everything shoudl be fine fin Beta3. Do you see anything - Bhavik ...Show All

  • SQL Server SQL2000 Linked Server to Oracle

    Server: Msg 7399, Level 16, State 1, Line 1 OLE DB provider 'MSDAORA' reported an error. The provider did not give any information about the error. OLE DB error trace [OLE/DB Provider 'MSDAORA' IUnknown::QueryInterface returned 0x80004005: The provider did not give any information about the error.]. Searching on this error I get tons of hits, I have read through them all and tried every posted suggestion, however I still am unable to get this to work. The strangest thing is that I CAN browse the tables on the linked Oracle server from within Enterprise manager, I only get the error message when I try to use Query Manager to do a select ...Show All

©2008 Software Development Network