Jwright6764's Q&A profile
Visual Studio 2008 (Pre-release) Package Load Failure
Howdy.. Just got this nasty error and wondered if anyone could help me to resolve it fast I have been running Expression Interactive Designer on a test box along with the Cider extensions for VS.. all running sweet... I installed SQL2005 on the same box for some further testing and now when I go to open a XAML page in designer mode in VS, i get a Package Load Failure with the specific package being.. PresentationDesignVisualStudio Anyone Anoth ...Show All
.NET Development Creating our own datasource
Could We create a structure so that it could be binded as a datasource to control who supports databinding. If yes Could any body provide me a sample (with code) of creating our own datasource in C#.That is i don't wan't to bind to dataset ,xml etc I wan't to create my own datastructure.What I have to do. Hi! Create any class (structure is bad solution) and declare there public properties (they will be bindable). Like this: public ...Show All
Visual Basic list(of).contains and comparing generic class
My problem is this (albeita bit of a noob question) I have a custom class which is held in a list class But when I try to search the list for the instance of the class with a property of x=1 then the compare never matches . Help When am I going wrong Example -- Public Class ConnectionClass Private _ConnectionName As String Private _Product As String Public Sub New ( ByVal ConnectionName As ...Show All
Visual Studio Team System Deleting a project in RC
Looks like TFSDeleteProject.exe is no longer available in RC. Please advise. To be clear: you've installed the RC build of Team Explorer and are looking in %programfiles%\microsoft visual studio 8\common7\ide I'm not aware of a setup problem with this file. ...Show All
Visual C++ printf backspace in quickconsole
int j; for (j=19;j>0;j--) printf("%3d\b\b\b",j); works fine when the app is executed on command line, but in "Quick console" it gives strange output like 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 thanks This seems like a bug to me: you should log in on: http://lab.msdn.microsoft.com/productfeedback/default.aspx So that the appropriate ...Show All
Visual Studio Express Editions Chart Control
I have upgraded a VB 6 application that has a chart. The upgrade was successful but when I run the application I get the following error: System.InvalidOperationException was unhandled Message="An error occurred creating the form. See Exception.InnerException for details. The error is: Unable to get the window handle for the 'AxMSChart' control. Windowless ActiveX controls are not supported." Source="WindowsApplication ...Show All
SQL Server Sql 2005 Mobile components for SQL2000 Server SP4
Where can I download sql 2005 mobile components for Sql2000 SP4 I am able to find only for SP3 that does't work with SP4 ...Show All
Windows Forms New Row Question
Hi, I have a windows form with controls that are bound to a typed dataset in VS2005. One of these controls requires a value in a FK relation. I have handled Row_Changing, DataError, and Column_Changing of the datatable. My problem exists when i have added a new row from the binding navigator. If the user does not add any information and instead selects some navigation controls or any other control that changes the current item i recieve a NoNul ...Show All
Smart Device Development database entegreted
hi i am mehmet my questions about smart device applicaton database connection i am writing code about smart device connection database but i want to entegreted my computer database (sql server) with pda database for data. data transfer from pda database to sql server on my computer thank you Hello Mehmet, I didn't completely understood your question. Did you want to sync your PDA database with your database on yo ...Show All
SQL Server transaction has already been implicitly or explicitly committed or aborted error
We are using MSDTC to handle our transactions and some clients seem to be getting these errors more and more when we went to framework 2.0. Any ideas what could be causing this Before in framework 1.1 we would ask our clients to re-register their computer into the domain and/or rename their computer and this worked but it seems like in framework 2.0 it doesn't do the trick. Also, the wrong dns setup causes this too but after trying to fix bot ...Show All
Windows Forms bested texBoxes values
I am creating progammaticaly a repeater >>> PLh = New PlaceHolder PLh = CType(sender, PlaceHolder) container = CType(PLh.NamingContainer, RepeaterItem) then I add my textBoxes >>> tb = New TextBox tb.texT = any.Eval(container.DataItem, ...) PLh.Controls.Add(tb) ..... -------------------------------- ...Show All
Visual Studio Team System Synchronizing manual test and application run with code coverage
Hello, I created a manual test and if I run it there opens the page where I can mark my comments about my previosly defined test steps. If I now start the applikation I wish to test (pressing F5) it starts the application and I can perform all test tasks, but I won't get code coverage results this way. If I go the other way, doing the application test, I get coverage results, but do not see the form of the manual test to fill in: I see the probl ...Show All
Visual Studio Team System Setting Alerts: SMTP Server Requires Authentication
Hi, I use a third-party SMTP server and therefore need to logon using an email address as a user name and also supply a password. I have set emailNotificationFromAddress in c:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Services\web.config. How can I set the password This issue has been raised before, but there are no details about a solution http://forums.microsoft.com/msdn/showpost.aspx postid=105054&Si ...Show All
Visual Basic How to change an image when i click a button
i m new with vb. i m now try to creatting a window application that will change an pictures when i click on a button. for example, my button is button1 and i drag a picturebox from tool bar. the picturebox name is PictureBox1 my picture is 1.gif which located with the same location with the folder that i create. how can i onclick the button1 to change the PictureBox1.Background to open 1.gif. thanks u In your "onClick" metho ...Show All
.NET Development Multiple Project Solution
I would like to take multiple Projects developed by Different members of my team and combine them into one solution. I would also like to use One form to access the different parts of the system. For Example.... Use frmMain located in MainRun Project to bring up frmCatalog located in Catalog Project. Both Projects are members of the same soultion and both Projects were written in VB.NET. How would I code a Button_Click event to bring up frmCat ...Show All
