dereck57's Q&A profile
SQL Server Can't uninstall or reinstall nonfunctioning sql server
In previous post in the Getting Started section, I discussed problems trying to run queries on multiple databases: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=299240#299240&SiteID=1 Nobody could help with the problem. I eventually got a query to run after several attempts at deleting and recreating databases. Then, I was hit with the following error message: Class does not support aggregation (or class object is remote) (E ...Show All
Windows Forms How do you guys work with VS.NET like this? CONTSANT DESIGNER ISSUE??
Nearly EVER TIME I open a form, the designer is unable to load the form with weird & mysetrious errors (see sample errors below). How is anyone supposed to develop like this To try and resolve the problem, I have to try any of these: 1) Close the form and open it again 2) Close form, recompile solution, open form 3) Close visual studio and open up project again Again, this is 80% of the time I try and open up a form inside Visual Studio 2005 ...Show All
Windows Forms just getting issuevision to start
Hello... I am running a win2k3 server box, and I installed issuevision etc... no errors as far as I could tell in the install... however once I start issuevision etc I get the login prompt, and try demo/demo as user/pass. It says "Server is not ...Show All
Windows Forms not able to locate line of code geberating the pb
My class frmacct is a form. Sometimes, I get the error message : 'Object not set to a reference' but the code stops and puts that 'yellow back color' at the begining of my form class: Public Class frmclass So I m don t know how to locate the line that generates the error since the debugger stops at the begining of the form Thanks Hmm, thats a little odd. What language are you using You could try to trap the exception usin ...Show All
Visual Studio Team System Unit Testing Windows Forms Applications
If this question is posted to the wrong group, please indicate which other group to post the question to. I am new to unit testing and am using Visual Studio Team Suite. What is the best way to unit test a Windows Forms applications Would it be better to: Put all of the logic for the form in a business class and then unit test the business class Keep the form logic in the form and somehow unit test against the form Do it so ...Show All
Visual Studio Express Editions question about vb express and hanging the pc
I have installed the entire package and even started a first project, the problem comes when I move a web browser control to the form, the CPU goes to 100%, and pretty much the system is EXTREMELY slow to respond, makes sense if it's maxed out, but why is this happening my cpu is a 1.5Ghz should be able to handle this software just fine , plenty of memory almost a Gig, so what is the deal anybody else run into this ...Show All
Visual Studio HELP!! export data from asp.net web page(s) to pdf
When I export my report to pdf, it will insert a blank page between each pages. How can I do You may also be interested in this blog article about logical and physical pagination in RS: http://blogs.msdn.com/bwelcker/archive/2005/08/19/454043.aspx -- Robert ...Show All
.NET Development VS 2005 - Using the .net framework data provider for oracle - Cannot see stored procedures in the data source wizard
I am using Visual Studio .Net 2005. I am trying to use the data source configuration wizard to utilize some oracle stored procedures. I tried choosing both the .Net framework data provider for oracle and the .Net framework data provider OLE DB. In both cases, when the wizard tries to retrieve database information, the stored procedures are not listed. I can see the stored procedures in the server explorer, but not when using ...Show All
.NET Development Specifying Source IP of HttpWebRequest
I’ve created an HttpClientConnection class which handles HTTP requests from one IP address and port number to one URL. I plan on having many (about 1,000) instances of this class, each associated with one of the many IP addresses that will be on one NIC card. They will all be sending requests to the same URL, but that server must be able to distinguish requests by the IP address that sent them. I understand how to use the BindIpEndPo ...Show All
Visual Studio Team System Help about incrementation and iteration
I don't understand if once i have all the use cases i should split them and in each iteration i add more use cases, or i should consider all the use cases on each iteration. The msf talks about versionning but i can`t clearly see how to make this versionning. Versionning means splitting the use cases There are a few strategies - hence your confusion. The goal is to deliver value incrementally. As such, you typically first address the ...Show All
Windows Forms Overriding OnPaint in ToolStrip
Hey there, When trying to implement custom background painting in a ToolStrip control (System.Windows.Forms.ToolStrip) , I find myself having to add a bit of hack design. When the ToolStrip control's RenderMode property is System , there is always a grey line drawn at the bottom edge of the control. When RenderMode is instead set to Professional , there is a blueish thinner rounded line at the bottom and right edges. These lines seem to ...Show All
Visual Basic Listing the variables in a structure
Hi, Does anyone know how I would list the variables in a structure I have a requirement to load a fixed length disk record made up of many fields into a structure - and I was looking for an automated way of doing it instead of hard coding each field position. Regards Michael Hi, Thanks for your help. Here is my module to list all structures in the current assembly and their fields. I'm using the VB ...Show All
Visual Basic Check extension of file in If Statement - Syntax Issue
I'm trying to check the extension tye of the incoming file. The problem lies here: The code: Sub Main() ProcessFiles("\\sss\\sss_input.txt", "\\sss\mnt_output\") 'ProcessFiles("\\sss\naf_input.mer", "\\sss\naf_output\") End Sub Public Sub ProcessFiles(ByVal sIncomingfile As String, ByVal sOutputDirectory As String) Dim f As New Security.Permissions.FileIOPermission(Se curity.Per missions.P e ...Show All
Windows Live Developer Forums This space is temporarily unavailable. Please try again later.
I would like to change my permission to public, but it is unavailable for 3 days~~ =.=,I can setting everythings,spaces,blog etc except the 'permissions' sent email to Microsoft support team but no reply This is not the appropriate forum for questions about problems with the MSN Spaces website. This forum is meant for discussion about the MetaWeblog API provided by MSN Spaces. ...Show All
.NET Development C# HScrollBar
Im using .NET 2003. I'm developping an application where i display a graph with a scale in micro seconds.My problem is that the HScrollBar control with .net only handle Int32 for the HScrollBar.Maximum value but as im using microsecond Int32 is not enough and i need the Maximum value of the HScrollBar to be UInt64. i got some solution but i wanted some advise before trying to fix it : 1) Extend the control or rewrite the control : the p ...Show All
