Joe Bruce's Q&A profile
Visual Studio Team System VS 2005 Code Analysis on Web Project Get Error Code 65 ? HELP
Hi. I have apply the Code Analysis in My Web Project. but I got a Error 14 FxCopCmd.exe returned error code 65. Did some one know what's up for this please advice. thanks Hi Polo, Exit code 65 means that analysis errors occured (exit code 1) and that the report could not be written (64). This probably is happening because the solution folder is not writable. Check if the solution folder for the website (commonly ...Show All
Windows Forms application... "surroundings?"
Hi, Look at Outlook 2003 (if you can't: http://pwp.netcabo.pt/otlk.jpg)... See that blue border surrounding the application hows that done Thanks... My apologies -- I misread the image. If you're talking about the dark blue border around the contro ...Show All
Visual Studio Install VS 2005 Beta 2 TS as a standalone application?
Hi I've installed VS 2005 TS (the one with the Beta experience) but I would like to use it without all the Team Services options. Is there a way to uninstall or disable the Team Service For example I would like to go File - New - Project instead of New Team Project... Thanks If you have an MSDN subscription, you can try installing VS Pro or VS Standard. ...Show All
Visual FoxPro my SQL passthrough problem
Good day to all, could i ask where i got wrong with this code , because when i run the .prg for this code, at first try it won't work, then the second time around it works, as if no error. Like when you open VFP, then at the command window you execute the do command, it won't work, but at the second or 3rd try it works. Please help...thanks in advance LOCAL lcConnect STORE 0 TO lcConnect STORE SQLCONNECT ('My SQL Server C ...Show All
Visual Studio Tools for Office Visio Page Tabs in Visio Component
Hy. I have a little question. May be it very easy, byt I can't find it. I use Visio Component in my application ( C# and VS.Net ). Component have pages and tabs, wich can help us to choose page. How can I get event, than user choose another page, and in other side - how can I chanse active page from my application. Thank you. Hi, Sergey You can post any questions related to Visio at any of these sites: · General deve ...Show All
SQL Server Get list of all Databases in an SQL server
Hey all, I have a pretty simple question, how do i get a list of all databases on a given SQL server I just want a list of them, how is this done I know that you can use SMO, but I am acutally trying to do this without using SMO. Can it be done Thanks to anyone who helps the code I have used to get what I wanted was as follows: SqlConnection sqlConn = new SqlConnection("Server=theServer; Database=dbName; ...Show All
Visual Studio 2008 (Pre-release) Metadata Problem and Configuration File Option with CustomToken Sample in Beta2
I am working through CustomToken sample in Extensibility/Security. I was able to make a request from client and service was able to handle the request. However I noticed that when I navigated to the Service.svc file in browser, it threw following error: ***** The service encountered an error while generating metadata. See the trace files for more details. ***** On further investigation, I attached the debugger to aspnet process (in XP) and fo ...Show All
Visual C# casting object in uint
Hi, I have an array of objects ... object[] objects = new object[4]; I know that objects[0] holds a uint so i would like to do that ... uint myUint = (uint)objects[0]; But, this throws an exception "System.InvalidCastException: Specified cast is not valid." I found that I could do that to fix the problem: uint myUint = (uint)((int)objects[0]); But, now I am affraid that by casting the object to an int first and ...Show All
SQL Server rda.push error
Im using the rda.push to push the data back to the SQL SERVER. My SQL table is OrderDetail with a blank data inside My push was unseccessful due to the follow error, can any one help [code] rda.Push("OrderDetail", rdaOleDbConnectString, RdaTrackOption.TrackingOffWithIndexes) [/code] Error message:The table is not a tracked table You can only do RDA Push on table that has been RDA Pu ...Show All
Visual Studio Running Total Field Question
Hello there ... I'm working with Visual Basic 2005 Profesional Edition Crystal Reports 10 I have a Database that has 3 tables: [ Courses ],[ Clients ],[ Trainers ] you may have already know the Relations between the Tables but here they are: -There is a Many to Many Relation between Courses,Clients -There is a Many to Many Relation Between Courses,Trainers So Now I have 5 Tables... beside of the 3 Main I have 2 Tables who Are doing the Many to M ...Show All
Visual Basic Sorting Arrays ...
I have an array of variables with integer values, but some times they don't sort correctly. I continue to call upon the sort operation, but it sorts the string wrong every time, until I change the variables again. Dim Ranger() As String = {var0, var1, var2, var3, var4, var5, var6, var7, var8, var9} Array.Sort(Ranger) Rangebox.Text = "" & Ranger(0) & " to " & Ranger(9) & "" Maybe there a problem, where if 3 of the va ...Show All
Visual Basic How to update software over the web
Can anyone share any code on how this is done That is... say the user has version 1.0, and they access the web looking for updates. A new version 2.0 is available. Is the update a exe file Or a small binary file with the difference in code that patches into the software upgrading it to 2.0 Help! Thanks. It appears it's already built in into the VS compiler. Thanks. http://msdn2.micro ...Show All
SQL Server obtain the name and path of a report
how to save the name and the path of a report on my database when the user click save report Does this cover what you need http://msdn2.microsoft.com/en-us/ms155836.aspx ...Show All
Visual Studio Team System Questions : Installing and Configuring Team System
Hi I have following with me 1. MS Visual Studio 2005 Professional Edition 2. Team Foundation Server 3. SQL server 2005 ,Enterprise edition Having said that, I am planning to deploy Server and foundation server on one machines and Visual studio on one system. Please comment on this. Also please let me know that I read in a presentation that O Visual Studio Team system Edition O ...Show All
Visual Basic Reading every XML in a folder
On startup i would like the app 2 read every XML in a folder and then do the things said in the XMl, basically i want someone to combine thes 2 pieces of code together cause i hav no idea how Used to read every .txt in a folder: Dim App_Path = My .Application.Info.DirectoryPath Dim desktopDir As String = Environment.GetFolderPath(Environment.SpecialFolder.Desktop) Dim dirName As String = Path.Combine(desktopDir, App ...Show All
