chug's Q&A profile
Visual J# Error Configuring Web Site
I am using Visual Studio 2005 Beta 2 - I have completed Soup-to-Nuts 1 thru 9 doing them in Visual J# and have had to create all added code and files that appear from one lab to the next, not to mention the problems with the differences in ADO .Net with datasets and table adapters anyway I have go thru that, now Lab 10 deals with Web applications so I decided to revist the Lab "Creating ASP.NET Web Applications with J# - Part 1" I ...Show All
Smart Device Development Access LAC/MCC/MNC & CellId
Hi guys, Is there a way to access LAC/MCC/MNC and cell_id If yes where can I find it and what are the functions to access them Regards, Parag First of all MNC is 3 digits (based on GSM spec 4.8 version 7.7.0 page 401) An alternative way is to collect this message from the device and decode the message based off of the noted GSM spec. ...Show All
Software Development for Windows Vista ???
where can I obtain a copy of windows sdk MicrosoftR WindowsR Software Development Kit (SDK) for the December 2005 Community Technology Preview (CTP) http://www.microsoft.com/downloads/details.aspx FamilyID=2297bdc9-b5ae-4b8a-b601-eef54a52867a&DisplayLang=en But if you need SDK to build applications for existing (non-beta) OS - Windows Platform SDK http://www.microsoft.com/downloads/details.aspx FamilyId=A55B6 ...Show All
Windows Forms How to access the publish version in the software?
So, the publish utility has a nifty version incrementing thing. Only, the Application.Version number is completely different. I'm hoping to display the vesion (publish version) somewhere on the screen to allow beta testers an easy way to idenitify which they are using. I looked through the forums but only found ways of setting the version. What I'd like to do is just use the one already there in publish. Hi, ...Show All
Visual Studio Tools for Office What could the ERROR be
I have created a outlook com addin using VSTO that reside in outlook. The plugin is basically displaying a msg to the user that a new mail has arrive and what is the content. The plugin run fine when using pop account. The problem arise when the user is connected to the Exchange Server. When the event kick in on new mail arrive, the outlook would crash and thus causing the outlook to terminate. What could be done to resolve this issue.. and wha ...Show All
SQL Server Complex Query
Hello, I am having trouble in getting the expected results. I have two tables as below. I need Idno,transdt,cd,cycdt,amt from joining two tables. The criteria is that if the transdt greater than same month of cycdt then we need get the next month cycdt and corresponding amount for that, if it is less than or equal to same months cycdt then get the same months cycdt and amt. Cd is dummy field which can be anything. I am using sqlserver 8.0 tab ...Show All
SQL Server Report Builder problem on Analysis Services cube with IsAggregatable = False
I do have a problem with Report Builder when used on a cube where for one of the dimensions IsAggregatable is set to False. The cube contains stock figures and a time dimension. The stock figures of course cannot be aggregated over time as they are figures determined at the end of a week, month, or so. So I want to set the IsAggregatable attribute of the time dimension to False. When I do that, Report Builder does not work anymore on this cub ...Show All
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
.NET Development Problem with form resizing
Hi I installed vs.net 2003 and then I tried to make a form in c#.net with resizing the window as I wish. But when it ran, it gave me an arithmetic exception. I did not do anything other than creating a project and resizing the default form. Same thing happened in vb.net. I had to reinstall (due to different reason) windows xp OS then I install vs.net 2003 again from same source. Then it did not give any exception. Can anyone explain th ...Show All
Visual Studio Team System ADAM Error on Installation
Hi, I could not ever install the ctp version of foundation server. Finally on beta 2, i thought my woes would be over... Far from it Now it stops at the ADAM install itself. I did exactly as the installation guide said.. fresh machine.. it completes the step 1 starts the step 2 and then it says there has been an error.. now no info on what the error is all abt. I chkd the known issues and it mentioned abt the TMP variable spaces... ...Show All
Visual Studio Team System DoNotMarkEnumsWithFlags
Hi, FxCop recommends that I don't decorate my enum with the flags attribute, even though the enumeration contains bit fields. This rule appears to have a regex that looks for hex values. This regex should be updated for enum declarations like the following: [Flags] public enum ValidationTypes : int { Any = int .MaxValue , Data = 1 << 0 , Model = 1 << 1 } ...Show All
Windows Forms Getting rid of the Focus Rectangle on a button
Hi, I've got images on my buttons. When I click on them, it displays the focus rectangle and sort of messes up the images. Any way to get rid of those rectangles I looked up the documentation and found stuff dealing with UICues including the&n ...Show All
SQL Server Remote Server into a named Instance of SQL Server 2005
We are setting up a database server with 2 instances of SQL Server 2005. One for the default and another for Reporting Service. I have them installed but when I try to a registration from another Server for the Reporting Service Instance I can not get in. I am using the sa userid and password, the same one that works when I am on the server but I get an error that says Remote Server connections may not be allowed. When I go to properties the All ...Show All
Visual Studio Express Editions SQL Server express - using VB .NET not able to connect
Dear all, I am using Windows XP SP2 & Installed Express edition of SQL server. My application is available in VB .NET, i have tried all the possibilities still I am not finding any way to solve the following error "unable to connect database - It is only possible to connect to SQL server desktop engine database." I have selected OLEDB for Sql server it was taking server name, username, password and in the databas ...Show All
Windows Forms multiColumn Combobox
I am looking for a way to have more than one column in a combobox. I also need a hidden value property to be the "SelectedValue". If anyone knows how to do this it would be great. Kevin hrm...my information must've bee ...Show All
