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

Software Development Network >> Ash Dude's Q&A profile

Ash Dude

Member List

VbArch
arkiboys
Sal1
tantz
The Emerald Knight
hayek85
Dijaym
Edward1
Mark_TheWebGuru
Pragmented
Silent.Killer
patforna
koosha
Lord Zoltan
Pilsener
GlennZarb
John Källén
cmwith
AndrejS
Qiming Lu
Only Title

Ash Dude's Q&A profile

  • Visual Studio Toolbox items in a DSL

    Hi, I have made my DSL and create a project template with the debug instance (vs experimental hive). I made this template to have a file with several elements from my DSL (I just drop them from the toolbox). the user just have to give values to the props I defined and the code generator wil do the rest. I dont wanna the user to have the ability to view (or drop) my dsl elements from the toolbox. How can I do this I'm not using the toolboxHelper because I need the items there to build the template. any ideas Tks, DD Actually, what I meant was. in your language explorer the user can right click the root element (for exampe) and execute the "add new [your model element]" command whic ...Show All

  • SQL Server SP1 and Hotfixes on client

    I've just finished applying SP1 and the hotfixes (in the prescribed order) to my development SQL2005 server. I'm guessing that I need to upgrade my clients, too. I imagine the clients can be upgraded using the big SP1 installer, but do I need to install all of the hotfix packages or just the sqltools hotfix The article about the hotfix is pretty adamant about all hotfixes being installed on a server, even if particular components aren't installed, but they completely neglect the client where only SQL tools are installed. Thanks Steve If your machine only has client tools, you are fine only installing the Tools hotfix patches. The reason we suggest installing all patches (such as on the server) i ...Show All

  • Smart Device Development Dll method problem

    Hi Guys I am new bie in Windows mobile platform. I am building a smartphone application using c#. It uses our own NetwrkAction.lib. Can you guys help me how can i use this lib in the project. I have follwoing functions that has to be used in the application. EXPORT CNetwrkAction* CALLBACK CreateNetwrkAction(); EXPORT void CALLBACK DeleteNetwrkAction(CNetwrkAction* obj); EXPORT int CALLBACK Configure(CNetwrkAction* obj,LPVOID aErrorNotifier,LPVOID aEventNotifier, const char *aPrimaryGateway); EXPORT int CALLBACK ConnectToServer(CNetwrkAction* obj); EXPORT int CALLBACK RequestToServer(CNetwrkAction* obj,const char *aPrimaryGateway); Can anybody tell me how to use this DLL with my program. You can't, not with C++ class. It needs ...Show All

  • Visual Studio 2008 (Pre-release) Unable to access the service with x509 certificate from client apps

      Hi I am using X509 Certificates and wanted  no validation to be done for the certificate on Trusted People store .So I have created the custom serivce host with a certificateValidation Mode as PeerOrTrustChain as follows.   public  class CustomServiceHost:System.ServiceModel.ServiceHost     {               public CustomServiceHost(Type serviceType, params Uri[] baseAddresses)         : base(serviceType, baseAddresses) { }         protected override void ApplyConfiguration()         {       &nb ...Show All

  • Visual C++ Unrelated! error LNK2019

    Hi everyone I've started new project (a binary search tree) I've created these files TreeNode.h (containing node header file) Tree.h (containing tree header file with #include "treenode.h") Tree.cpp (containing tree's definition, with #include "tree.h") main.cpp (containing the main's body with #include "tree.h") when I write the main body inside the main.cpp file, I get the linkage error, but when I cut the main and paste it into the tree.cpp file everything's ok! I've got this error a few times for other projects like this! Please help me on this! Thanks in Advance hi, Alireza re: Unrelated! error LNK2019 your have this Link error because there is something different betwee ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 360 Dev do's and don'ts

    Hi, My primary platform at the moment is Windows, but I want to ensure I don't code anything that is going to cause alot of pain when I eventually get around to subscribing to the creators club and deploying to the 360. I've read a couple of articles on GC and other performance related stuff, but I wondered if anyone has any advice generally on what to avoid or if there are preferences in how ceratin things are coded (e.g. there are many types of storage, is one better than another for XNA specifically) that will mean the transition to 360 is as smooth as possible. Any thoughts or comments welcome! Cheers :) This one bit me. If you're doing audio programming, make sure you call the dispose method on any Cu ...Show All

  • .NET Development Debugging Problem after install Framework 2.0 From 1.1 with VS2003.

    Hello Friends. I Have One Question Related to Framework 2.0 I work on Visual Studio 2003 and 1.1 Framework. then I install Framework Version 2.0 ( Complete not Beta) I compile my Old Project created on Framework base 1.1 On new Framework new 2.0. Complie Succesfully done. but run time it give Error that " Microsoft Development Enviroment " "Error while trying to run Project " If You have some idea then post. Thanks. Did you install the .NET Framework 2.0 Runtime and SDK http://msdn2.microsoft.com/en-us/netframework/aa731542.aspx Alternatively, Visual Studio 2005 fully integrates .NET Framework 2.0. ...Show All

  • Visual FoxPro Problems with MS FaxServer COM object...

    Hi!  Hopefully somebody has seen this and knows the answer. Using any version of VFP from 6 to 9, using the FaxServer COM object provided by Windows to send out faxes.  A simple code snippet is as follows: lo_f = createobject("faxserver.faxserver") lo_f.connect("") lo_d = lo_f.createdocument("test.pdf") lo_d.faxnumber = "9999999999" lo_d.send All PCs are either running W2K or XP, have FAXCOM.DLL present, and the MS Shared Fax Printer Driver installed.   This code works on some of the XP PCs, but not all, and on none of the W2K PCs. The FaxServer object can be created on all PCs.  However, on the PCs on which the code fails, when the Connect command is issued, I receive an OLE Error 0x80004005 ...Show All

  • Visual Studio Blank rows on a report

    I need to show on my report always 10 rows, this means that, if I've 8 records, I should show them plus 2 blank rows; if I've 6 records, I should show the 6 records followed by 4 blank rows. Is it possible How can I do it I'm a Crystal Reports newbie. Thanks for all your help. Joao Pinto http://senhorpires.blogspot.com/ Crystal Reports is designed to only display the number of records that the database returns. The best way to do this is to use datasets and create the empty rows you need in it and then pass it to the report. ...Show All

  • Visual C# How do I Retrieve text from other programs?

    Hi guys, I'm currently trying to come up for a solution for the following problem: Right now the user is reading values off a screen and manually copying them into another window to store in a databse. Because of the closed nature of the program they are using I can't edit the program, and was trying to figure out how to automate this process. Summary: I want to read the displayed text values off the window of another program. anyone know how to do this Or at leaste can anyone point me in the right direction for some learning sources or api classes that might be related Thanks a bunch, Hello , I have used this code as is but I don't know where should the result "Text" be , but I ...Show All

  • Visual C# Partial classes wreaking havoc on form that subscribes to another form's FormClosing event.

    I have a form "A" that opens another form "B" with B.ShowDialog(). In form A I subscribed to the FormClosing event of B. Once I did that, I could not design view on form A. I got the following error in the design window where "srch" is the variable name for form B: The variable 'srch' is either undeclared or was never assigned. Hide Edit at System.ComponentModel.Design.Serializati on.CodeDom Serializer Base.Error (IDesigner Serializat ionManager manager, String exceptionText, String helpLink) at System.ComponentModel.Design.Serializati on.CodeDom Serializer Base.Deser ializeExpr ession(IDe signerSeri alizationM anager manager, String name, CodeExpression expression) at System.ComponentModel.Design.Serial ...Show All

  • SQL Server SSIS OLE_DB Command Error

    All, I'm using a OLE_DB Command which inserts row by row into a table. I have a trigger firing to process business logic. One part of the logic is to raise an error back to the OLE-DB Command to allow the error handling flow to call a Script Task to write back to the original table that this row has fail on insert. However, I get this error message and my error handling branch does not fire. [Header Table Command [262]] Error: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80040E14 Description: "The transaction ended in the trigger. The batch has been aborted.". An OLE DB record is available. Source: "M ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3D Playing Cards ?

    How would I approach a 3D representation of a playing card(s) If using a model, would 52 different models be required so that each card has it's own texture Can user primitives (i.e. 2 triangles to make a card shape) have different textures on each side What would be the best method for this I don't think this answered the question asked. The question is would you have 52 models that include texture definitions, or would you "skin" the model with a different face texture based on its value and store the textures separately associating them programmatically with the card at run time I'm interested in opinions on this as well, it may be easier programmatically to create 52 separate models i ...Show All

  • SQL Server Drives missing from requester...how come ?

    I'm trying to attach to a database that's stored in my D: partition on my disk. The disk has partitions C: D: E: F: But when I choose "Attach", and open the requester to select the database-file, only drives C: and E: are shown. All other programs lists the partitions right. Where have D: and F: gone to All partitions are on the same physical disk. Why isn't E: also hidden then And how can I be able to use drive D: The drives are still hidden either if I administer the server by Remote Desktop, or if I work directly on the computer. ...Show All

  • SQL Server Can not debug component?

    Who can help me I defined project properties: Start action--start external program : dtexec Action options--command line arguments: /f ***.dtsx (using component which i debug) Configuration: active(debug) I specified breakpoint after clicking build,dtexec can popup but then generate error: The following modle was built either with optimizations enabled or without debug information C:\winnt\assembly\GAC_MSIL\***\***.dll To debug this module,change it's project configuration to debug mode. I have no idea about this,and i can find my dll file in C:\winnt\assembly,but no GAC_MSIL folder Who can help me Thanks in advance Sounds like your project is set to produce a release buil ...Show All

©2008 Software Development Network