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

Software Development Network >> Attila Fogel's Q&A profile

Attila Fogel

Member List

Thomas S. Andersen
andyboy23
bengz
YRaj
Cwilson
Cold Cypress
su45937
collide
Igor Grozman
Agent00
nick865
xRuntime
GLutz78
dops141441
WN3335
deen
Ben Vanik
J.Wadsack
GS80
Earl Hood
Only Title

Attila Fogel's Q&A profile

  • SQL Server XML for Analysis parser: The LocaleIdentifier property is not overwritable and cannot be assigned a value.

    Hi, I have created an OLAP Cube in SQL Server 2005 CTP2 and can browse it fine in the Analysis Studio / Browse tab. When I use the pivot table feature in Excel (2003) I get: XML for Analysis parser: The LocaleIdentifier property is not overwritable and cannot be assigned a value. Any help is appreciated. Cheers, Adam Was: Excel pivot table. Any language you like as long as its US English I have this message appearing in Excel when connecting to Analysis Services 2000 and 2005 cubes. I have never used languages other than English in the application and the locale settings were NOT changed. Installing the the latest version of Microsoft SQL Server 2005 Analysis Services 9.0 OLE DB Provider does NO ...Show All

  • Visual C# Before we proceed I really need some protection!

    If I were to make a C# program that contained a sensitive algorithm, how could I protect it I know that C# generates MSIL (this is what has me the most concerned), is there any way to get the compiler to scramble it or some thing The last thing I want is my code decompiled. I probally should have made a native C++ project, but it is so hard to motivate your self to do so when C# is sitting right in front of you. When the compiler declares variables in MSIL does it name them what you call them in C#, or does it assign them more machine like names Any suggestions would be helpful. There are so many big applications available, that are on .NET but don't use Obfuscator application's help. Reasons ...Show All

  • Software Development for Windows Vista Determine if WorkFlow is loaded.

    Hey All, I'm trying to persist a workflow when my application closes unexpectedly. I have the SqlWorkflowPersistenceService running just fine. The frmMain_FormClosing works if the workflow is running, but fails if it has already completed. What should I be testing to see if the workFlowInstance is competed, or still running Eric AutoResetEvent m_WaitHandle; WorkflowInstance m_WorkflowInstance; private void btnStartWorkFlow_Click(object sender, EventArgs e) { Thread tl = new Thread(StartWorkFlow); tl.Start(); } private void StartWorkFlow() { using (WorkflowRuntime workflowRuntime = new WorkflowRuntime()) { m_WaitHandle = new AutoResetEvent(false); workflowRuntime.AddServic ...Show All

  • Visual Studio 2008 (Pre-release) Binding to left and right columns of splitter not updating when window resized

    Throw this in xaml cruncher (F7 to display window). The left and right column widths respond to changes when the splitter is dragged, but not when the window is sized Is this correct behavior Thanks Ted <Window xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " Title="Window" Width="640" Height="480"> <Grid x:Name="DocumentRoot"> <Grid.ColumnDefinitions> <ColumnDefinition x:Name="CLeft" Width="0.5*"/> <ColumnDefinition x:Name="CRight" Width="0.5*"/> </Grid.ColumnDefinitions> <Rectangle Fill="#FFDC1010& ...Show All

  • Visual Studio Team System Cross Database References

    Upon compilation cross database references are being resolved against my local SQLServer Express installation (regardless of where my build is pointing). How can I get it my project to compile against the target server when resolving these references I tried this already but it did not make the compile-errors go away! Why can't DBProj just issue warnings, if it cannot resolve DB-references Any other resolution for this problem ...Show All

  • Visual C# disable keys

    Is there away to disable keyboard's \ mouse button(s) in web applicaiton and windows applicaiton.. using .net 1.1 .. please point me to the right API/dll/ examples I could use. Than you in advance.. Thanks, What dll I should use to control the sleep/power keys from being pressed.. Could you explain what you mean by a driver that sits between keyword and windows drivers.. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Can you edit a Model's vertices at runtime?

    Is it possible to edit the vertices contained in ModelMesh Like could I get the vertices, alter their position and set the data back in the collection I ask this because for the terrain object in my game, I want it to be deformable. I've been playing with the content pipeline and my custom importer / processor / writer writes the height data as a byte array. When the object is read back, an index buffer and vertex buffer are generated in the terrain class. The vertex buffer is specified with ResourceUsage.Dynamic which to my knowledge is the only way to make the buffer read / write enabled. I'm considering altering my custom content pipeline objects to create ModelContent objects instead of my current approach, but I will abandon that id ...Show All

  • SQL Server Process won't die

    While troubleshooting a problem with a web app having intermittent problems, I'm looking at the database as the cause.  I made a backup of the database.  Afterward I noticed a process in Activity Monitor using that database with 2 open transactions and a green check icon that won't kill (it says "Cannot use KILL to kill your own process. error 6104"); this process was not present prior to the backup.  The process User shows my login (using Windows authentication and my domain account or while logged in as SA) and the Application is SQL Server Mgmt Studio.  The host is the server name.  Status is runnable. I stopped and restarted SQL Server and SQL Server Agent using the Windows Services Console, not the SAC ...Show All

  • Visual C# C# DLL from Javascript?

    Is it possible to call a C# DLL from server-side Javascript Or would that be too much of a security issue Thanks in advance, Chris This is possible. The DLL needs to be marked as COM visible though. It will then run in the security context of the browser. -Tom ...Show All

  • SQL Server Upsizing Access DB to Sql Server Error 15135

    I am trying to upsize an Access DB to Sql Server. The upsizing wizard runs fine when I try it locally to Sql Server Express 2005. When I try to upload it to our remote server, I keep getting a bunch of errors "Server Error 15135: Object is invalid. Extended properties are not permitted on 'dbo.<table>.<field>', or the object does not exist." I googled the error but all I could find was a change in coding to correct it. Since this is a Microsoft Wizard, I can't change any coding. Any ideas on what is causing it, how to correct it thanks Paul P ...Show All

  • Visual Basic NHibernate and Visual Basic .NET Windows Forms Applications Tutorials ?

    Does anybody know of any samples, tutorials, or walkthroughs with regards to using NHibernate with Visual Basic .Net Windows Forms Applications ...Show All

  • Visual Studio Team System Trying to get Merged Changesets history between two Team Projects

    I try to run the following to give me what changesets were merged into what: tf merges /server:daleng01 "$/MARS_Platform" "$/MARS Branch Project/daily build" /recursive Please help I get the following error on the Server: 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/17/2006 6:52:52 PM Machine: DALENG01 Application Domain: /LM/W3SVC/3/Root/VersionControl-9-128003139548171964 Assembly: Microsoft.TeamFoundation.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Proc ...Show All

  • Visual C++ Application not running on test machine despite providing redists

      I am encountering a strange error. I am trying to run an application in a test machine(VS2005 is NOT installed on it).I am getting error " This application has failed to start because the application configuration is incorrect  " The application was built in release mode. I am using MFC as a shared dll and The application folder includes redists -- mfcm80.dll;mfc80.dll;msvcm80.dll;msvcp80.dll;msvcr80.dll;Microsoft.VC80.MFC.manifest;Microsoft.VC80.CRT.manifest I am using functions from msi.lib in my applications. This  application runs fine on my machine (has VS2005 installed). Why is this happening   http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=398802& ...Show All

  • Smart Device Development Send MMS with MAPI

    Hi, I want to send SMS, MMS and MAIL from my PocketPC. I am using Messaging Tutorial on MSDN ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/guide_ppc/html/ppc_inbox_and_ce_messaging_smxx.asp ) and SendMail project sample from the SDK. I can send SMS and MAIL but I don't know how to send MMS, which special featured have to be configured Thanks in advance, Merche Thank you very much for your answer and sorry because I have not read it till today... My problem continues... so if you make any successful test please let me know, I will do the same Thanks in advance and best regards, Merche ...Show All

  • SQL Server How to define a parameter to show the true values for any of 35 different products?

    My boss database is in a way that customers might have baught any of the 35 products of the company. Say if they have bought product# 16, and 27, these two values are true for that customer and the rest are false (the table has 36 columns: 35 for products and 1 for customer ID). How can I show if a customer has bought anything at all (some of them has not bought anything), and if so which numbers as a parameter I mean I want to have a parameter that user defines to see the result for customers who have number 10, 17 as true or number 6 as false I probably need two parameters, one for true and false and one for the number. Although I think if I have just one parameter, that might work too. Let's say the user checks numbers 5,9, and 14 a ...Show All

©2008 Software Development Network