Software Development Network Logo
  • Visual Studio
  • Microsoft ISV
  • Game Technologies
  • .NET Development
  • IE Development
  • Visual C#
  • Windows Forms
  • Windows Vista
  • VS Team System
  • Visual FoxPro
  • SQL Server
  • Audio and Video
  • SharePoint Products
  • Visual C++
  • Smart Devicet

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

hellomahesh

Member List

bonni
DeadlyEvilRyu
djehmli
simon_
Pooja Katiyar
Rich Wilson
bikerchick
Shmelly
JuniorBR
Jarod.Net
Eisa
Rob Epler
volverine
ShrikantBijapurkar
Neo the 1
DarkFlame
Dwz2006
darrell0101
Bachmo
Webbee
Only Title

hellomahesh's Q&A profile

  • Software Development for Windows Vista The Windows CardSpace service is disabled by your administrator

    I'm using Vista Ultimate, (MSDN download). I upgraded an XP box that was running RC1 of .NET 3.0. Cardspace Id selector was working fine under XP. Going to this page: https://www.francisshanahan.com/cardspace/ and clicking "try it" gives me the following error under Vista: Windows CardSpace service cannot be started The Windows CardSpace service is a critical component for running Windows CardSpace. The following are possible causes of the problem: 1. The Windows CardSpace service is disabled by your administrator. Contact your system administrator. 2. You are not running the NTFS file system. For information about converting to NTFS, see Windows Help and Support. I am running NTFS so it's not #2. Any ideas Vista is not that Ultimat ...Show All

  • Visual Studio Team System Problems with Source Control

    Hi guys, we try to use SC and we are no real experienced team. Hopefully somebody can help us with following problem. Everybody uses SC in our dev-team. But from time to time we get the following message from SC when we download latest version: The solution <My Solution> has been modified outside the environment Press Reload to load the updated Solution from disk Press Ignore to ignore the external changes The changes will be used the next time you open the solution. Another Problem: SC seems to have problems to recognize that there are new versions avail. We right click on a folder in SC and select get latest version. We get the "All files are up to date" message. But when I check the files in the SC-direct ...Show All

  • Visual Studio Crystal Report For VS.NET 2005.. Cannot change DBName, ServerName on Runtime if write SQL Statement

    I have the problem about change database name and server name runtime... I use CR for VS.NET 2005 to make a simple report Use OLEDB for SQL Server and write SQL Statement in COMMAND OBJECT.. (Error will not occur, if I choose link table, not manually write SQL Statement) I found that i cannot change DBName and ServerName I receive error when i call function Report.Database.Table(i).ApplyLogOnInfo(NewLogOnInfo) -------------------------------------------- Failed to load database information. Details: The database DLL 'crdb_query.dll' could not be loaded. Error in File C:\DOCUME~1\anop3\LOCALS~1\Temp\{68D71403-5484-4650-B960-D55DB2523564}.rpt: Failed to load database information. --------------------------------------------- Then, I wri ...Show All

  • Visual Basic Help with subclassing

    Was hoping someone might be able to spare a link or two about refining classes. Working on a newbie program and have a class set up but need to refine it and possibly add a sub class. Any links to good reads would be greatly appreciated. Thanks Mike Well that is one drawback of VB.net as it is at the moment... no multiple inheritance. I've got to admit I'm struggling a bit to understand exactly what these cards do to/with people. On the face of it you would have a cards class which you then subclass depending on the type of card it is... ...Show All

  • Visual Studio Express Editions Remote communication(Look at home computer from internet)?

    I am building a program that is used in the home. It will gather some info and save it in files and such. But I am looking to let the user look at some of that info via the internet. Through our website(that is not started yet). I have worked with TCP/IP connection on VB6. The users compuer will most likely be on a dynamic IP as well. I really am not sure what ports would be best or really where to start. Any help would be appreciated. I have done a search but I couldn't find anything. Sorry if this is a dumb question.. Thanx in advance.. Well how are you planning to let the user look at some info on the internet They can use their IE browser or you can implement a webBrowser Control on the form i ...Show All

  • SQL Server So frustrated...why does it have to be so difficult

    Why have you made connecting to a sql server express database so difficult I have it working locally, but going to production has been nothing but a nightmare. I can't even connect locally on the production box. I am on a dedicated server and my login is an Admin on the box. I have just installed SQL Express + the fancy management interface. I have made a copy of my database that I was connecting to dynamically (which was failing remotely) and I have attached it to the server.  I have made myself a user of the database and granted my self evey permission available. I have turned on impersonation in my web.config.  The database knows it's me trying to connect and STILL denies me when I'm actually ON the production s ...Show All

  • Visual Studio Express Editions Serial Port. Problems in Storing received data

    Hello everybody. I'm still on the same project: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=714917&SiteID=1 Hello there.. I fixed the problem, changing the Read function from RedByte to ReadLine. Heres the code: Private Sub Receiver(ByVal sender As Object, ByVal e As SerialDataReceivedEventArgs) Handles COMPort.DataReceived Dim RXString RXString = COMPort.ReadLine() Received.BeginInvoke(New StringSubPointer(AddressOf Display), RxString) End Sub Private Sub Display(ByVal Buffer As String) Dim array() 'Temporares Array um Werte zu Extrahieren Received.AppendText(Buffer) array = Buffer.Split(",") Hell = CDbl(array(2)) Hell = CInt(Hell * 3.4262591) TB_Helligkeit.Text = Hell ...Show All

  • Windows Networking Development Setting up FTP on Server 2003

    .................................................. This forum is NOT for Windows trouble-shooting questions: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=152532&SiteID=1 acturaly you may get more answers from related forum ...Show All

  • Visual Basic Visual Studio Is Busy?

      Pentium IV - Northwood 3.5 Ghz - I Gb of Ram. XP SP2 .. all current patches applied. VS2005 RTM Team Suite On occasion while debugging the IDE becomes nonresponsive and I receive a Bubble message informing me that "Visual Studio is busy waiting for an internal operation to complete - If you receive this message often, please inform Micorosoft" After I receive this message the IDE never recovers. All I can do is to delete the process and restart it. Any idea what's occurring OK, stupid me. Between the time I left work and the time I got back the following morning, someone had deployed a .NET 1.1 web application to my server under the same application pool as my 2.0 application. No one bothered telling m ...Show All

  • Smart Device Development SQL mobile in smart device and windows application

    I would like to create a desktop application and use the same database or at least the same data for the PDA in a similar smart device application. Is that a valid scenario It seems there wouldn't be a good way of merging the data. What would the proper setup be for this so the data could be synched Hi Ilya , Actually in my project i am also having such condition that i am using SQL Express for desktop application and SQL Mobile(.sdf file) for my Pocket PC desktop application. Now i need to export/ import my data from Pocket PC to desktop application and vice versa. as u wrote that Synchronization is not applicable here and we need to manually do that. Please if you have any sample application or lin ...Show All

  • Smart Device Development Other ways to obtain the version of an assembly

    To obtain the version of and assembly i go throught the reflection class and use the assembly.loadfrom("assemblyPath").getname.version. This way implies to load the assembly.Is other way to read the manifest which don’t implies load the assembly   And as I supouse there isn’t any way to unload an assembly that has been load with the system.reflection.assembly.loadfrom, isn’t it ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I'm trying to reference another project

    Right now I've got a windows game project and a windows library. I'm trying to reference the the game project to the library but when I go to 'Add Reference' then to the 'Projects' tab and there are no projects in that tab...its blank. Any suggestions thank you this worked out perfectly. I was thinking something along those lines but I'm just not on the ball today. Thanks : ) ...Show All

  • SQL Server sql 2005 Transaction log size

    We have a database that is backed up every night (full backup). The database size is around 5GB and the transaciton log is about 3GB. And it's 3GB after the backup too. I thought the log size should shrink after each full backup. I can't imagine what data the log needs to maintain after a full backup is complete. What can be done about this large transaction log TIA, barkindog Mnn, just noticed the SQL above came from the MS KB "INF: How to Shrink the SQL Server 7.0 Transaction Log" http://support.microsoft.com/default.aspx scid=kb;en-us;256650 We're running into problem now as well, log is 12GB (with 0% free space) while db is only 10GB ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Animations in Content Pipeline

    I officially give up on trying to use the built in content pipeline importer for mesh animation.  I created a model with only one rotation matrix in its hierarchy, and the rest of the matrices are identity matrices.  The directx viewer runs it fine, my XNA beta1 loader runs it fine, but it seems impossible to access this matrix in the content pipeline.  I did a full tree search before and after the base.process in a custom model processor, and my rotation matrix was not stored anywhere (it was stored as -1*I for some irritating reason).  My question is, is the animation loading going to be changed in a future release or are we stuck with creating our own processors and .X importers for animated .X files It would have b ...Show All

  • Visual Studio Javascript Debugging With IE7

    Hello, I have ran across an issue debugging an ASP.Net page after installing IE7 on my development machine and I have not been able to find a solution. I am using Visual Studio 2003 and I am no longer able to access the rendered source (including embedded javascript which is emitted in the code behind) using Debug -> Windows ->Running Documents -> Page.aspx When I click on the running page in the Running Documents , all that displays is the source page and not the page that is running in the browser. Doing these same steps in IE6 worked fine. Also, note that the debugger statement does break but only shows the source page (not the running page) in Visual Studio and places the break at the end of the </html> tag. Therefor ...Show All

©2008 Software Development Network