Raymond1980's Q&A profile
SQL Server SQL installation Error...
i tried installing sql server 2005 express... but when i came to installing last part, the database server, it gave me this error SQL Server Setup could not connect to the database service for server configuration. The error was: {Microsoft}{SQL Native Client}SSL Provider: The certificate chain was issued by an authority that is not trusted. help anyone Did you figure out whats wrong I am having t ...Show All
Visual Studio Team System MS Project - can't get work items
We get the following error on MS Project : TF80071: Team Foundation encountered an error while accessing the work item database. Please contact the Team Foundation Server administrator. We have Office SP2 and Project SP2 Any ideas Salut Jean-Pierre, You'll have to give us a bit more details I can't really help you with just this. Cheers, ET ...Show All
Visual Studio Including code files in a DSL instance
Being new to this whole DSL world, I have some questions. One of the more crucial for me, is how to include outside code in an instance of a DSL language (when debugging etc.). The way I have solved it so far is the quick & dirty way, using the Class Features Control Block ( <#+ #>) That way I can add code directly when generating files. This is not a nice way of doing it. i don't want to include basic methods/classes in every template ...Show All
Visual Basic VB2005: Creating forms in 'DataReceived' Serial Event
Hi, I have a VB2005 program that interacts with the serial port. My serial port code is in its own module. I have NOT attached a 'SerialPort' control to any form. When I process received serial data using the 'DataReceived' event, I may see a certain chunk of data for which I want to bring up a new form and show that data in a listbox.. The problem is that when I create this new form (Messages = new frmMessages) and then populate ...Show All
Visual Studio Team System Can't find Team Explorer
I have VS Team Edition for Software Architects installed and want to connect it to Team Foundation Server, but cannot find any menu command to do so. The help system says to go to Tools > Connect to Team Foundation Server... but I do not have that menu command. Is there some magic I have to do to "enable" the Team System functionality after installation I have tried going to "Tools > Customize" and trying to add the command, but ...Show All
SQL Server Cannot connect to a named instance of analysis services with RTM
Running on XP Sp2, no firewall SQL 2000 as well as default instance AS is named instance YUKON Browser is running service account is a local user and a administrator (tried system, local service and network service) AS is running Cannot connect via any tool get error A connection cannot be made to redirector. Ensu ...Show All
Visual Studio Team System SQL Server 2005 version control - Only for experts
Well assuming that a 3 tiered architecture of a program written in non object oriented language like visual basic 6.0, it has user interface files, logical files that support functions or functionalities, we will have the final tier…the database tier where sometimes we have all our data stored, some stored procedures and functions, that also contribute to the logical tier. So the question is: how do I make control version with TFS in Sql se ...Show All
Visual C# Limit Amount of Compile Errors before abandoning the Build
Hello All, I've got a project I am working on that has a very large amount of errors. I'm running into an issue as I am taking care of errors and rebuilding it is taking too long to show me the remaining errors. I'm looking for an option in Visual Studio that will allow me to limit the amount of errors shown before the build is abandoned. I have so far been unsuccessful and was wondering if anyone here knew of this option or where ...Show All
Visual Studio Express Editions Reading a files properties.
How do you read the properties of files on your computer. For example, an mp3's title, genre, or a video's compression or dimensions. Thanks. For basic file properties, like creation date, file size etc. you can use information from : System.IO to get some info. (remember to include Imports System.IO at the top of your class) Add a OpenFileDialog and a button to your form and put this in the Click_Event: Private Sub ...Show All
Visual C++ Convert double to char
Hi, Can someone please explain to me how I convert a double variable to char, and then even how I convert it back to double from char Thanks! Can't be done. You can't possibly represent a double in just one char . Or did you mean how to convert double to a character string ( char *), which can be done Are you allowed to use the .NET Framework for this ...Show All
Visual Basic Simple question about class libraries
when I complete a class library project and want to start another do i add the new project to the same library or do i start a new Class library project The confusion here is that Labrary implies grouping your classes together in one place. Thanks Mike Pooley A single dll can contain as many classes as you want. Each class library project will create a new dll. If they are all part ...Show All
.NET Development WSE/DIME - WSE352: The size of the record uuid:{g-u-i-d} exceed its limit
I've gotten DIME attachments to work, but I'm running into the infamous 4096 limitation. How can I download a 20 meg file as a DIME attachment I've tried the maxRequestLength setting <messaging> <maxRequestLength>-1</maxRequestLength> </messaging> but this doesn't have any effect. Actually, looking at the docs indicates to me that this setting has an effect for upl ...Show All
Visual Studio Express Editions VS2003 Add Method / Property / Field dialogs not in VS2005 Express?
Using VS2003 C# it is easy to add methods, properties, fields etc to an existing class, without having to remember all the possible options and type them in. I cannot find any way of doing this in the VS2005 Express (the closest I could find was the code snippet for an attribute, but it is sooo complex to choose what I want). Has this (useful) facility been thrown away If you wanted to hav ...Show All
Windows Forms Crystal Reports Help
I was wondering if any knows how i make a report creator that i can package in a application i am working on. I figure it would be easier then have my co-worker say we need a report with these fields and haveing to make a new one for them. If you have one or know how i can please let me know. I have been trying to figure it for about a week now. ...Show All
Visual Studio Team System Naming Convention for Whidbey
Hi, Good Day. Can anyone provide pointers as to where i can find a comprehensive Naming Convention guideline and coding guideline document for Whidbey, that goes well with FXCOP Thanks a lot in advance. Regards, Murali The amazon link I provided is a pointer to the most current reference. http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpgenref/html/cpconnetframeworkdesignguidelines.asp The link above points to an ...Show All
