Software Development Network Logo
  • .NET Development
  • Microsoft ISV
  • Game Technologies
  • VS Team System
  • Visual Basic
  • Windows Forms
  • Visual C++
  • VS Express Editions
  • Smart Device
  • Windows Live
  • Architecture
  • SQL Server
  • Windows Vista
  • Visual J#
  • Visual Studio

Software Development Network >> MJR_jagan's Q&A profile

MJR_jagan

Member List

Stein
sp_412000
MattRobins
Gerardo Rossi
SiraB
ygloo
pdq2
Nengwu Zhu
Loren Shumway
Brian Kesecker
new.wind
mcerisano
John Schleicher
Robert Burke
Joe InfoSec
Dan_Drake
Mark Gilbert
Pedro Pinto
Alan Simes
Marcus Adkison
Only Title

MJR_jagan's Q&A profile

  • Visual Studio Express Editions Strange string problem in vb?

    I am currently making a program that reads the ID tags from an MP3. Here is my problem or an example of my problem. Lets say I have the artist showen in a msgbox and the song title showen in a seperate msgbox like so: msgbox(artist) msgbox(song) The msgbox will appear and show the correct info. But lets say I do something like this: msgbox(artist & " - " & song) it will ONLY show the artist, but this doesn't happen all the time, depending on the MP3 that is read, it will display just as I want... What I really want to know is what can cause it to not display the rest of the string like I want it t ...Show All

  • Windows Forms What is the ASPNET Windows account for?

    Hi anyone, Just wondering why is the user name called ASP.NET appeared in the windows User Account without creating it, and any effect if get rid of it since it is the limited user type but not administrator type. This account is automatically installed by the .NET Framework for use by the aspnet_wp.exe worker process. ASP.NET web applications are run under this account. ...Show All

  • Visual Basic ASP.Net Calendar

    I want to use a calendar in my asp.net web application.But even if I don't select it is showing Calendar1.selecteddate.ToShortDateTimeString() as {1/1/1}. How can I track whether a caledar date selected or not.                                                                           ...Show All

  • Visual C++ Error while compiling (C2664)

    Hi, I have this piece of code which I am trying to compile in VS 2005. ///////////////////////////////////////////////////////// TCHAR * strGuid = NULL; UUID myUUID1; UuidCreate( &myUUID1); UuidToString( &myUUID1, &strGuid ); ////////////////////////////////////////////////////////////// This compiles OK in VS 6.00 but it gives an error in VS 2005 (The project setiings has _UNICODE & UNICODE defined). Any help is welcome :-) error C2664: 'UuidToStringW' : cannot convert parameter 2 from 'TCHAR **' to 'unsigned short **' Types pointed to are unrelated; conversion requires reinterpret_cast, C-sty ...Show All

  • Smart Device Development How can you force Closing PIM.VOL on Magneto??

    We are working on a backup solution for backing up the PIM information on a WM2005 device and I can not find out how to have the background services to release the locks on the PIM.VOL (EDB) - I can copy the file over to another file name but I can not replace the file as the file is locked. I have tried several Mount, Delete, etc operations.  I have even tried replacing the contents of the EDB database on a per record basis but the "Dirty Bits" (replication) all get set and I have already been informed that alteration of the Replication Bits were not implemented in WM2005 - I a stumped and needing help in a very bad way!! ...Show All

  • SQL Server Specified SQL Server not found for connection to SQL Server 2005

    We have an application server running Windows Server 2000 with Sp4. When we use the ODBC data sources connection software, it shows the SQL Server 2000 servers in the drop down box, but none of the new 2005 servers. If we enter the 2005 server name and try to connect, we get the 'Specified SQL Server not found' error message. The connection works fine from a newer Windows XP box and remote connections is enabled. My guess is that we need a new ODBC to connect to SQL Server 2005, but I can't find anything that says this. When you enter the SQL 2005 server name, the format is <machinename>\<instancena ...Show All

  • Visual Studio Team System TFS Reporting Errors

    Greetings, I am using the beta 3 refresh of Team Foundation Server. I am getting problems with the reporting services. No data is shown in the reports. When I look at the server's event log, I get the following messages: Event Type:    Error Event Source:    MSSQLServerOLAPService Event Category:    (289) Event ID:    3 Date:        15/11/2005 Time:        3:58:47 PM User:        N/A Computer:    HERA Description: OLE DB error: OLE DB or ODBC error: The conversion of a char dat ...Show All

  • SQL Server SQL Server pricing

    If this is not the best place for this question perhaps someone can direct me to the right place. Please do not send me to a knowledge base article as this does not really help. I come from a Sybase background. I have the potential to direct various companies that need client/server applications to SQL Server but it is not clear to me (even vaugely) what it is going to cost them. These businesses have maybe 20 to 50 PC's that might need to access data on a SQL Server database. This will almost always be done through an application like Visual Studio .NET. The number of people that will actually need to go into SQL Server Management Studio ...Show All

  • SQL Server Log Reader Agent Failure

    HELP>>> I am getting desperate we recently had a failure which ended up wrecking my replication. The basic layout is from a source server -> Distribution Server then out to several other servers. Long story short the distribution database had to be moved to a new drive and I am now getting the following error message The specified LSN (0003d4f0:0000721e:001b) for repldone log scan occurs before the current start of replication in the log (0003d63a:00002803:0001). (Source: fsdpdcis (Data source); Error number: 18768) ---------------------------------------------------------------------------------------------------------- ...Show All

  • Visual Studio 2008 (Pre-release) Use of OperationContext.Current for duplex

    Hello In all the samples of duplex the callback is set using OperationContext.Current inside a method called by the remote application. However, this approach requires the client to initiate a call a method on the service before the service can use the callback to send messages to the client. How can I enabled the service to send messages to the client using the callback after the client connects, but BEFORE the client sends anything Simple: store the callback reference somewhere (a linked list, a delegate, etc) and have "someone" on the service side invoke that list at will. I uploaded two demos ...Show All

  • Smart Device Development ReflectionTypeLoadException occured while calling Assembly.GetTypes()

    I'm writing some tool for analysing of Compact Framework.NET libraries and for comparing CF with desktop .NET Framework. But i've got this exception while trying to load types from "mscorlib.dll" of CF. I have searched throuth similar questions (about ReflectionTypeLoadException), but all links bring me to answers like "assembly you're trying to reflect to get types references types defined in the another assembly". But "mscorlib" does not references other assemblies! Loader exceptions contained in ReflectionTypeLoadException include 57 (!) exceptions of 3 types: "Bad use of Runtime Impl attribute.&qu ...Show All

  • Smart Device Development Integrate Trace into VS2003 on PPC?

    How can I integrate trace in C# such that I can view trace output within the output windows in the VS2003 IDE As always, thanks! ...Show All

  • Visual Studio Visual SourceSafe installation on Team System/Suite trial

      I'm trying to get setup on the VS Team System/Suite trial. The comparison chart here: http://msdn.microsoft.com/vstudio/products/compare/ and here: http://msdn.microsoft.com/vstudio/products/vsts/compare/ seem to imply that VSS is included in all the team system products. I can't seem to find it on the trial DVD's and the installation process didn't have an option to install it. Did I miss something   Thanks, Ray Hi Ray, Unfortunately, there is no trial version of VSS2005. Alin ...Show All

  • Windows Forms Control Click Once Installation Folders

    Is there any way to specify or allow a user choice of the folder for the installation of a Click Once app In my scenario anyone installing the app will have local admin privileges. (And if he doesn't he shouldn't). Installing at the end of a long long obfuscated path in someone's user profile is not an option. Bob ...Show All

  • Visual Studio Compare version option is disabled when working with remote VSS.

    When I'm working in Visual Studio 2005 and using a remote VSS database the "Compare Version" option is disabled for checked out files both in the Solution Explorer and Pending Checkins. This functionality worked when I was connnected to a local database. Everything else seems to work fine. Is the "Compare Version" functionality only supposed to be available when working with a local VSS database ...John Hensley I've added this to the suggestion feedback website and it was assigned the ID FDBK29546. ...Show All

©2008 Software Development Network