pcsql's Q&A profile
Smart Device Development Opening XML File on Pocket PC
I'm trying to load an xml file in Pocket PC, but its giving me DirectoryNotFoundException. I know why the exception is occuring becaue Pocket PC file structure is not like the local Drive system we have in windows. I'm trying to do the following to resolve the exception but it still does not works: String path = Environment.GetFolderPath(Environment.SpecialFolder.Programs) + "\\MyPocketCal2003\\QuantitiesUnits.xml"; String path = Envi ...Show All
Visual Studio Team System Team Build Error - TF42046 - Unable to Execute Team Build
All, I am working with a new installation of Team Foundation Server and I am struggling to get the Team Build component to work. Here is the Setup that I am working with: All Systems are running in a seperate Domain (BOOKSTORE) from my company's domain (CTS) BSTEAMSYSTEM - this is the Team Foundation Server that is running Team Foundation Server. I have the application that I want to build stored here in Sour ...Show All
Visual Basic need xsd.exe help
http://www2.mvr.usace.army.mil/OMNI/ws/showfile.cfm fn=vessel_current_location.xsd This(I have a copy on my local HD) is the schema I am trying to generate classes from using xsd vesloc.xsd. I get "error can only generate one of classes". Any ideas Isn't the .xsd supposed to make importing the corresponding .xml data a piece of cake BTW, does the output of xsd.exe go to my IDE code surface, or where Please help a newbie. ...Show All
SQL Server Convert Access CROSSTAB query to SQL Table or View
I have a Crosstab query that I need to convert to SQL to complete upsize of a large DB. I have a table (here referred to as Data) with the fields: Resource, Date and Count. I need to transform it to a table (or view) with a fields called Date, and one field for each Resource that exists in the Data table. The Data table looks like this: RES DATE COUNT res1 Jan06 5 res2 Jan06 4 res3 Jan 06 2 res1 Feb06 9 res2 Feb06 5 res3 Feb06 7 ...Show All
Windows Forms ClickOnce deployment and Dotfuscator
Dear All, I am using the VS.NET 2005 and I would like to use the clickonce deployment. I would like obfuscate the exe file before publishing the deployment package to web server. I was trying the PreBuild and PostBuild events in the project property to obfuscate the executable file but the clickonce doesn't use obfuscated exe file at all. Could anyone advise on how to obfuscate the exe file before publishing the project into webserver p ...Show All
Visual Studio Express Editions BindingSource.Filter Problem
I am new to Visual Basic programming and I am having trouble filtering a column in a DataGridView. The code I am using is the following: Dim sText As String sText = Me .ComboBox_Set.Text List_Screen.Player_InfoDataGridView.DataSource.Filter = "Make2 = '" &sText& "'" I have seen an example of this that supposedly works, but it's not for a String, but an Integer. When I type this code, an error mes ...Show All
SQL Server Transfer Access database into SQL Server 2005 Express
Hi, A question regarding SQL Server 2005 Express edition. Is it possible to export Access databases into SQL databases without using programming (e.g. using SQL and programming languages) I understand you can do this with DTS, but the Express edition seems not have DTS. Many thanks Yuelin Hello i found a way of getting around of it: using the Upsize Wizard from Access. I have successfu ...Show All
SQL Server Feature requests
May be it's too late, but I think this requests could be scheduled at least for a SP1 if it's not possible for the RTM. 1) Execute Task without debugger: it would be very nice to be able to execute a single task without going in debugging mode. Just as you would ask "Start Without Debugging CTRL+F5" but for a single task 2) Customize default properties for task and component: when you drag a task on the package you get a default value for the ...Show All
SQL Server Permissions required for sp_databases
This may be the wrong forum for this - if so, please direct me to the appropriate forum. I've recently upgraded to MSSQL 2005 and I'm trying to execute the sp_databases stored procedure, but I'm having what looks like permissions problems. I can execute the stored procedure, but it doesn't return any results. As far as I can tell, the problem is that my userid can't see any rows in sys.master_files (I can select from the view, it just does ...Show All
Visual Studio Configuration aware AdditionalReferencePaths
Hi! I have a msbuild project file that I'm using with desktopbuild+teambuild. It's building a VS.Net solution file with both debug + release configurations. I have a couple of <AdditionalReferencePath> items defined to solve file based assembly references in the projects of the solution. My problem is that I want to use different paths depending on what configuration that is used. So for example, what I want to do is to make the build ...Show All
Visual Studio Express Editions how to open link in web browser
Hi I have used Web Browser control in vb form, this browser has some links. Now it opens the link of .html extention file in new browser window but does not open other extentions like (.doc, .txt , .pdf ext). Pleas tell me the reason and solution. Thanks, Shoaib shoaib@interinfosystems.com hi, have you tried something like this webBrowser1.Navigate( "c:\file.txt" ) hope this helps ...Show All
Visual Studio Express Editions no answer so i will ask once more! please help!!!!
thanks for any help just want (in Windows ) the person who opens a text file -that it will open with my note pad type program not windows notepad, no answer so i will ask once more! can some one please tell me how to click a text file and get it to open with my vb notepad program i use file open with my program bt when my program opens the rich text box is empty Dim MyFileStream As New FileStre ...Show All
Visual Studio Report Server Failed : 404 not found
Hi, When I want to see my report, I click on http://localhost/Reports$sql2005/Pages/Report.aspx ItemPath=%2ftest%2fmichel and its works. But I want to put my report in aspx page : < rsweb : reportviewer id ="ReportViewer1" runat ="server" font-names ="Verdana" font-size ="8pt" height ="400px" processingmode ="Remote" width ="400px"> < ServerRep ...Show All
Visual Studio Express Editions Q : Exceptions
hi, i want to ask about try and catch should it be used just for exceptions or i can use it like "if" for example i have a treeview and i want to know if the node has a parent or not so i don't know anymethod to indecate that so i used try and catch like this, Try mylastfolder = mylastfolder.Parent Catch mylastfolder = Nothing End Try or should i use catch null ...Show All
Software Development for Windows Vista 3rd Party SCSI drivers
It crashes Vista completely, You have to find and delete such drivers, then only it will boot ...Show All
