GaryReynolds900's Q&A profile
Visual Studio Team System identifying class level attributes
How would you do this I saw an example on the forum for identifying attributes applied to members but when I look at Attributes at the TypeNode level it's empty. Where am I going to find this information Thanks. Attributes applied to type are, in fact, available at TypeNode.Attributes. Are you sure you were examining a type with attribute information ...Show All
Visual Studio Express Editions I have 2 questions
Hello all, I have two questions at this time, and dont laugh... keep getting messed up between tomany languages so syntex stuffs me up... 1st: how to make a new line with a string, remmber it being something like crlf or something like that... do i need to include something .... ect 2nd: Access database connection, this is the code i have at the momment and I dont know why it wont let me fill. Down the bottom of this code is where the error is look for ' ERROR OCCURS HERE..... Hense is there an easyer way to work with databases ie not so much code how would I setup just to through SQL statments at it then it fills the dataset CODE: ' **** ...Show All
.NET Development putting attributes into existing assemblies
Hello Everybody, Iam new to C#. Is there a way to put custom attributes into already existing assemblies The source code for that assembly is not available. Can I use any tools or hooks or does Reflection.Emit support this Thank You. Hi, I have started reading the documentation that comes with installed .NET version.They contain a lot of information on the structure of assemblies and IL Assembly programming.Putting custom attributes into source code is simple (by deriving from System.Attribute) but putting them int ...Show All
Windows Forms bind arraylist with CheckedListBox
Hi, I have an arraylist "AList" that I want to bind with a checked list box CLBProduct, how can I do it I get arraylist as a returned object from a function call, and arraylist contents look like this "Product1" "Product2" "Product3" "Product4" Thanks ...Show All
.NET Development sn.exe and the .net SDK 1.1
Hello, I am trying to create a strong name key for one of my .net components, however I can not find the tool that msdn references as sn.exe which is part of the security tools of the .NET SDK 1.1. Anyone know where I can download this utility or the SDK thanks! -ken Hi, Maybe he used the default command prompt. Just use vs.net 2003 command prompt from start -> programs -> Microsoft Visual Studio .NET 2003 -> Microsoft Visual Studio .NET Tools Cheers. ...Show All
Windows Forms Is it possible to embed a command prompt (cmd.exe) as a control on a Windows Form?
There is a text editor on Linux that I love to use called Kate, part of the KDE. One of the things I like about it is that there is a pane with a command prompt. I was thinking it would be nice to do something similar on Windows. Is it possible I would like to create a text editor with the command prompt in a  ...Show All
SQL Server Split Row's Columns Across Multiple Tables
Hello, Hoping someone here can help. Perhaps I'm missing something obvious, but I'm surprised not to see a data flow task in SSIS for splitting *columns* to different destinations. I see the Conditional Split task can be used to route a *row* one way or another, but what about columns of a single row As a simple and somewhat contrived example, let's say I have a row with twelve fields and I'm importing the row into a normalized data structure. There are three target tables with a 1-to-1 relationship (that is, logically they are one table, but physically they are three tables, with one of them considered the "primary" table), and t ...Show All
Windows Live Developer Forums anyone have it working with Flickr?
I get the endpoint error. Anyone have this working A number of people have posted their problems to the Flickr support forums at http://www.flickr.com/forums/help/15606/ but there's been no official word from Yahoo! I've also contacted some people I know at Yahoo! and hopefully we should be able to track down the problem soon. Thanks for your patience. ...Show All
SQL Server BOL Package example Errors
Hi There Ok i realize this may not be exactly the correct place to post this, but i seem to get good advice here. I am trying to follow the SMO Tables DBCC Package Sample in BOL. I have copied the Microsoft.SqlServer.Smo.dll and Microsoft.SqlServer.SmoEnum.dll to my latest .NET Framework folder as specified in BOL example. Problem is when i try to run the package i get the following error: --------------------------------------------------------------------------------------- An error occured while compiling the script for the Script Task Error 30466: Namespace or type specified in the Imports 'Microsoft.SqlServer.Management.Common' cannot b ...Show All
Windows Forms How to stop downloading Database in ClickOnce!!?
Hi, my application using clickonce, Setup for first Time will be from CD. My MSAccess Database size is 3 MB, by traditional way this database file will downloaded in each time that I have publish new update, what I need is: stop this file download to save time and always copy file localy, no need for replace never. I downloaded the database file as contenet but it isn't good, because always this file will replaced so no benefit .. :) plz help me. Since this is more of a ClickOnce question than a VB question, I moved it to the ClickOnce and Setup & Deployment Projects forum. Hopefully you'll get better answers here... ...Show All
Visual C# selecting fonts for editor
Is there a way to make it so different types of text can be italic I'd like to make it so comments appear italicized, but I only see a Bold check box in the Environment options. Hi Kanato, I am afraid there is no way to do this for now, as you can see in the "fonts & colors" UI. You may want to open a suggestion bug in MSDN feedback center at http://lab.msdn.microsoft.com/productfeedback/ Thanks Suma Sushilendra ...Show All
Windows Forms C# Version??
This looks like a great sample, but will we see a C# version any time soon Thanks, Eric J. Smith Does the new version include the C# code for the GDI+ Controls bye Luxspes ...Show All
Visual C++ The breakpoint will not currently be hit.
Hi there, I downloaded and installed Visual C++ 2005 Express Edition last night, and on the whole I'm really happy with it. I am however experiencing difficulties using breakpoints while debugging Windows applications. When I make a new console application, place a breakpoint and start debugging everything works like a charm. However when I try to create a Windows application, and do the same, the breakpoint symbol turns into a hollow circle, with a yellow exclaimation mark. When I mouse-over it it gives the message "The breakpoint will not currently be hit. No symbols have been loaded for this document." I've made sure that I'm compiling ...Show All
Visual Studio Team System Installation error - Ms.VS.QualityTools.Resource.dll
Greetings, After 4 days trying to install the beta and always failing on writing Microsoft.VisualStudio.QualityTools.Resource.dll I have to throw up my hands and plead for help. I have searched every resource I can find I cannot get around this. Help! Please This is a fresh XP SP2 install on a virtual PC. 1Gb RAM and 20Gb disk allocated to the VPC. No other software. Network connectivity established and member of domain and local and domain administrators. I've tried as local admin, I've tried the MsConfig route. I must be missing the obvious. Thanks in advance for any help that can be p ...Show All
.NET Development Web Server and Windows Media Center
I don't know if this is the right place to ask for this, but since is a forum for web services here it goes: I am thinking of upgrading to Windows XP Media Center Edition but i don't know if this would allow me to develop ASP.Net applications using VB and C#. I know that with XP Home Edition this is not possible, so i am wondering, should i stay with XP Pro ...Show All
