| Thread | Last Post | Replies |
|
| Data connection for custom OLE DB Provider cannot be saved in VS 2 | 30 Apr 2008 06:09 GMT | - |
When I try to add data connection in VS 2005 for a custom OLE DB provider, the Test Connection succeeds but when I say OK I get an error "Multiple step operation generated errror". The same OLE DB provider works fine in VS 2003 and the data connection is
|
| Can one control de property names generated upon dragging from a D | 29 Apr 2008 08:09 GMT | 3 |
I am using VS2008 and love to drag tables into the project so as to let the wizard create classes for me to use in LINQ. However, most DB tables and columns use the ALL_UPPERCASE_SEPARATED_BY_UNDERSCORES style which conflicts with the usual programming style for properties ...
|
| how to create multiple panes in VS2007 | 28 Apr 2008 19:40 GMT | 8 |
I seem to remember that I was able to create multiple windows by just dragging a document tab either sideways or up and down, although I haven't used VS in a while. Can this be done in VS2007? To be clearer, I would like an easy way to get to vertical or horizontal
|
| VS 2005 express ide is not loading languages project file | 28 Apr 2008 17:36 GMT | - |
first i'm sorry for my poor english writing but look at this when I click to open a solution file in Visual studio 2005 I get an error like :
|
| turn off auto "on click make new onClick event" | 28 Apr 2008 17:35 GMT | 2 |
I'm using vusial 2k8 and i have two cs design view pages open sude by side in a two tabgroup view. I'm replacing the html controls in page 1 with the aspx controls in page 2 by clicking selecting and reght clicking. When ever i move from page 1 t oto and select the control to ...
|
| VS 2005 - Edit and Continue | 28 Apr 2008 17:00 GMT | 3 |
I have a Text box on a form: private void button1_Click(object sender, EventArgs e) { textBox1.Text = "two";
|
| How to change the obj folder | 28 Apr 2008 15:43 GMT | 4 |
Is there a way to move the obj folder like the bin folder in a VC# project? I use VS.NET 2008 Thanks in advance Hamed
|
| Website project always launched as HTTPS | 28 Apr 2008 15:20 GMT | 2 |
Using Visual Studio 2005, if I launch my app using CTRL + F5 (start without debugging) it puts HTTPS:// in front of the URL instead of HTTP://, which then causes a failure. Started happening out of nowhere. Happens on all website projects. I first
|
| How can we stored LINQ query definitions if var can only be local? | 28 Apr 2008 11:54 GMT | 1 |
the var "type" is great for holding a LINQ query definition, but it can only be defined within a method. How can one store one or more LINQ queries in a collection for example?
|
| In VS2008 and C# 3.5, how can one use default ctors to set prop va | 28 Apr 2008 03:55 GMT | 2 |
I heard in some webinar that it was possible to initialize several properties using only the default ctor provided the properties had public getters/setters. Something like: Instead of this:
|
| Error in New Query Wizard in Server Explorer using OLEDB provider | 25 Apr 2008 08:56 GMT | 1 |
Whenever I try to create a query involving an outer join and execute SQL with the New Query wizard in the Server Explorer using an OLEDB Provider for Visual FoxPro, I get an error of: 'Command contains unrecognized phrase/keyword'.
|
| When opening the Form Design- Could not load file or assembly | 24 Apr 2008 07:45 GMT | - |
Hi, I am trying to open window form in designer (this form inherits another window form "BaseForm") , am getting exception and Visual studis is asking to debug or cancel message
|
| Windows Form Designer generated code and the System namespace | 22 Apr 2008 14:47 GMT | - |
Im having a little problem with the generated code in the XYZ.Designer.cs files. In my project i have a reference to an assembly that have a XXX.YYY.System.ZZZ namespace. Through out the generated designer file all types a qualified with full names and prefixed with the global:: ...
|
| No 'Edit and Continue' Debugging on Vista 64-bit? | 21 Apr 2008 23:07 GMT | 7 |
I've been testing out Vista 64-bit on a second partition on my HD, and I installed VS 2008 on it. I run a program in debug mode, come to a break point, and then try to edit some code. A window comes up saying something to the effect that you cannot edit running a program in ...
|
| "Class not Registered" Error | 21 Apr 2008 16:24 GMT | 2 |
I have a problem with VS 2008 where I cannot view the properties window for a website project. If I select the Website project in Solution Explorer, and try to view it's property pages, I get the following error. Class Not Registered.
|