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

Software Development Network >> Dany V's Q&A profile

Dany V

Member List

explode
Bruno177
becko
JMS2007
psmNATx
Davew01
Paul Oulton
toniSQL
shmulik_segal
ved_30
yanivpinhas
Slion
cherriesh
Juha Kauppila
Nick Waanders
Doug 123
HoOpOe
AlexBB
Diango
Kaiser28
Only Title

Dany V's Q&A profile

  • SQL Server Partition Slice Property

    I'm having trouble processing a partition that has a slice property selected. My data is partitioned on a montly basis, hence the slice is along the lines of [Date].[Date Hierarchy].[Month].&[200607]. When I do process index or process full, it fails. Iget the following error: Error: The script threw an exception: Errors in the OLAP storage engine: The slice specified for the Half Year attribute is incorrect. Errors in the OLAP storage engine: An error occurred while processing the indexes for the Viewers 200607 partition of the Viewers measure group of the Viewing cube from the BDW database. I didn't type the mdx myself, just click and drag from metadata pane. Anyone know why this might be happening Thank. Rahil ...Show All

  • .NET Development Keep Getting Weird Error

    Hi, Im new to developing and keep getting an error message when trying to populate my table in Access XP. Its saying ive got a error with my SQL Statement but i cannot see one ! ! void SubmitInsertAsset(Object s, EventArgs e) { OleDbCommand objCmd; OleDbConnection objConn; objConn = new OleDbConnection( "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=C:\\Inetpub\\wwwroot\\AMIS2\\" + "amis.mdb");     if (Page.IsValid) {  objCmd = new OleDbCommand("INSERT INTO asset (nmno, pcsn, mnsn, user, location)" +  "VALUES (@nmno, @pcsn, @mnsn, @user, @location)", objConn);     objCmd.Parameters.Add("@nmno", txtnmno.Text);  objCmd.Parameters.Add("@pcsn", txtpcsn.Text);  objCmd.Parameters.Add("@ ...Show All

  • Visual Studio Express Editions hot to use 2 data values in one combobox

    hey i have here one problem, i use combobox, i bind datasource to it, and i want the effect that combobox will display for example customers name, but in reallyty its displaying customers id. for example we have here to data columns string custName and int custId. so the to columns are binded to comboboxm and the effect i want is that when user selects diferrenr customer from combobox he sees only customers name, but program sees not customers name but that other column custId. maybe someone will want to help ;) i found the solution comboBox.DisplayMember = "custName" ; comboBox.ValueMember = "custID" ; these properties set all the things, object o = comboBox.SelectedValue; custID = Convert .ToInt32(o); and ...Show All

  • Software Development for Windows Vista Windows work flow VS extensions - install error message

    During the install of WWF RTM I get this message: The installer has insufficient privileges to access this directory: C:\Config.Msi. The installation cannot continue. Log on as administrator or contact your system administrator. When installing the WWF I am logged in as Administrator, also there is no Config.msi fileu nder the C:\ root on my PC. I clicked re-try and the installation continued and gave a sussessful message at the end. I checked the log file and the error was recorded. I am able to open VS2005 and can see the WWF templates Also able to create Workflow projects! Has anyone else seen this error. I also got this error during the Windows SDK install Any ideas -javahar I ...Show All

  • Software Development for Windows Vista [BUG] Vista doesn't start application called "install" w/o being elevated.

    Hi, I just encountered this really strange behaviour, which is definitely a bug in Vista. Consider the following situation. You're logged in as an administrator account. Start a CLI shell of your choice, start it normally, so that it's running non-elevated. Now consider a console application called install.exe. It's neither a GUI application, nor is it an installer application in the Windows sense. It's just called install.exe. In my case it's part of GNU coreutils and it's called install because it's usual task is to install software on the system. However, it's perfectly valid to call install as normal user and use it to install stuff into a subdirectory on which you have permissions. This is what happens when running under Cygwin (proce ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Multiple Instances of the Same Model

    I've hit a really weird problem with the game I'm writing for the DBP competition. The reason it's so weird is because I'm sure it wasn't a problem before. Basically, I'm implementing the p1_wedge model in a class I have created called Player. Originally, I only had one player on screen but now I've added a second player. The problem I'm having is that it only draws the model for the second player. However, once the second player gets destroyed it then starts to display the model for the first player. It's as if the first player can't be drawn because the second player is using the model. I haven't done anything special to implement the Player class. I have made the main class a Singleton so that I have access to the graphics and content o ...Show All

  • Visual Studio Express Editions how do I add quotation marks to this statement lstMatch.Items.Add(" " ")

    I am trying to add quotation marks to my listbox...ex. is lstMatch.Items.Add(" " ")....but this does not work... I understand that 2 quotation marks makes character enteries on the listbox...but I need to enter a quotation mark " (") " so I put three Use three double quotes or CHR(34) ListBox1.Items.Add( """test Item 1""" ) ListBox1.Items.Add(CHR(34) & "test Item 2" & CHR(34) ) ...Show All

  • SQL Server SSMS SP2 generates SQL2K5 drop statement for SQL2K object

    Hi, I've recently applied SQL2005 SP2 to my workstation and have just noticed a problem. When I automatically generate the DROP statement for a view on a SQL2000 database using SS Management Studio, the statement refers to 'dbo.sysobjects where id =...'. All well and good. When I use the same process to generate the DROP statement for a stored procedure on the same SQL2000 database, the script returns 'sys.objects where object_id = ...', which I obviously cannot use on the SQL2000 instance. I have checked this with another workstation that has not had SP2 applied, and it works fine there. So, it would appear to be an issue introduced with SQL 2005 SP2. Cheers Simon Thanks for that, th ...Show All

  • SharePoint Products and Technologies i cannot copy..

    i can't find any other related topics so i put it here. i donwloaded some file form internet which is like 5 GB/ and, to be able to use it on other pc's , i copied that files to my mobile hard disk which has at least 20 Gb free space. but , pc keep on saying that there is not enough free space and that i couldn't copy. i tried Ctrl+C , Ctrl+V and copy from side bar as well as right click>send to ...(G:/) too. but nothing work, i got same messge any answers n helps plz. thankin in anticipation You may see "There is not enough space on the disk" error message in log file. Usually that means exactly what it says -- you don't have enough free space on destination to copy the file. How ...Show All

  • Visual Studio Team System Team Foundation Server and Project Pro 2003

    Situation is this, I can Get Work Items from the TFS, but when I try to publish any Task I get an error. I already posted on http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=811490&SiteID=1 They determined it was a Project problem and that a reinstall of Project would be the fix. Needless to say after a reinstall everything is the same as it was. Could someone point me in the right direction to get my problem resolved Thanks! Hello, One of the devs on the TFS Office integration team debugged through this issue - and unfortunately could not get the issue to repro. I'm wondering if there's anything unique about your environment that is not immediately visible from your task workitemtyp ...Show All

  • Visual Basic 'Cannot Load Macro Project 'MyMacros': already exists' error

    Every time I start Visual Studio 2005 (with a SLN file listed on the command line of the shortcut) I get the following error message: Cannot load macro project 'MyMacros' for the following reason: A project with the name 'MyMacros' already exists. I never created the MyMacros project - it seems to be a default built-in macro project that saves your macro settings. I don't know what I did lately to start this behavior. In my My Documents folder (redirected to h:\docs in the registry) there is a folder Visual Studio 2005\Projects\VSMacros80\MyMacros containing MyMacros.vsmacros that was created by Studio 2005. There is also an empty folder named VSMacros80\MyMacros in the default project folder (c:\Project on my syste ...Show All

  • Windows Forms Problem with big form

    I try to make big form but i cant make it bigger than 1036; 780. I set property MaximumSize to 1200;1200 but still i cant make bigger form than 1036; 780. Please help me :) Hi, It's a problem. But you can add such code to your application. protected override CreateParams CreateParams { get { CreateParams cp = base .CreateParams; cp.Height = 2000; cp.Width = 2000; return cp; } } You can set the height and width to any pixels. Then the limitation is gone. Thanks the anonymous user in this post . ...Show All

  • SQL Server SQL Statement gets truncated at 7459 characters.

    Hello, I am debugging a SQL Server 2005 stored procedure that creates and executes dynamic SQL statements. One of these statements fails because it has a length of 7811. The statement is created in a varchar(8000) or varchar(max) and executed with exec(@variable). Apparently, the system tries to execute only the first 7459 characters of the command string, and it fails. Obviously, the query can be redesigned in a better way, but they are complex queries and there are hundreds of them, and i do not have the time to do it. The SQL Server documentation says that the length of a varchar can be up to 2^31 characters with varchar(max) declaration, and I hope for a way to enable these long queries to work. Thank you in advanc ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. camera

    hi all, i have dx rendering a ballmesh with a texture at the origin, and i want it to rotate when i press up, dx is already reading my keyboard... but wat do i do any help would be appreciated Not sure how you have this implemented, can you post any code Assuming your using either, RotateX or RotateY or RotateAxix just provide accessors to them where defined. For instance: private float m_rotateX = 0.0f; public float GetRotateX {     Get     {         return m_rotateX;     }     Set     {         m_rotateX = value;     } } In your render method: m_matrix = ne ...Show All

  • Windows Forms Windows installer launch condition

    Hi Guys, I am trying to create a setup and deployment project in VS 2005 for a windows form project. A couple of dependencies for my application are - 1) .NET framework 2) ActiveState Perl 5.8.8 I have been able to successfully add the .NET 2.0 framework check to the launch condition. I've also added the Active Perl check but its not working right. I mean, I get a "perl not found" error even on systems where the perl is installed. How should I correct this behavior Its probably something in the Condition check that I'm messing up. Here are the properties I have for perl launch check - (Name) ActiveState Perl Condition Installed InstalllUrl <url> Message Perl could not be found. Please install ...Show All

©2008 Software Development Network