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

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

JJOSHI

Member List

ss1234
Steven Wilmot
ryan101
Scottzxcv
Simon Dahlbacka
lucerias
GLutz78
CJKeatley
MarissaM
bobygeorge
NetProgrammer
edukulla
cpaesano
Downforce
roger5089
Attila Fogel
Palle
Steve Hanselman
goh6613
Robb Melancon
Only Title

JJOSHI's Q&A profile

  • Visual Studio Team System Solution with multiple projects can't perform Get Latest when connected to source control

    I have an ongoing development project that we are trying to use as a test project for TFS. The solution for this system consists of a number of VB.net projects. I have migrated the VSS data into TFS and can see the tree in the Source Control Explorer, however when I open VSTS and try to create a new local copy of the solution I get an error dialog. The steps I took are: Open Visual Studio File | Add Existing Team Project; select the TFS server and Project In the Team Explorer window, Brouse to Source Control and double click In the Source Control Explorer, browse to my solution directory Highlight all and select Get Latest (setting the local directory) Double click the solution file. After a while I get a dialog that stat ...Show All

  • Visual C# Delete XML node

    - < - < - <RadioBar> <Genre_Genre_Country>Genre_Country</Genre_Genre_Country> - <Genre_Genre_Country> <Title>Boot Liquor Radio - Dysfunctional Country Station, Genre</Title> <url>http://64.72.118.137:7050</url> </Genre_Genre_Country> - <Genre_Genre_Country> <Title>Star104 - Today's Best Country!</Title> <url>http://67.159.26.2:9794</url> </Genre_Genre_Country> - <Genre_Genre_Country> <Title>Classic Heartland - Classic Country, Western, Bluegrass, Alternative Country [Broadband]</Title> <url>http://130.166.72.1:8006</url> </Genre_Genre_Country> - <Genre_Genre_Country> <Title& ...Show All

  • Visual C++ textbox and button

    I have a textbox and a button. I want when i press enter in the textbox to be the same as clicking the button. thanks ahmedilyas I thought it was any "easier" way to connect them. I'm using C++ and i dont know if i must go to C# or Basic because 90% of threads in forum are C# and Basic ...Show All

  • Software Development for Windows Vista I want to stop processing a Sequential workflow if an activity fails....

    I want to stop processing a Sequential workflow if a single activity fails.... How do I force it to stop processing everything else Any help would be appreciated. Thanks Take a look at Mike Taulty's excellent screencast 'nuggets' http://wf.netfx3.com/files/folders/screencasts/entry4975.aspx This one shows how to handle exceptions for either the whole workflow, or a localised exception for just particular sequence. ...Show All

  • Windows Forms Error on form will not allow me to view form.vb [Design] mode

    I wanted to change a dataset and deleted it before I added a new dataset and I had controls bound to the dataset, so I expected a few problems, BUT......... VB 2005 will not let me open the form in [Design] mode until I fix these errors One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The designer cannot process the code at line 248: Me.Org_TemplateDataSet.DataSetName = "Org_TemplateDataSet" The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer ag ...Show All

  • SQL Server Test\Prod databases on same server; same SSIS algorithm but different connection strings needed

    We have an SSIS package that will be used for both our Test and Prod imports on the same server. The SSIS imports are identical expect that Test needs all connections pointing to the Test database while Prod need its connections pointing to the Prod database. How can I change the connections, based on Test or Prod, used inside a single SSIS package (I don't want to create two tweaked packages on the same server. If I find a bug in one of them, I have to correct it twice.) TIA, barkingdog Following the spirit of the first article cited I created an XML Configuration Package: >>>> < xml version="1.0" ><DTSConfiguration><DTSConfigurationHeading> ...Show All

  • Visual Studio 2008 (Pre-release) vNext August CTP and Linq May CTP problem on VS 2005 Team Edition

    Hi When install vNext and Linq at home on VS 2005 Pro Edition there is no problem. But when I intalled it at work on VS 2005 Team Edition the error list is full. It can not recognize something like this from c in db.Categories where c.CategoryID == categoryId select c).ToSequence().First(); it give errors like this ' ; exprected' 'invalid expression term 'in' ' and etc. but when I run the app it works fine!!! there is no intellisense in the query and even not recognize the Model Obejct assembly when I type using NorthwindModel although that there is a reference in the project. Like I said when I run the app it works but how to fix this 10x The problem is not in my project because when I opened the sampl ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Calculating FPS

    Ok so here is a real newbie question lol. What is the proper way to calculate FPS I noticed in the Update() method for the XNA project it does something of the sort: // The time since Update was called last float elapsed = ( float )ElapsedTime.TotalSeconds; I was wondering if I can properly calculate FPS based on this I tried to do something like: fps = 1 / elapsed; But it always seems to be 60.0024 FPS so I believe I am doing it wrong. I am only rendering 2 sprites, so I can't believe its only going 60 FPS. That and if I put a thread.sleep(500); it still says 60 although it should be 2FPS lol. Obviously I am doing something wrong. Is it more proper to use a timer of 1 second and just tally up the frames etc Thanks and t ...Show All

  • Smart Device Development the specific module could not be found + Vista + PPC 2003

    Hello, I am trying to deploy a VS 2005 application to a PPC 2003 device and I get the message "The specific module could not be found" Any help would be appreciated. ...Show All

  • Visual Studio Express Editions Unresolved symbol for MessageBoxA?

    I'm trying to use the MessageBox() function and I'm getting the follow error: HGETest.obj : error LNK2019: unresolved external symbol __imp__MessageBoxA@16 referenced in function _WinMain@16 If I add "user32.lib" to my additional dependencies it fixes the problem, but do I have to do this for every project I create I think I'm missing a setting, because I'm trying to compile example projects and none of them have user32.lib in the additional dependencies so I'm wondering if I should enter user32.lib into some kind of "global dependencies" list or something... It sounds like you missed a step when setting up the PlatformSDK. By default only kernel32.lib is linked to programs, ...Show All

  • SQL Server Modify the width column subtotal

    Hi, is it possible modify the width column subtotal Thanks in advance. If you click on your subtotal box on your report, gray boxes should show up on the top of your table object. You should be able to drag the right edge of the gray box above your column to increase the size. Another way to do this is to click on your subtotal box and then in the properties window, increase the value of the Size property. Hope this helps. Jarret ...Show All

  • Visual Studio 2008 (Pre-release) Need advise on how to sign request's soap body using WCF

    Hello. Please skip to the questions at the bottom of this post if you don't think you'll need all this introductory info. I need to write a client using WCF that will consume a non-.NET web service that uses SOAP 1.1 and WS-Security 1.0 over SSL. The only requirement is that the request's soap body is signed. The reply, on the other hand, is not signed. It doesn't have any soap headers, in fact. So, I went and created the proxy class using svcutil. The binding used in the generated config was basicHttpBinding and the security mode was Transport (because it was an https url). The effect was that it would send the soap request over https without a digital signature. I tried making all sorts of changes to hopefully make it sign the ...Show All

  • Visual C++ Help me to debug my C++ program

    Hi Everybody, I need a help to modify my program. My program as follows, CPP / C++ / C Code: if (found) { // Read Lines below NODES while (getline(input, buff)) { // getline(input, buff); istringstream tmp(buff); // format the output string a, b, c, d, e; tmp >> a >> b >> c >> d >> e; output <<b << " " << c << " " << d << endl; cout << b << " " << c << " " << d << endl; } } I read data from files and put into another file. I am reading the datas as string, Now I want to add "1" to each data (ex: if data is 20 the output should be 21). ...Show All

  • Windows Forms MDI Parent within MDI Parent in Winform application

    Hi, I am migrating an application from MFC to Windows .NET application using Winforms & C#. In the old MFC appliation, we have the main application window as MDI parent which can contain multiple MDI parent forms (which in turn contain multiple child forms). Is there a way I can have similar structure in .NET (multiple MDI parents of same type within one MDI parent of another type Thanks in advance... Hrishikesh I haven't used AddOwnedForm method. If it's adding the MDIwindow as a child of the main window visually then your fine. However, you still have at least 2 noticeable quirks; 1. The main window might lose its focus when you select a child, 2. The menu strip won't merge. ...Show All

  • Smart Device Development VS .NET to VS.NET 2005

    I have a problem with the conversion of dates after migrate of VS.NET 2003 to VS.NEt 2005 Test: Dim oDate As DateTime = DateTime.Parse(oDst.Tables(0).Rows(1).Item("mydate").ToString()) Error: invalidcastexception ..... In my project of vs.net 2003 worked well that code I sorry for my inlges ... i speak spanish Thanks. Thanks Ryan .... work!!!!!!! ...Show All

©2008 Software Development Network