tylerperkins36's Q&A profile
Visual Studio Express Editions Nobody can help me?
My problem is this: I can see old proyects but when I start a new proyect in visual basic express, proyect types, templates, name are blanks and with with no options and the OK button are unables. I tried to reinstall but its another error message. I tried to unninstall visual basic but appear the following message:"Setup is unable to determine a valid ordering for the installation. See the error log for further details.". But I can't ...Show All
Visual Studio Team System Deploy different projects to different locations?
Can one Build Type deploy different application projects to different locations (for example, deploy app A to \\server1\drop and app B to \\server2\drop ) Out of the box, this behavior is not supported. The easiest thing might be to create two different build types. Alternatively, you could override the CoreDropBuild target to force it to do what you want it to do. -Aaron ...Show All
Visual C++ C and C++, how do they differ from each other?
Hi there, One of my friends is NOW asking me to explain the difference between C and C++. Let's assume that we have a code below; #include <stdio.h> int main() { printf("Hello World!"); int i; int j; int k; return 0; } This code can be built as C++. However, it cannot be done so as C. I tried it with V ...Show All
SQL Server Grouping question
Hi guys, on my report i have 3 separate matrices with monthly sales results, each gives a different view on the same data. This all works nicely, but the customer wants these matrices grouped by product (the product is a parameter of the report, they can choose several or all products to report on). Exactly what would be the best way to achieve this grouping It seems i can't house them within a table, and i can't put them in anot ...Show All
.NET Development .net 2.0 instable?
After converting web app to .Net 2.0, once in few hours it dies. I've seen people having same problem with different apps on .Net 2.0, web and winforms, and haven't seen one yet saying the problem solved or at least understood. I'm trying to narrow it down from event log entry. Can anybody help on P7 and P8 values I was not able to find any info. Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category:  ...Show All
.NET Development Single address always returned via GetHostEntry or GetHostAddresses
Should I not be able to see all IP addresses for other computers in my LAN/DOMAIN - Lee I appreciate know this. I should still be able to make interop calls to Winsock to get what I need. Thanks for your help, and glad to see this request go on the list. - Lee ...Show All
Visual Studio Team System Unit Test Wizard in Visual Studio Team Suite doesn't generate tests for C++/CLI classes.
Hi all, Is there a way to generate unit tests for projects written in C++/CLI I added a Unit Test project to a solution containing C++/CLI and C# projects. All C++/CLI projects are compiled using clr/safe. When I right click on the Unit Test project and select Add->Unit Test, a Generate Unit Tests dialog comes up displaying the projects in the solution. If I select a C# project, unit tests are generated and added to the Unit Test ...Show All
SQL Server New to MDX. Help Needed with a Calculation Definition in my SSAS 2005 Cube
I'm new to MDX and I don't quite get the hang of it yet, so I'll try to provide all of the relevant information that I can so that you guys can help me. My company has a lot of "Rolling 12 Month" metrics and I've been able to incorporate all but a few in my SSAS 2005 cube. By "Rolling 12", we refer to the 12-month period that ends with the previous month. So all "Rolling 12" metrics reviewed in December 2005 refer to the period ...Show All
Windows Live Developer Forums MSN Messenger Plugin
Hey everyone, As most of you, I am a regular msn messenger user as well as a developer. Recently I was told by one of my friends about MSN Messenger PLUS (plugin) created by Patchou and I was REALLY impressed. I also downloaded other plugins (stuffplug, anonymail etc...) and I found all of them extremely useful. I was wondering how I can write my own plugins for msn messenger. I have searched and found some information but nothing that wou ...Show All
Windows Forms Drag/Drop window control embedded in IE
I have a window form control which has the drag/drop function to retreive the dropped word document's file path and can be implemented in IE, but the problem is I want a text field in IE can get the document's parameter from the window&nbs ...Show All
.NET Development invoke Xml document as Web page
Hi, As of now i am accessing excel documents from the Web application. The excel contains vb Macro code to connect to the database and color the cells based on the data retrieved from the database. Since the excel is opened, a separate excel.exe process runs in my task manager and there is a dependency that the client machine must contain the MS excel. to get rid of this dependency i would like to open the Excel by referencing it inside the ...Show All
Windows Forms clickonce over ssl with client certificates
Hiya, our application is deployed to a server that requires client certificates for access. Click once fails with "Installation failed. Unable to open application files on the server. ....". The access logs for the web server show: 1. an access to the fi ...Show All
Visual Studio Team System Can't add trusted domain users (tons of details)...
It would seem that TFS is not playing nicely with trusted domains, but judging by the other posts related to domain users in this forum maybe it's less specific than this. My setup is this: * Separate DC which houses "DEV" domain * DEV domain has one way trust with in house domain (let's call it MAIN) * Added MAIN\Development to DEV\Domain Admins (so that our Development group can manage this server while testing) * TFS single server instal ...Show All
Visual C++ Tutorial on dll creation
Hi, Is there any tutorial I would access to learn how to build a MFC based dll step by step I've created a simple database application (used the Enroll tutorial as a base guide). Now, I want to turn it into a dll so that I can call it from other applications (Win 32, not using MFC). I downloaded some dll samples, but it's so confusing! I can't clearly understand the mechanism of a dll creation... I also downloaded your Visual ...Show All
SQL Server Query problem
Hi, I've got a problem with the following query, i'd like to write this in SQL for reporting services. if ($par == "Ok"){ $query .= ' and b.date is not null ' } if ($par == "NOK"{ $query = 'and b.date is null' } How should I do this If my parameter is OK, the date should be filled in. Otherwise... THX You can do something like this select .... where @par = 'Ok' AND b.da ...Show All
