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

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

samnas

Member List

Luu Minh Khoa
TomG72
*ferhat
casey2727
GaryBROE
Olaf vd Sanden
Doug M
JDELUNA
webdev
Ifti
John Arlen
Hamid Mahmood - MSFT
gpai
alideniz
Jerry Pan
StarBrand123
Anzu
Gsundi
Print
Corbon91
Only Title

samnas's Q&A profile

  • Visual Studio Team System Error Generating model for Olap Data Source

    When I try to generate a data source for the TfsOlapReportDS in Report Manager I get the following error: An error occurred while generating model. (rsModelGenerationError) Get Online Help An error occurred during the generation of semantic model : [Create mapping between cube dimensions and database dimensions]Unexpected error occurred : Schema indicates that cube dimension '[Tea ...Show All

  • Visual Studio Team System PInvoke calling convention mismatch

    By default, the unmanaged C++ compiler generates functions that are _cdecl, but .NET PInvoke requires _stdcall.  This causes obvious stack corruption issues and hard-to-find bugs. Ideally, I would have thought that the .NET runtime could detect that the stack pointer changed after making a PInvoke call, and could have thrown an exception right there.  But, since it doesn't, an FxCop rule seems like a good second choice. It doesn't appe ...Show All

  • SQL Server Member count limit

    Hi Guys, Is there a limit in the number of members in a dimension I'm having a problem in showing the other members of my dimension in the pivot table. I've queried the dimension table and found out that the records displayed are from 1 - 32000 only. The rest were not shown in the pivot table. Please enlighten me... What version of Analysis Services you are using: 2000 or 2005 But anyhow. It ...Show All

  • Windows Forms DataGridView - set cursor on inserted row

    hi! can't do the subj with sorted datatable-binded grid :( heeelp! dataSet.Tables["mytable"].Rows.Add(myNewRow); BindingContext[dataSet, "mytable"].Position =   This may help: CurrencyManager cm = this .BindingContext[northwindDataSet, "Customers"] as CurrencyManager; // Always add to the end of the list DataRowView  newrow = (cm.List as DataView).AddNew() as DataRowView; cm.Pos ...Show All

  • Smart Device Development Unable to Edit Outlook Mobile contact using .net compact framework

    Hi, Whenever I try to remove or edit and update a contact in pocket outlook using .net compact framework I get the following error.. Error: ============== System.InvalidOperationException was unhandled Message="Can't modify the item collection inside a foreach statement" StackTrace: at PimItemCollectionEnumerator.collection_ListChanged() at Microsoft.WindowsMobile.PocketOutlook.PimItemCollection.RemoveAt() at ...Show All

  • Visual Studio Tools for Office Can not add Msosec.dll to the fully trusted assembly list

    Hi All, Following the "How to: Grant Permissions to Documents and Workbooks in Shared Locations", after performing the step 5 (click Select) in "To add Msosec.dll to the fully trusted assembly list" I've got an error message, saing:"Unable to add the selected assembly. The assembly must have a strong name (name, version and public key)." Any suggestions would be greately appereciated... Boris Yes, Mish ...Show All

  • Visual Basic File Handling (read and writing data sequentially)

    Hi everyone i am in a fix i need to make a program that would read a data file seqentailly and display the selected information on the screen this program consists of 2 forms on the main form there is a list box and 4 buttons and labels for displaying appropiate fields now when the file open button is clicked the program should read the file and display the names in the list box and when a selection is made in the list box then ...Show All

  • Visual C++ (hopefully simple) COM question

    I'm trying to write a program that uses the Groupwise administrative objects API, and I'm having some trouble with a COM object... When I run CoCreateInstance, it returns REGDB_E_CLASSNOTREG. Does anyone know what causes this error and how I can stop it Note that I have the groupwise client already installed, which supposedly includes all of the necessary DLLs. Here's the code that causes the error: //Create Instance if(FAILED(x = CoCreateInst ...Show All

  • Visual Studio Express Editions Newbie needs help with assignment

    Hi, I am a new newbie and need to get a simple login and password form for my app, which is just a single data-entry form. Any advice There should be a template for a Login Form when you add a windows form to your project. You'll still need to code the validation stuff but its the basic template for the form Here's another positing that has some code as well.. http://forums.microsoft.com/MSDN/S ...Show All

  • Smart Device Development is there a cell phone keypad library for PC App?

    Hi Can some one guide me to find in the Smart Device library a dll that simulates Cell Phone Key for Short Messaging System, the only problem it will be used for a Windows XP Application -S I'm not sure I understand your question. This forum is for device development questions - so you're probably better off asking on one of the desktop development forums/newsgroups ...Show All

  • .NET Development Error: Unable to open shim database

    I get this kind of events logged in the eventlog: Source: .Net Runtime Type: Error Unable to open shim database version registry key - v2.0.50727.00000. Is this 'normal' behaviour or is there a misconfiguration. I have this messages on Windows 2003 Server, on SqlServer2005 boxes as well on TFS app tier and Terminal Server running VS2005. Strange thing is: everythings seems to work OK... Rene I have this error ...Show All

  • Windows Forms How to update Listbox items

    Hi, Here's what I'm trying to do: I have a simple form that performs some file scanning tasks. I want a listbox on the form that will constantly show status updates i.e. "Starting to scan xyz", "Finished scanning xyz" etc. However, what&nb ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to scroll a 2D background

    Well, I've been searching the web and I cannot find a single example of someone scrolling a 2D background using Managed DirectX WITHOUT using the deprecated DirectDraw. I can already scroll a background using DirectDraw, but I'm trying to be a good boy and stop using the deprecated code. I've been struggling to figure this out for myself, but I'm just not understanding what techniques and objects I would use to scroll a 2D background. If so ...Show All

  • .NET Development Combine Visual Studio with Access

    Hi All, I have an app developed in Visual Basic 2005 connected to an SQL Server 2005 database (both Express editions). What I would like to do is create an Access .adp connected to the same SQL Server 2005 database. It seems however that Access (I have 2002) does not support developing against SQL Server 2005. Never mind, I can use Visual Studio or SQL Server management studio 2005 to make changes to the database, and I can connect the .ad ...Show All

  • Windows Forms TabPages and UserControls growing to over 30,000 pixels in Width and Height in Designer (2005 beta 2)

    I’m having some major sizing issues with controls in designer view. To be specific, it   seems that controls within container controls such as TabPages will randomly outgrow their parent controls to a very large size (~30,000px! ).   Even when trying to manually edit the designer code, as soon as switching back to design view, the weird numbers are back. Here's a link to a screenshot: http://www.bugben.com/showcase/30000.jpg H ...Show All

©2008 Software Development Network

powered by phorum