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

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

spelger

Member List

CraigInCalifornia
GCB
Vaish
furjaw
Kitty Butler
siavoshkc
K. Murli Krishna
Neotech
rjo2
DanielN305517
ghchen
Andy P.
Chris Holt
gabegabe
airwalker2000
AmitKGupta
4B7
FrankBru
laneco
JohnGBunch
Only Title

spelger's Q&A profile

  • Visual Studio Team System Troubles with TFS

    My TFS was installed on MS SQL Enterprises Trial, after upgrade to full version I cann't process warehouse and I getting this message (after Run methid http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx ) Event Type: Error Event Source: TFS Warehouse Event Category: None Event ID: 3000 Date: 08/29/2006 Time: 17:39:02 User: N/A Computer: ALITFS Description: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 8/29/2006 3:39:02 PM Machine: ALITFS Application Domain: /LM/W3SVC/3/Root/Warehouse-1-128013394391204495 Assembly: Microsoft.TeamFoundation.W ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XACT Audio / Minor Rant

    <minor-rant> Can you please, *please* consider supporting a more low level way to play sounds than XACT. The Microsoft Cross Platform Audio Creation Tool (XACT) is a pain to use. I mean seriously how many devs do you have budget for to maintain this so called "IDE" It might be okay for professional game studios but I don't think it's that simple for the XNA GS crowd. Then again having looked in the XACT forum it doesn't look like a lot of professional studios are using it either. So then you have to ask why are we having it forced on us since this audio content creation tool has so far fallen on deaf ears ;). Perhaps it's a secret plot to get the XACT folk to make it better in future perhaps (hmm bite my tongue) A ...Show All

  • Windows Live Developer Forums licensing question for hundreds of tiny separate webservers

    Hello everyone, I've been reading the VE TOS but I can't seem to figure out if the following use would be allowed under it. We are developing an AVL (Automatic Vehicle Localization) service. We install GPS receivers in cars and track them over a cellular network. What I would like to do is give my users the option to see the position of their car on the map. The GPS positioning devices in the cars also host their own webservers, so all HTTP requests go directly to the device in the car (we don't host any of the information for privacy reasons). VE seems to have pretty good maps (Navteq 2006) of the area I'm interested in (Romania) so I would like to use that. In my case there will be hundreds of little webservers (the tracking device ...Show All

  • Visual Studio Express Editions I want to add progress bar

    I want to add progress bar in form which display how much program is proceeded I have to functions like A(), B() my coding looks like this A() 'statement 'statement 'statement while B() end while 'statement 'statement end sub so i want to know where i put progress bar function which follow completion of fucntion A() please guide me how can i written code for progress bar Basically a progress bar determines how much of a thing has passed until it is completed so you need to determine what the maximum value is and how it is reached. Without details of your actual code and what you are showing progress for it is hard to provide an answer. For example if you ...Show All

  • Smart Device Development How to use RegisterRunningDevice

    Hi all !!!!!!!!!!!! I'm on an important project of network device developping. I made a UPNP AV Control Point that works very well. Now I'm building a MediaServer device and I'm facing a problem about register the device. I did my own implementation. Since it doesn't work, I tried the example provided by the microsotf SDK and I get the same error after calling IUPnPRegistrar::RegisterRunningDevice. the return result of the function is 8004a025. I searched the meaning of this value and I didn't obtain anything. If somebody can know the meaning of this or the causes of non-running of this function, I'm waiting your contibutions because without running the function I canont progress. Thank you very much. ...Show All

  • Visual C# Object Oriented

    i am a computer science student and i want research about object oriented concepts in c#. can anyone introduce refrences except MSDN Good book if you're interested in learning more about it from a design patterns perspective... ...Show All

  • Audio and Video Development menu key

    Hello, How can I hide a div when the menu key is pressed thanks. I'm testing my remote control events and I would like to use the MS Sim to do this instead of using the Xbox. So I searched the help and the forum and I can't seem to get CTRL+M and CTRL+T to work in the MS Sim. However my events are being called. I've tried code that I know works in the Xbox and that doesn't work. Do I need to start the MS Sim in a special way JT ...Show All

  • Visual Studio Express Editions Send data to form based on selection in datagridview

    I have a datagridview on one form that present companyID, CompanyName and CompanyLocation from my database and want my users to select one row and duble click on it to open another form where the data will be presented in textboxes. Right now the datagridview is read only and Selection mode is Full row select I want something like this If user D.klick Row with CompanyID 3 then Open Form2 and populate txtCompanyID with companyID 3, txtCompanyName with Companyname where companyID is 3 and so on. I appreciate any help I can get. /Rikard aka Biocide Hi, Add InitializeComponent() to the constructor Public Sub New ( ByVal ForetagID As String ) InitializeComponen ...Show All

  • Visual Studio Express Editions One or more errors encountered while loading the designer!!

    One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The type 'ClientApplication02._ClientDB_Baisic_IIDataSet' has no field named 'DataSetName'. Hide Edit at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializ ...Show All

  • Visual C# Convert C# to VB

    I am having some trouble "translating" some C# code to VB from an excellent class I found at http://bloggingabout.net/blogs/jschreuder/archive/2006/05/31/12272.aspx Here is the section I need some help with /// <summary> /// Definition for the FileEvent. /// </summary> public delegate void FileEventHandler ( object sender, FileEventArgs e); /// <summary> /// Event is raised for each file in a directory. /// </summary> public event FileEventHandler FileEvent; /// <summary> /// Raises the file event. /// </summary> /// <param name="fileInfo"><see cref="FileInfo"/> object for the current file. </para ...Show All

  • SQL Server Cross assembly or cross domain calls not supported

    If I compile a simple .NET DLL with the following function and register it as an assembly in Analysis Services: public static int MyFunction(object o) { return 99; } When I run the following query I get an error which reads " Execution of the managed stored procedure failed with the following error: Cross assembly or cross domain calls not supported!. Execution of the managed stored procedure failed with the following error: Cross assembly or cross domain calls not supported!. Execution of the managed stored procedure CSng failed with the following error: Microsoft::AnalysisServices::AdomdServer::AdomdException. " with member test as MyAssembly.MyFunction(CSng("2.5555")) select test on 0 from ...Show All

  • Visual Studio Express Editions Is it safe to delete these files ?

    Is it safe to delete the files that are in the bin\Debug and bin\Release folders Quote: Where oh where is this command ! ! VB.NET doesn't offer that command and it does only delete the obj and bin folders! Nothing more, nothing less. You are safe to delete only the folders! :-) ...Show All

  • Windows Forms How to validate new DataGridViewRow?

    Hi, Asked before but never answered, so allow me to try again: I have a DataGridView bound to a DataTable. By clicking a button a new DataRow is added. I don't have valid default values at hand, so the user must enter values and those values must be validated. I must prevent invalid values from being stored in the database. However I can't count on the user tabbing through the new cells and firing the needed CellValidating events. And if he doesn't the cells never get validated. How to force validation of the cells in the new row I will appreciate your help. Tonn Hi Prasenna, MrJpenn44, Thanks for responding. Basically the both of you suggest a method in which I end up doing ...Show All

  • Visual C# class for handling exceptions

    hi everyone! i need to control exceptions in my win applications, I already have a lil knowledgment about exceptions and i' ve been searching some good examples about the best practices for handling exceptions, but i havent found any complete example. Someone can help me showing me some portion of code, maybe the class you created to manage exceptions and the way u catch it. Hope to find some help. Best regards. Joseph I see exceptions as a two layer model. The first layer is to attempt ot catch the exceptions explicitly for the job being done. For example you are attempting to do a File IO operation. It should be surrounded by a try catch construct coded explicitly for "only" ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Viewport depth buffer / draw order issue?

    Apologies in advance if this question has been covered elsewhere. I've searched through literally hundreds of posts here, but couldn't find anything relevant to my issue. I'm working on some code to simultaneously display a 3d model from several different camera angles in several different viewports. Unfortunately, I've run into a rendering problem whenever I draw the model in a viewport. For reference, here is a perspective rendering in 3DS Max of what the model looks like: http://www.hph-tech.com/modelPerspective.jpg This is a screenshot of the model (as seen from above) when I render it normally (i.e. not in a viewport): http://www.hph-tech.com/modelNormal.jpg And this is a screenshot of the model from the same angle, but when rendered ...Show All

©2008 Software Development Network