Danielarbib's Q&A profile
Visual Studio The symbol file assembly.pdb does not match the module
Hi all, I'm having a problem with debugging -- symbols for my assembly are not being loaded. Long story short, I'm writing a WSS 3.0 workflow and deploying it on a remote SharePoint server. So far everything is OK, and the workflow runs. To debug the workflow, in theory, what I need to do is to attach to the ASP.NET process on the server (w3wp.exe). From there, I should be able to debug the workflow code. In practice, what happens is that VS complains about symbols not being loaded, and I'm not able to debug. My workflow assembly is being loaded -- I can see it in the modules window. However, for symbol status, I get `Cannot find or open the PDB file'. If I go through the symbol load information, I get this: C:\WINDOWS\assembly\GAC_MSIL\S ...Show All
Visual Studio Team System Custom Test Install issues
Good Day, I am trying to build custom tests. I am a newbie to this so please bare with me. I have RTM VS TFS Test edition with the VSIP SDK loaded. When I attempt to build the MyTest Sample, I get the following Build error for the MyTestUI: Creating temporary file "c:\TestTemp\MyTestUI\Debug\BAT00000135402424.bat" with contents [ @echo off "C:\Program Files\Visual Studio 2005 SDK\2005.10\VisualStudioIntegration\tools\bin\ctc" -nologo .\PackageCmd.ctc pkgcmd.cto -Ccl "-IC:\Program Files\Visual Studio 2005 SDK\2005.10\VisualStudioIntegration\common\inc" "-IC:\Program Files\Visual Studio 2005 SDK\2005.10\VisualStudioIntegration\common\inc\office10" if errorlevel 1 got ...Show All
Community Chat Drive me
I am an old COBOL programmer (49), it means I need to improve my knowledge in order to continue paying my rent and to survive. I know you young guys know a lot about OOP, VB, Java, C++, etc. Could some one tell me where to start wihout having to install or buy high costs gadgets Or if I have to, something simple for a beginner and low budget. A mature woman might suggest that you down load VB express for free and learn OOP and it won't cost a penny. But it's going to be day and night from the Cobol world. The only thing they really have in common is an editor. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA won't install - wants VCExpress which is already installed?
The title pretty much states it all, but I don't mind repeating myself. I downloaded the XNA a little bit ago, and went to install it, failing to notice at first that I needed VCExpress.. so I downloaded it, installed it, registered it, went to reinstall XNA, and got the repeated error "Please install VCExpress" ..umm ok,.. rebooted, restarted install,.. wash rinse, repeat. I've now deleted the XNA installer (presuming it was corrupted) and am downloading it again and hoping for better luck this time. Any suggestions for if it doesn't work and I still get the same error Thanks in advance! --E Moving to the XNA Game Studio Express forum, are you downloading the right product http://msdn.microsoft.com/vstudio/express/visua ...Show All
Visual Basic Stop a looping.
Hi. I’m programming in ASP. How can I stopp the loop Se my example in this link . Best reguards from Andre ...Show All
SQL Server How to select rows that may be locked & deleted with UPDLOCK by other connections?
I have this procedure that Selects with UPDLOCK and then Deletes the Row but does not commit the transaction until later. While the delete transaction is still active and has not commited, I'd like to have other procedures from other connections be able to still see the deleted row. How can I accomplish this Thanks Costas If you work with SqlServer 2005 you can use snapshot isolation and row versioning. They are well described in the following document: http://msdn2.microsoft.com/en-us/library/tcbchxcb.aspx ...Show All
.NET Development Compare two DataSets
Hi, i am trying to compare two datasets. The scenario is this, i have a local database in which i have a table say Table1 and i get that into DS1 and then i have a remote system in which has same table as well but always get updated with new data so i get that into a dataset DS2, so now i want to be able to compare DS1 and DS2 and then on finding new data in DS2 insert that into DS1. Below is the code i have tried so far using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Xml; using System.Data.SqlClient; namespace DataTransfer { class DataTransfer { DataSet dsFtp = new DataSet (); DataSet dsMerge = new ...Show All
Game Technologies: DirectX, XNA, XACT, etc. What is the best software for game dev with XNA?
As the title states, what software will be good to have. I am going to download Visual C# Studio Express, but what else is good for stuff like graphics or sound. I have a limited budget so I am looking for something in the free to $100 price range, if possible. Thanks for any help you can give me. For creating graphics there's plenty of apps - Paint Shop Pro is cheap for 2D stuff, Blender and Milkshape for 3D. You can try Googling "free sound tools" for that area. ...Show All
.NET Development How to list latest modified file of particular type
I have to get the latest modified .zip file on the root directory of the ftp I am using.I have find this http://www.aspfree.com/c/a/Windows-Scripting/read-data-from-textfile-using-WSH/ link but not much detail. I have to use listdirectory method to first list all files then find the most latest .zp file the put it in the ftp1.remo tefile can any body please help thanks {I am using C#} This question doesn't have anything to do with XML. You could try the http://www.asp.net forums. ...Show All
Visual Basic How to: Print an Mdifrom?
Hi, I am using PrintForm Component to print an MdiForm and when I am using the CompatibleModeFullWindow so I will also get the MdiForm header the result are not what I am expecting. The print result shows a part of the MdiForm Parent on top of the MdiForm Child and the bottom part of the MdiChild is choped off. It looks like the focus of the MdiChild is offseted by the MdiParent menubar. Thanks, Yogev. I failed to mention this yesterday but as long as you don't have custom graphics that your drawing on the form you can use simply use PowerPacks.Printing.PrintForm.PrintOption.FullWindow to print the entire window MDI child. For example: PrintForm1.Print( Me , PowerPacks.Printing.PrintForm.PrintOption.FullW ...Show All
Windows Forms Using Makecert for signing and publishing a production app
Hi, In the help it says makecert is used to create test certificates. My question is certificate be used to publich a production app with an expriation date well into the future. This app is used internal to our company. Thanks I meant to say can the certificate generated with makecert be used to sign and publish an internal production application. I want to do this to get around the expiration problem. ...Show All
Visual Basic Place Points in audio.video files
My multimedia teacher has asked us to find a term that means "to place points in the audio/video file" this term has the same number of letters as the word "redact" nobugz wrote: On the other hand, they might be elated about a "not business as usual" kinda question like this... You've got to be kidding me. Look at the other threads that get marked/locked and tell me how this one differs... facinating or not, this isn't the right place for it. Even if you don't lock it, at the very least it must be marked OTP... This has absolutely nothing to do with VB or programing and will just end up as more garbage for people searching for legit help in coding around AV files to wade through. -EDI ...Show All
Visual Basic SelectNextControl method
Hi, I'm creating a enhance textbox control that can accept only numerical value. To do so, I've created a new user control that inherit the textbox properties and added my own code. When the return key is hit, I want to focus to be pass to the next control. I added the following code in my control class but the SelectNextControl method does not appear to work. I used the step by step debugging method and everything work perfectly except that the next control is not selected. I think that it has something to do with the IsInputKey method but I don't really know what to do about it. The escape key work fine, but the other keys doesn't work. Note : There is a least 2 controls on the test form with the tabstop property set to true ...Show All
Smart Device Development How can i interface a 8051 controller to a PDA having Windows CE
HI , I am trying to interface a 8051 controller to a Toshiba PDA running Windows CE. I want to interface the SDIO port to the SPI port of the controller. Is it possible to achive this and if yes how can I program the PDA to read and write data to the controller. Please help You can write me here: jr_lyon_@wdi.ca remove the underscores in the mail address for my true address ...Show All
Visual Studio Changing the main language
I installed the Visual Studio 2005 a few months ago. On the first installation it asked what main language I'm going to use and I chose vb.net. Now I want to move to C#. I don't know how to change it so the main language will be C#. I tried uninstalling and re-installing, I tried to uninstall only the vb.net but nothing works... can someone help me Another question if I'm already here... on the tools menu, where there's the build option. why don't I have the Build Solution option Also see this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=3809&SiteID=1 ...Show All
