Ozcan Ozay's Q&A profile
Visual C# Visual Studtio 2005->File->New Project->Shows an empty box
Hi All, I am new to .NET, and have just downloaded "Visual Web Developer 2005 Express Edition Beta 2". I want to start building C# applications but on Selecting File->New Project, gives an empty box with no "project types" and "templates". Do I have to install C# express edition separately OR is the installation incorrect. Thanx Varun Varun Sood wrote: Hey Nicholas, Thanx again...just one more question...where can I down ...Show All
Windows Forms Print a datagrid
hi can anyone tell me how to print the contents of the datagrid thanx a lot here try this.. http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwinforms/html/printwinforms.asp frame=true. http://www.thescarms.com/dotnet/printdataset.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vbcode/html/vbtskCodeExamplePri ...Show All
Windows Forms how to open the setting in Settings.xml into textbox when the program starts ?
before i start i would like to say hello to all members ( this is my first post :P ) also im fairly new to programming / coding so be gentle - lol :) ---------------------------------- i have managed to add some code that reads and writes ...Show All
SQL Server Blocking updates of a table
Hi, I've been trying to design a way for me to issue a transaction that: Block all inserts on a table when row X has a certain value (call it A) Add a row to the table with row X containing A Add rows to another table Unblock inserts Commit transaction Is this possible Can anyone give me some pointers as to what to do Thanks in advance! I assume you only want to block Inserts but not Updates, Deletes ...Show All
Visual Basic Option Strict On
Can someone elaborate for me what this does in a VB.Net application, and maybe why i would need that.....thanks i appreciate it bye It disables late binding, so you have to think about problems at compile time, e.g. if you have a textbox and you want a numeric interpretation: Dim i as Integer = tb.Text This compiles with Option Strict Off. At runtime if a user enters a non numeric value your program crashes, as "abc" cannot be converted t ...Show All
SQL Server cmdexec subsystem failure
have a scheduled job that has been running fine for 2 years, but this week I keep getting the following error: 0x469A75B7998F8142A910FA7E9983CCDF has caused an exception in the CmdExec subsystem and has been terminated. the enterprise manager shows that the job failed, but the app still shows up in task manager. the .cmd file has a single step in it that calls the .exe file and does an "if errorlevel = 1" option that displays an erro ...Show All
SQL Server Data mapping to column 'CustomerID' was already found in the data. Make sure that no two schema definitions map to the s
I am getting the following error message when I try to load XML data from a file: Data mapping to column 'CustomerID' was already found in the data. Make sure that no two schema definitions map to the same column. Here is my Schema: <xsd:element name="CustomerList" sql:relation="Customer"> <xsd:complexType> <xsd:sequence> <xsd:element name="Customer" sql:is-constant="1" maxOccurs="unbounded"> & ...Show All
Visual Studio Team System VS 2005 Pro with TFS client and source control
This is probably a FAQ but having read the licensing paper and http://msdn.microsoft.com/vstudio/products/compare/ , I'm not 100% sure if I can use work item tracking and version control without a VSTS SKU (in the scenario where developers only version control). A TFS CAL allows you to access the server from any client: any version of VS, a 3rd-party app, a web interface, whatever. Only VSTS SKUs include a CAL in their price. So if ...Show All
Architecture the best orm for .net?
I would like to know your favorites, i am looking for a free one and with caching capabilities. well I would say to look at the following and weight their pros/cons with your requirements nhibernate gentle.net (2.0 is looking great is is completely based around concepts put forward in DDD by eric evans) wilson O/R (its not free but it has a minimal price, $50 if I remember correctly that includes source) A nice thing about this par ...Show All
Visual Studio Express Editions Variables values
How can i see the variable values while program is running Set a breakpoint in your code, or put them inside a setter method so when they change you can set their value on a control somewhere. ...Show All
Visual Studio Team System Team Foundation Server & 64-Bit Install or DT Install
Hello Everyone, I have read in the install guide that Team Foundation Server will not install on server that has a 64-bit version of Windows Server 2003 installed. When will this be supported If anything, can the TFS Data Tier be installed on a 64-bit server that has SQL Server 2005 64-bit installed on it Thanks for the info... Ed B. see: http://blogs.msdn.com/robcaron/486302.aspx ...Show All
Software Development for Windows Vista Help Desk Support Sample APp does not compile
Error 1 Could not find type 'SimpleReadWriteActivities.SendData'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built. 0 0 Error 2 The variable 'sendData1' is either undeclared or was never assigned. C:\Windows Workflow Foundation\Examples\SimpleReadWriteActivi ...Show All
Visual Studio Keyword Expansion using Team Foundation Server?
Hello! We've just moved some projects from VSS to Team Foundation Server and have now noticed that the keywords e.g. $Log $ or $Header $ no longer get processed. Some advice would be greatly appreciated. regards, Michael Hi Michael, You may get a quicker answer by posting your question at: http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=22 Regards, ...Show All
Windows Forms Mac OSx Aqua Look & Feel
Does anyone know of any windows forms samples using a look & feel similar to 'Aqua' as used for the Mac OSx Cheers James I found a project on codesine that has the aqua button - but it doesn't work too great, it loc ...Show All
Visual Studio Team System Process template: Sharepoint navigation setup?
In constructing a modified process I have added and removed document libraries in the Sharpoint part of the process definition (Wss/WssTasks.xml and added the relevant templates etc.). Everything almost works fine inside Team Explorer - only I get 3 libraries I never asked for: Development, Test, and Project Management. The are no longer in any definition file, the are empty, but appreantly impossible to get rid of. And worse, inside the S ...Show All
