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

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

NeerajAg

Member List

NEC MultiSync90GX2
VegasKristy
Computer-Geek
michivo
Steven Zhao
DavidBarracuda
DWells
Ben Hart
David Felker
Leon Jones
Sandoc
Adam_C
wingbyte
LanceT
bjornv
Anand Kalyanam
Kasinathan
MrShadow
Ltrs Zariyuco
KMeekins
Only Title

NeerajAg's Q&A profile

  • Visual Studio Tools for Office Missing InfoPath Template Project within Office projects

    Hi, I have VS2005 Team Suite installed together with VS Tools for Office, but I can't create new InfoPath project, becouse it is missing ( only word, excel and outlook prejects are there). I have also VS2003, Office InfoPath 2003 SDK and Office InfoPath Toolkit for VS.NET installed on the same computer and it.s working. Can someone help me please Thanx. Hi Raschmann, If I remember correctly there should b ...Show All

  • Visual Studio Team System scm in vs2005

    hey! has anybody a whitepaper or a good page where there is explained, how the scm in vs2005 is working is there a possibility to manage different releases, if several people are developing on these releases thanks here's the solution why it didn't work and i was looking after a whitepaper...: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=3310 but thanks for the link ...Show All

  • Visual Basic I did the whole "XML Saving Data" thing, how do I load the data?

    Ok, I followed the instructions given to me: ------------------------------------------------------------------------------------------------ First, create a class that has properties for the values that you want to change. Make sure that the class has a constructor (Sub New) that doesn't take any arguments. If you don't have a constructor on your class, you're fine. Add read/wr ...Show All

  • Visual Studio Express Editions Uninstalling VS2005 Express editions

    How do you remove the Visual Studio 2005 Express editions There are not the beta's, but the final releases. I tried removing them through control panel-add/remove programs, but then I get error reports... for Visual Basic ENU: The windows Installer package c:\apps\visual studio\microsoft visual basic 2005 express edition - enu\vs_setup.msi could not be opened... for Visual J#: setup does start up here, but half way during uninstall I get an erro ...Show All

  • SQL Server Where is the old Enterprise Manager :(

    Why is this new version of SQL Manager so difficult to use Tasks I was able to do in one step, now I have to do in several steps: 1) Genrate Drop Scripts for tables, views, stored procedures 2) Generate Create Scripts for tables, views, stored procedures 3) Import data to the server I used to be able to do all this in Enterprise Manager in one DTS package . Which I could automate to synchronize data beteween two databases. Is there s ...Show All

  • Windows Forms Deployment identity does not match the description

    Hi, I have a ClickOnce project that had been working fine for several deployed versions. At some point something happened and I began getting errors when I tried to publish -- "Cannot publish because a project failed to build" (even though there were no build errors). and "SignTool reported an error 'Keyset does not exist.'" I couldn't resolve these issues, so I created a new project and imported the forms, classes, rep ...Show All

  • Visual C++ hae i need some help

    i made a program in which i used char *name; cin>>name; also i used cin>>*name; but both of these syntax are not giving any error but at runtime debug window opens and tell me whats unresolved external errors i think it will be stupid to ask these question frm ya but i am a new programmer what so ever so please reply me as soon as possible or tell me if i have any concept mistake *name is a pointer to a character arr ...Show All

  • Visual C# Help~~! How could I encode the Chinese chararcter from the Web?

    How could I encode the Chinese chararcter from the Web As I'm working on the search engine that could only return the word which is only in UTF8. I would like to fetch more information from the Internet rather that discard the GB3121 code. Please Help ME~~~~~ One solution to this problem is that using the proper IFilter,which may help you to decode/extract the specific character. I don't know the architecture of your Search E ...Show All

  • Software Development for Windows Vista Beta 2.2. Upgrade issue

    Does anyone know what would be causing the following when starting a new workflow Global.asx.cs System.Workflow.Runtime. WorkflowRuntime workflowRuntime = new System.Workflow.Runtime. WorkflowRuntime (); Application[ "WorkflowRuntime" ] = workflowRuntime; workflowRuntime.StopRuntime(); workflowRuntime.AddService( new System.Workflow.Runtime.Tracking. SqlTrackingService (System.Configuration. ConfigurationManager .Ap ...Show All

  • Visual Studio Running devenv /setup at install

    I have a managed package (with all resources in managed dll) that supports splash screen icon. In order to update the splash screen, I run devenv.exe /setup. Everything works fine if I run from command prompt manually. Now I need to get my install program (msi/exe) to run it instead. However, I don't see the splash screen got updated using my install program. I know devenv /setup is called because during my install, "devenv.exe" p ...Show All

  • .NET Development Transaction for two database connections

    I am not sure if this is possbile. I have a request to develop a 'method' to do transaction over two database connections. Basically the requirement is, one connection updates a database and the other updates another database; but they have to a transaction. I know COM+/DTC may be the the solution to this problem, but I do not have any experience with COM+ except some basic understanding of COM+ concept. Can someone please give me some ideas on ...Show All

  • .NET Development Problem Setting a string ID value in a typed dataset during Update

    I figured my previous message is too long, Basically, I am trying to assign a string unique ID value to my parent table when I am saving a new record, which has 5 child tables. 4 child tables are getting the new ID value properly, only one child table does not... All 4 tables reads the value into the current version, whereas the problem table reads it into the Proposed version. The details are on : http://forums.microsoft.com/MSDN ...Show All

  • .NET Development Unhandled Exception in common Language Runtime

    i have deployed a windows application package in vb.net,the package installs properly on the target machine but when the application is run it gives a unhandled exception error the following message is displayed message box name : windowsapplication1.exe - CommonLanguageRuntime Debugging Services Application has generated an exception that couldnot be handled Process id = 0x9a4(2468) Thread id =0xc ...Show All

  • Visual C++ 'Long' using 12 bytes rather than 4?

    I am new to Visual Studio/ C++, so have been working through a book. As with other text books, it suggests checking that long variables take 4 bytes and that consecutive variables are separated by 4 bytes. Using 'sizeof' on two variables gives 4 bytes each, but looking at their addresses shows a separation of 12 bytes. (I am using Visual Studio 2005 version 8.0.50727.42.) Using my Borland compiler, on the same code, gives 4 bytes seperation. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Exporting to .X

    Okay, I've been messing with this for like two days and I still can't get textures to work, so I figured I'd post here. I'm using Maya 7.0 and I've gotten the exporter installed and I can export geometry just fine, but I'm doing something wrong with where I'm putting the textures/what kinds of textures I'm using/parameters. I'm not sure. I export to a .x file and when I load it up in the DirectX Viewer, the object is there, but there is no textu ...Show All

©2008 Software Development Network

powered by phorum