tsensenbach's Q&A profile
Visual C# How in the world?
I have a text file that I am reading that looks like this: "2002", "1", "500", "2003", "1", "501", "2001", "1", "500", "2000", "1", "503", "2001", "2", "500", "2000", "2", "540", "2003", "2", "550", "2002", "2", "523", The first column is 'year', the second is 'internal/external (1 means internal, 2 means external)', and the third is 'amount'. I want to use these numbers to make a report that looks like the following: Year: &nbs ...Show All
Visual C++ DirList ActiveX usage problem on localized VS .NET
Hi, As I know, VS uses DirList ActiveX component for showing some properies (see VC++ Linker's "Additional Directories" for example). In our integration we used the same approach. We crteated a dialog with DirList ActiveX on it. Here is the fragment from rc-file (part of DIALOGEX section ): CONTROL "",IDC_SLE_PATHLIST, "{442502BA-D873-4a37-9F19-3E38C42A3DDB}",NOT WS_VISIBLE | WS_TABSTOP,6,68,190,59 Gui ...Show All
Visual Studio Team System MSTest deployment
I am trying to introduce MsTest into an automated build which involves running the tests on a remote box. Is it possible to drop mstest onto this remote box like we aready do with nunit, what are the licence implications I see that there is a controller-agent model which looks promising however it seems I need "Team Edition for Testers" to get this little featurette - again what are the licence implications if we get a copy of th ...Show All
.NET Development EPC translations from UCC data.
i am looking for a .net framework solution that can do EPC translations from UCC.EAN encodings like SSCC, GTIN and GRAI- i also might need to to DoD encodings. does anybody know of any (non-java) solutions out there I think what you are looking for can be found at a company named Apostrophe Systems. They have a really affordable EPC Translator. It will take your UCC/EAN Number and convert them o EPC. We used the software for our Wa ...Show All
SQL Server Hidden items, whitespace
Hi, i have an issue with hidden items causing whitespace on the output of a report. The last page of the report contains a table, which may be hidden if certain conditions are met. However the final page is still rendered even though it contains nothing. The page does have a header and footer, but the page is still rendered if i also conditionally hide all the elements in the header or footer. Ideally i would like the last page to not ...Show All
Smart Device Development How to create a vcproj file from make file.
Hi, All! Does anybody know how to create a *.vcproj file from existing *.mak file Thanks. There isn't any real automated way of doing this, but what you can do is create a project that doesn't use the VC object model to store settings. Choose File | New | Project | Visual C++ | General | Makefile Project, enter a project name, and click OK. The wizard that pops up has three pages, one of which is a project overview, the other t ...Show All
.NET Development access denied?
Hi there. Just now, all of a sudden, I am unable to run my ASP.NET website on my local box! It was working fine 3 minutes ago, I hit the refresh button and I get an error. I was modifying the website normally and this happened. No idea where to start! Parser Error Message: Access is denied: 'spappsMain'. Source Error: Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, P ...Show All
SQL Server Could Not Bulk Copy
Hi: I am doing a full snapshot on couple of subcriptions but getting this message from last couple of days. I have to do this at night because tables are very large so it does not block the users. I am not sure which table this error is happening. It used to work fine but from last couple of days this has started to happen. I need to re-sync my subscription database with production database but some of the tables are giving problem. The pr ...Show All
Visual Studio Express Editions Deployment issue: File --> New --> Project: there is no node "Other Projects"
Hi All, Installed VC++ and SDK. A simple program works fine (pops a window). I want to move the program to another computer (no VC++, no SDK). The recommended deployment is to click File-->New-->Project, and besides VC++ projects, I am supposed to see a node "Other Projects" - but it's not there. Then, I would have to choose "Setup and Build", and then it would create installation .exe which I could take to ano ...Show All
SQL Server SQL Server 2000 and SQL Server 2005 have the different behavior
SQL Server 2000 and SQL Server 2005 have the different behavior when they close record set earlier opened from the same client application (used ODBC or DB-Library). SQL Server 2005 sends to client a large amount of data while SQL Server 2000 does not do this. Probably these data are the rest of the result set on the SQL Server 2005, which application did not read completely. The difference in query processing can be observed if the SELECT comma ...Show All
Visual Studio Remove File Associations?
I recently received a free license for Visual Studio 2005 Standard Edition, so I figured I'd give it another try (after the express edition) and installed it. Of course, it took over every file extension that could possibly be related to development. I want Visual Studio 2002 to continue to be 'in charge' of all the file types, with 2005 starting only when I explicitly ask it to. Is there any easy way to acomplish this There is an option in V ...Show All
Windows Forms Property grid sub-properties, smart tag editors, and designer persistence
I'm having trouble with persistence of custom control properties at design time. I started out trying to create a series of modified versions of the standard controls, but with new properties and capabilities, especially at design time. It would be neat to create a MyControlBase class and then derive things like the standard text and check boxes from it, but that’s not possible, because .Net doesn’t support multiple inheritance. Creat ...Show All
SQL Server MDX Parameter
Hi, I want to create an arbitrary datetime picker parameters (StartDate and EndDate) to use it as a parameter in MDX. But, I couldn't do this, because in the filter pane it always expect me to select from the dimension(always associate with the dimension values). But what I want to do is pass a value from the datetime picker (which is not associated with the dimension) and filter the data where the parameters value is satisfied with the Date ...Show All
Visual Studio Express Editions Printing Project
I am trying to figure out how to print the code in the entire project, and so far have been unable to find a procedure to do it. Is is possible Thanks for the help Pat Sorry, I thought that printing would work in the Express Editions too. I had it on a laptop for a while, before installing the Standard edition, and I don't recall seeing it grayed out. It is grayed out when you are in the Forms Designe ...Show All
Visual Studio Clipboard problems in a VSPackage editor
I'm having some problems with pulling items back off the clipboard within my VSPackage editor. It looks like the item is added to the clipboard fine, it is disovered fine, but when I am typecasting it back to the object that I originally put on there I am getting invalid cast errors. I've heard that there can be problems in an add-in and you need to retrieve the data in a different thread... but I tried that, and it didn't help the p ...Show All
