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

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

asadnaeem

Member List

natanz
HuaMin
-D.-
anteriorsoft PVT.limited
DuvallBuck
LICNYC
Pablo_IN_NZ
Rory VLI
T. Ruffle
alan_b
coderrich
thomas.gauchet
Ron Sexton
ncage
Madhusudanan
Aris Basic
CFC2006
AZ17
dva
Chris Lovett
Only Title

asadnaeem's Q&A profile

  • Visual Studio Class Designer in Visual Studio 2005 Beta 2

    Hi, I would like to know if there is a possibility in Visual Studio 2005 Beta 2 to design classes using Class Designer without updating the code The purpose is to have the tool create a XML schema, kind of XMI, that will at the end generate with a custom tool my Data Access Layer. Thanks Best Regards, --- Laurent Kempe - laurent.kempe@techheadbrothers.com Tech Head Brothers - http://www.TechHeadBrothers.com Blog - http://weblogs.asp.net/lkempe [Microsoft ASP.NET MVP] Ramesh, It was what I thought Best Regards, --- Laurent Kempe - laurent.kempe@techheadbrothers.com Tech Head Brothers - http://www.TechHeadBrothers.com Blog - ...Show All

  • SQL Server Question about OLE DM provider and OLE DB provider?

    Hi, all here, I am having a question about OLE DB provider and OLE DM provider. What exactly do OLE DB (Ojbect Linked Embedded Database) provider and OLE DM (Object Linked Embedded Data Mining ) provider mean Would any expert here give me some explanations about how it works or giving me some example like code for it Also, what is the difference between OLE DB and OLE DM With best regards, It's actually the OLE DB for DM provider. OLE DB is a standard specifying interfaces to data. OLE DB for Data Mining is a specification extending OLE DB for use with data mining, and includes what schema rowsets are necessary and the langu ...Show All

  • SQL Server The data extension returned an error during reading the field.

    Can anyone tell me what the heck this is trying to tell me. I have 3 datasets I'm working with so there are errors for each here: [rsMissingFieldInDataSet] The data set ‘Revenue_By_Client’ contains a definition for the Field ‘Branch’. This field is missing from the returned result set from the data source. [rsErrorReadingDataSetField] The data set ‘Revenue_By_Client’ contains a definition for the Field ‘Branch’. The data extension returned an error during reading the field. [rsMissingFieldInDataSet] The data set ‘Main_Dataset_AZ’ contains a definition for the Field ‘PostedAmount_InHouse’. This field is missing from the returned res ...Show All

  • .NET Development How to make my .net application as a software?????

    Hello Experts, I am developing an application program in vb.net- after this i need to make it as a software- so it can be used-run in systems where there dotnet is not installed. Thank You Thank You Mr.David Thanks for your reply ...Show All

  • Visual Basic Multi-language project without satellite assemblys

    Hi! Is it possible to create a project that uses more than one language (English, German) without automaticly creating satellite assemblys for the other languages My current situation. I wrote a German program and I want an English version too. But I just want to have one executable file without other dll-files (in this case: vb creates automatically a subdirectory for the English language). May change a setting for this somewhere Regards, Rincewind Note: the decision of which language to use for a form's control occurs in InitializeComponent. Therefore it's too late to try to change it in Form_Load(). You need to set t ...Show All

  • Visual FoxPro Problems with Command REN ???

    Hello!!! I usually use the following command in VFP6 (in Win98): !Ren Folder1 Folder2 to rename the name of Folder Folder1 to name Folder2. It is OK. But I can't use this command in WinXP (SP2). I don't know why Can any one help me Thanhs a lot. Have you tried the VFP command: RENAME FileName1 TO FileName2 ...Show All

  • Visual Basic Emergency need of a script

    My company has recently decided to change their ip scheme completely. Normally this wouldn't be too bad for a desktop tech, however, our initial policy was to set every user up with a local tcp/ip based printer. We are now configuring all of our printers on a print server, but for the 100's (and I mean 100's) of users that have locally configured tcp/ip printers this ip changeover is going to be a support nightmare. I've seen many scripts to add/delete printers with a .vbs file, but here's my problem. I need a script that will read a specified host machine and find it's locally configured tcp/ip printers. Then take that information and co ...Show All

  • Visual Studio 2008 (Pre-release) XAML Binding to parent Object

    This seems like a simple issue, but I just can't figure out the syntax. I want to associate an existing element in the XAML page with a property on a custom control. I thought it would look something like this: <Grid Name="_target">    <CustomControl ActUpon="{Binding NamedElement=_target}"/> </Grid>   That of course doesn't work as the object that's pased in is actually a Binding. How can I reference the object "_target" as it's native calss (in this case Grid)   I did have ActUpon set as a dependency property, but I keep getting BAML errors when the class trys ...Show All

  • SQL Server Problem Xquery about XML node called 'data'

    I have a xml code: <root>    <data id="1">          <value>80</value>    </data>   </root> I execute the following query XQuery in C# .NET: For $b IN document(\"filename.xml\")/root/ data WHERE $b/@id =\"1\" RETURN $b/value and XQuery show me the following error: '(' expected. Maybe you are using a known function name like last, data, text etc as an identifier. For this release , this is not allowed. I can't change the name "data" for my Xml Node so how can I solve my problem using the word "data" in XQuery Thank you ...Show All

  • Visual C# Referrer not working...

    Hi, I'm using custom errors in my web.config file to redirect to a page called, 404.aspx. It' working perfectly, it returns the page that was n't found but, not the referrer where the user clicked to get to the wrong page... I'm using Request.referrer to get it and it doesn't work, is there a way to get that information Thanks hi, for web forms its better to ask in ASP.net forums http://forums.asp.net hope this helps ...Show All

  • .NET Development Cannot debug web service

    Hi all, I built a web method that receives a message that contains a property with the XmlChoiceIdentifier attribute - the whole story is here : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=251511&SiteID=1 The buttom line - I've temporarily changed in the proxy class the type from "XmlLinkedNode" to "object" and everything works. But something strange happens - I cannot debug the web service (my solution contains both the client and the server projects). When I debug the client and try to "step into" the web service - it just skips over it. When I debug the client, step into a dif ...Show All

  • SQL Server Problem creating diagrams

    I just upgraded an existing sql server 2000 installation with the RTM sql server 2005 (developer). I went to work on a database that I've been working on for a couple of weeks before the upgrade, and wanted to create a database diagram. However, when I click on the "Database Diagrams" tree node, I get this message: TITLE: Microsoft SQL Server Management Studio ------------------------------ Database diagram support objects cannot be installed because this database does not have a valid owner.  To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a ...Show All

  • Visual C++ Adding New Controls to Common Dlg Boxes

      I want to add new controls to Common dialog boxes. I have gone through the Customizing Common Dialog Boxes article and it does not provides a standard procedure for adding new controls to Common Dialog Boxes. Sorry but where do you see that it is no possible to add new control to the existing templates: http://msdn.microsoft.com/library/default.asp url=/library/en-us/winui/winui/windowsuserinterface/userinput/commondialogboxlibrary/aboutcommondialogboxes/openandsaveasdialogboxes.asp In short for the explorer style: Create a new template with a place holder. The new template can contain any control y ...Show All

  • Software Development for Windows Vista Can you and How do you get two mouse pointers

    Hi! Is it possible to have multiple input devices in vista, i.e. connect e.g. 2 or more mice and have them used at the same time with 2 different mouse pointers that can interact with different windows at the same time What I want to achive is something simmilar to this for X windows, http://multicursor-wm.sourceforge.net/ Hi, me and a freind hooked up two mouses or should i say mice to my computer. We were both able to move the one mouse pointer. It is posible to get two mouse pointers on the screen at once and we can control each one Have a nice day everyone ...Show All

  • Software Development for Windows Vista Workflow Monitor

    Is there any way to present user friendly captions on activities, Like "Waitng for approval" Activity names must adhere to .NET type name conventions. You could use Waiting_For_Approval in this case. The standard activities only show the activity name in the designer. You could also create a custom activity very easily which shows the description property in the workflow design surface. The the WF Beta 2 Hands on Labs have an example of this. Regards, Paul ...Show All

©2008 Software Development Network