Jigar Patel's Q&A profile
Visual Studio Team System Connect to team foundation server
I'm having problems connecting to "Team Foundation Server". I get the default message of: Unable to connect to this Team Foundation Server: x.x.x.x Possible reasons for failure include: - The Team Foundation Server name, port number od protocol is incorrect. etc, etc... My question is how do I start to resolve the problem What virtual directory is the client trying to connect to Can I enable any tracing / logging when attempting to connect to get more information Any information would be a great help. Regards Darren A ...Show All
Visual Basic Launch and control a command line program from VB form
I can launch a command line program such as cmd.exe from a VB form using: Shell( "cmd.EXE" , AppWinStyle.NormalFocus) How do I write data to the program as if I were typing at the keyboard How do I capture the response of the program so I can parse it I assume I have to redirect its IO streams. Can't figure out how. Dave, That gets me most of the way there. Thanks alot for your help. Here is a sample of what I ended up with. Friend WithEvents telnetProcess As New Process() Dim telnetStreamWriter As StreamWriter Friend WithEvents txbxOutput As System.Win ...Show All
.NET Development HTTP-GET through a proxy
Hey I am working on a proxy testing program as a personal project for a friend of mine, and for the life of me I cannot figure it out. I have searched the forums and MSDN till im blue in the face for something I figured would be very simple. maybe you can help, all I need to do is do a HTTP-GET to a specified URL ( his website ) through a third party proxy ( my proxy ) from c# application. Can anyone point me in the right direction Thank you very much for your help. I was able to get the application to work using the "new Network Credential" line. However, I was surprized that the .UseDefaultCre ...Show All
Visual Studio Tools for Office How To View InfoPath Form
I am using the InfoPath Form Template for InfoPath 2007 in VSTS 2005. I built a form in this project and when I start the debuger I can see the form OK. But afater I save the soultion, exited VSTS and re-entered VSTS and the project again, I can not see my InfoPath form in the Editor anymore. I can open the FormCode.vb file. The menu selection View Designer does nothing. None of the files in the Solution Explorer will open the Infopath form in the Form Editor. How do I get VSTS to open my Infopath form in the Form Editor again Why doesn't the View Designer menu selcetion work How do I edit my InfoPath form again ...Show All
Visual Studio crystal report for .NET redist
Hi, I face the problem on install the crystal report for .NET redist. The insatllation cannot complete and the Error 1935 occor. Can anyone help me on this issue. One more question is do i need crystal report for .NET redist to print out my report in crystal report viewer Thank you. Hello, I had follow the step that provided by the link that u give me before, but i still face the same problem. I'm not sure which version of crystal report i'm using coz I'm using the crystal report component on VS2005. Thank you. Cherrie ...Show All
Windows Forms designer can't load form. Where is 'more information'?
after going from beta2 to rc1, the designer all of a sudden cannot load my forms anymore. instead, i get the infamous window with the red top that says some errors may go away building the project, while other need code changes. needles to say: the file compiles fine, the form could be opened with the beta2 and vs2003 designers and obviously doing a rebuild doesn't help at all. now what the additional error message says; Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. ok - great. now how do i retrieve the loader exception property. how can i fix this where can i find more info ...Show All
Windows Forms Windows Service
Hi, I have created a Windows Service using VB.NET and it works fine on my Windows XP machine. I then installed it on my Windows 2000 Server which install fine. However, it does not run my code. I have set the Account=LocalSystem but it does not work. Any ideas Thanks Alexander Thanks donkiely, I check the logs and the only events ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA Installation Problems?
Hi there, I've gone ahead and installed the XNA package, following the instructions in the download. The prerequisite's, Visual Studio Partner Edt, and the XNA installer. I've however not downloaded the MechCommander2 package yet. I wanted to see if this was any bit usable without it. I fire up Visual Studio and attempt to make one of it's "content build", and am greeted with a number of exciting errors. Of note, the content build project has a generic no image icon. Two of these: --- Package Load Failure Package 'Microsoft.Xna.UI.XnaStudioPackage.XnaStudioPackage, Microsoft.Xna.UI.XnaStudioPackage, Version ... (a whole bunch of p ...Show All
Visual Studio Express Editions Installing SQL Server 2005 Express as part of a VS project
I have an application I am writing in C# using VS 2005 Professional, that I am going to be using with SQL Server 2005 Express as my data store. I would like to include the SQL install as part of my setup for my application. Are there any resources available explaining how to do something like this you can use a bootstrapper application to do this. http://blogs.msdn.com/chrsmith/articles/Using_the_Bootstrapper_to_wrap_a_Windows_Installer_package.aspx Vipul C# MVP ...Show All
Visual Studio Express Editions error when designing but fine in runtime
I got this weird error while doing small changes to event in Timer in my program. The error is: Exception from HRESULT: 0x80042740 Details: at EnvDTE.FileCodeModel.get_CodeElements() at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomParser.Parse(TextReader codeStream) at Microsoft.VisualStudio.Design.Serialization.CodeDom.MergedCodeDomParser.System.CodeDom.Compiler.ICodeParser.Parse(TextReader stream) at System.CodeDom.Compiler.CodeDomProvider.Parse(TextReader codeStream) at Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDataAdapter.get_CompileUnit() at Microsoft.VisualStudio.Design.Serialization.C ...Show All
.NET Development can write but cant read :(
hello! i'm working on a project for pocket pc, which is an app that registers customers, suppliers, stocks and orders. all this is stored in the ppc itself using the SQL CE server. i'm programming with VS2005, which is great, the tableadapters make the work lot easier. i'm just having some problems importing and exporting data from the sql tables to files. the export function works quiet well, i just load the data from the tableadapter into a table and then use the WriteXml(file) function. Now, for importing I do more or less the same thing: DataSetrTableAdapters.Customers cta = new ... etc etc DataSetr.CustomersDat ...Show All
Windows Forms How to Pass value between child forms.
I have a MDI application. The main form is frmMain and 2 child forms( frmLoanAppllication & frmSearch ) frmSearch is opened from frmLoanApplication. Question I wonder how do I pass value from frmSearch to frmLoanApplication and then close the frmSearch, and go back to frmLoanApplication. I open a frmLoanApplication form by doing this in frmMain. foreach ( Form f in this .MdiChildren) { if (f is frmAbout ) { // found it frmChild = ( frmLoanApplication )f; break ; } } if (frmChild == null ) { frmChild = new frmLoanApplication (); frmChild.MdiParent = this ; } ...Show All
Software Development for Windows Vista Is there a filter or a known way to output only some frames of a movie?
Suppose I have an array of frame indices such as [0,4,5,6,10,15.. and so on] I would like that only those frames will be played on screen and all the others skipped. Is there a known good way to accomplish this Thanks in advance. No. Its not documented and I have not tried to figure out the methods. I assume that is has some control to change the number of frames that are dropped. It can be added into graph edit and by default it eats all the frames. ...Show All
SQL Server Setting default values for report items
Is it too much to ask for the SSRS team to add a "feature" that allows us developers/report designers to set (and save) the default values for report items God only knows how much time I've spent on the tedious and yet remedial task of changing the Padding (left, right, top, bottom) = 0pt, over and over and over... And now in SSRS 2005, I can't even select more than one textbox report item and change the padding property for all of them at the same time; I get that annoying "Invalid Value" popup error message. Or the font style and size, alignment ... How about setting the default size of a report item Rig ...Show All
Visual C++ executing windows commands from vc++(eg: net user)
hi, i want to execute the windows API command "net user" from vc++. i want to store the result in a text file and retreive the home directory value . thanks gbabu17 wrote: i want to execute the windows API command "net user" from vc++. i want to store the result in a text file and retreive the home directory value . There are loads of ways to execute a program in VC++ (I can think of 25 off the top of my head). The system() function is available in all ANSI C(++) compilers: system("net user Guest > textfile.txt"); However, due to the limi ...Show All
