CRxyz118's Q&A profile
Visual Studio Team System MSF Agile: Samples / Templates / Example Projects
I’m a partner/developer/architect for a small development firm and I haven been getting up to speed on MSF and specifically the new MSF Agile. We have been using pre-release versions of TFS internal for some of out projects. So far th ...Show All
Smart Device Development CE.Net 4.2 and Compact Framework 2.0
Hi, I'm hoping someone can help understand why those of us that work with Industrial Handhelds (and therefore CE.Net) got the short end of the stick. We have equipment that was just purchased this year with CE.Net 4.2 and Microsoft is not supporting it with VS2005. It's not like 4.2 was a down-level version, it was the latest version of that build. Our only options are: 1) Pray the vendor certifies on the new version, pay ...Show All
Visual Studio EnableHyperlinks : How come it doesn't work ?
I set up the following in a report : Textbox Properties --- Navigation --- Hyperlink Action --- Jump to URL : When I used a reportviewer to view the report, there's no link on the report . I tried : if (!IsPostBack) { ReportViewer1.LocalReport.EnableHyperlinks = true ; } there's still no link on the report. What's going wrong Thanks in advance. Long Guys, How more stupid can I get I ...Show All
Visual Studio Express Editions Good VC++2005 EE books?
Are there any books on VC++ 2005 EE to teach how to build win32 GUI applications using Platform SDK (Win32 APIs) Is the Win32 API the only way to build win32 GUI programs without MFC I don't think VC++ 2005 EE will become popular unless these two issues are resolved. Thanks in advance! VC++2005 EE is for students, it's not meant to be 'popular', or a comprehensive C++ tool. You can write winforms apps with ...Show All
.NET Development SqlTransaction.Commit Throws an Exception
Actually we got this SqlException : System.InvalidOperationException: This SqlTransaction has completed; it is no longer usable. at System.Data.SqlClient.SqlTransaction.Rollback() Obviously whe got the classic Try Catch block with: try myinstanceTran.Commit() Catch myinstanceTran.RollBack() End Try and also know the myinstanceTran.RollBack is the one raising the exception i mentioned. We saw the data we were pr ...Show All
Visual Studio Express Editions Basic VB coding question about changing label text on the fly, etc.
I suspect this pertains to previous versions of Basic, but since I don't know the answer, I'll ask! Problem: If I update a label.text or textbox.text property in a loop, the program is so busy with the loop that the box does not appear to update. Example: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim a As Integer = 0 Dim t As Integer Label1.Text = "nul ...Show All
Visual Basic Reading characters from a line
I was wondering (DESPERATELY) how to read only certain characters from a line of text and how to define where the code will start reading and how far into the line the code will read. and lastly - is it possible to store these specified characters in a variable I've been messing around with "Mid()" but its not doing exactly what I need it to. THANX Mid is going to strip your string, but y ...Show All
Visual Studio Team System Error"Document not found: vstfs:http//seabug01:8080/Currituck/Results/Existing/19fd1118-32c8-4a89-a710-61a40de97e51"
Hi there, One of my team mate is not able to open bug or see any query. Any time she tried to do any of these, she gets the error popping up saying " Document not found: vstfs:http//seabug01:8080/Currituck/Results/Existing/19fd1118-32c8-4a89-a710-61a40de97e51" When she term serves in Seabug01 VSTS server itself, logins as her and starts client from there. She could do everything just fine. She could see all the queries, ...Show All
Visual Studio Team System Team Build and ClickOnce
How can I deploy an app via ClickOnce using Team Build I read somewhere about replacing SolutionToBuild with SolutionToPublish, but that doesn't seem to do anything special. I'm using the RC. Thanks Though we do not have an out of box way to do that we can do it with a simple work around. We can overload the target AfterCompile in TFSBuild.Proj to call MSBuild Task Publish and can pass the PublishDir property as desired. Here is an ...Show All
.NET Development How to call external function defined in microsoft jscript
Hi there, I need helps. I have a function defined in hi.js. ------------------------- function hi(){ WScript.echo("hello !") } ------------------------- Now, I want to call this function in callhi.js ------------------------- hi(); ------------------------- I put both of them in a directory. But it does not work. I don't know why, because in WinXP, C:\WINDOWS\PCHealth\HelpCtr\System\scripts, they can call external function. See Common ...Show All
Windows Forms event on scaning barcode
hi , i am using vb.net 2003 and i want to scan barcodes with the scaner i want if the scaner completes the scaning doesn't matter what the length is the next textbox is focused i tried it on different events but could not find the&nbs ...Show All
Windows Forms deploying under microsoft iis sharepoint services
Hi, I would like to use the ClickOnce Deployment on a Windows 2003 Server where Windows SharePoint Services are running. I've tested the deployment on a Windows XP Professional PC with IIS which worked fine but is not applicable since the PC is in use as a Workstation. If I want to publish on the server I always get an error message. Has anybody an idea how the server has to be configured or if it is generally possible to deploy on thi ...Show All
Windows Forms Problem deploying MSDOS executable
Hi, Here's an odd one ! My app. uses a legacy MSDOS com executable which I deploy along with other support files. My app works fine after deployment, however when I try to access the com executable -either from the app. or directly - I get a Win32 exception "The parameter is incorrect". If I copy the com executable to another folder it works fine. It looks very much as if it's an access rights problem but I can access ot ...Show All
SQL Server Raise an error in the dataflow
HI, I have a lookup that find a specific row. If that row does not exist, I need to create a new one. If it exists, I need to raise an error and trap it with the "on_error" event of the dataflow in order to log it. Is there a way to raise an error and specify the error message from the dataflow I was thinking using the conditional split and verify if the value returned from the lookup (by set the error config to ignore the error) is no ...Show All
Visual Studio Tools for Office Building an outlook add-in
I have started out using the add-in wizard to create a new project. But don't know where to go from there! I am making this addin for outlook 2003. I would like for it to add a drop down combo onto the button bar of each new email. Eventually what I want the drop down to do is allow the easy selection of an email template to use. However for now I'll be happy to just get the first step completed. If anyone can suggest a good resource, or example ...Show All
