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

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

TalEran

Member List

rSchild
Bob Rogers
Graham Williams
www.etramway.com
Server Girl
martynh
simmy
mars76
Vitor Hervatin
Manish 3177
Oridel
ormistons
Stefnany
Frank X. Huang
Toni
J-BRIM
Harvindb
Oatmeal Scout
drinian
SintratF
Only Title

TalEran's Q&A profile

  • SQL Server Deploying Analysis service solution

    Greetings, How do I deploy an Analysis services project on to diference machines. I have followed the process laid out in MSDN and changed the server to the remote server name while deploying. It throws up an error that the user does not have permissions to create objects on remote server. Please help me understanding the process of deployment and how the analysts can open up the deployed cube in their machines Thanks/Regards Shiv ...Show All

  • SQL Server Problems with Lookup task and dates

    I’m trying to make a Lookup transformation with a relation on two string columns and a between dates condition set by parameter: select * from  (select * from [dbo].[RgnErhverv_Ansvar]) as refTable where [refTable].[Opretdato] = and between StartDate and EndDate where the second parameter is my Date column (FakturaDato_konv) . My problem is that I keep getting the error: "Error 1 Validation error. Data Flow Task: Looku ...Show All

  • SQL Server repeatwith property

    I have tried for days to get certain textboxes and tables in page body to repeat on multiple page reports Any help is appreciated. Hello, The repeatwith property is not available on tables and is not supported by physical paginated renderes. However, the RepeateOnNewPage property of table&group headers and footers is supported by all renderers. Thank you, Nico ...Show All

  • Visual Studio Team System user load displaying wrongly

    Hi, I am testing one win form application. I have written unit test and i am calling this unit test in my load test to test the web services. 1. I have mentioned as user load as 4 users. while running the test it is taking as 40 users instead of 4. In user load row Range is displaying as 10 and MIN,MAX,AVG,LAST are showing as 4 only but while running the test in graph it is showing as 40. how to correct this err ...Show All

  • Visual Studio Nested Solution Folder Parent?

    I am creating an unbound reference. In my IsEnabledFor method I am trying to see if the current item is a SolutionFolder, and if so, if its parent is also a SolutionFolder with a specified name. For some reason, I can get to the logical parent of the current solution node, as it is in Solution Explorer. I can easily test if the target is a SolutionFolder, but the problem is testing its parent. Project project = (Project)target. - OK project.Pare ...Show All

  • Windows Forms CheckBox does not update bound DataSource on click

    It appears that clicking on a CheckBox does not update corresponding DataSource immediately, but rather waits for the CheckBox to lose keyboard focus before doing so. Is there any way to trigger that update immediately, as soon as the CheckBox is clicked Further, Joe, my problem may be a little different.  I need my select statement to reflect which checkboxes the user has selected, i.e., the checkboxes i ...Show All

  • Visual C++ linking C++ with a database (ex. Access)

    hello all well for my project, I want to learn how to link a C++ program to communicate with a database, please  I need some detialed help about that, thanks I am using C++ Builder 5 thanks for help   Let me think about it <hmmmmm><2 hours later>... a guess: http://www.borland.com/   ...Show All

  • Visual C# Uploading to FTP from either a filesystem or a website

    This code works, but I was wondering if there was a cleaner way to do this. When I upload to FTP from another website, first I download to the filesystem somewhere and then I upload this file to the ftp site. There must be a more direct way to do this, without using the user's filesystem. In my code, there are two parts, one is the case of the upload file located on the filesystem and the second is the case when the upload file is located on the ...Show All

  • .NET Development setting up proxy settings HELP PLZ

    I am using a program that was  built on the .NET framework. I am behind a proxy server. I cannot enter my proxy into this program, but I was told I could modify some CONFIG files in it to make the changes.  Is this possible there is a   "programname.exe" config file that looks like the file I could change... Also If i have the proxy settings setup correctly in the Internet Options of my XP machine, shouldn't that mean th ...Show All

  • Visual Studio Express Editions Class Library can't access System.Windows

    I'm trying to create a new Class Library for a custom control. The base code is as follows: Imports System.ComponentModel Public Class DynamicCheckedListBox Inherits System.w... End Class When I try to type System.Windows.CheckedListBox, Intellisense shows no entry for Windows. The list displayed includes "WeakReference", "XML", but no Windows option. In my other projects, this works fine. Yes ...Show All

  • Windows Forms User Control Reference problem

    Hello - I have a problem with a solution originally created in VS.NET2003 and converted to 2k5. I created some user controls in my winforms project. Since the controls reside in the main exe, I had to trick the toolbox into looking at the exe in the bin folder for the controls (could not use the controls automatically added to the toolbox - I assue this is because they were in the same assembly).  When I open a form that uses on eof my us ...Show All

  • .NET Development StreamWriter conflicting with DB execution

    Hi, I recently ran into this problem in which my query (which at most should have taken 7 secs) would always timeout. It was fixed when I removed a filestream I had surrounded the execution code with to write to a file a quick estimate of execution time for different sections of the function. I used OleDb objects and the StreamWriter object for file writing. My code was essentially: [...] Dim s as new System.IO.StreamWriter(&q ...Show All

  • .NET Development Access to a smartcard key

    Hi all, I'm trying to sign using a key stored in a smartcard and I'm going crazy. I use the following code: CspParameters csp = new CspParameters(1, "SafeSign CSP Version 1.0"); csp.KeyNumber = 1; csp.KeyContainerName = "86332793-9965-41e2-9fff-6ce481e86889"; RSACryptoServiceProvider rsa = new RSACryptoServiceProvider(csp); But then I get the error "More info is available". What's that If I do not specify any cont ...Show All

  • Visual Studio Team System Accessing base class protected variables in derived class test

    I have a class structure with derived class, where the base class has protected variables. In the testing code for the derived class I need to set valkues of those protected variables but it doesn't appear that the generated code generates accesors for those variables. So I have public class Base{ protected int foo;} public class Derived : Base {} public TestDerived { [TestMethod] public void ProcessResponseDataTestStatus200() {   &nbs ...Show All

  • Visual Studio Express Editions problem with vb2005 express registration

    I don't know if it is hear, I have a problem for registring Vb 2005 beta 2, becouse I haven't got internet conection at my home. I would like that somebody help me how can i register it. Is there a link where i can obten my pwd , pleae response to my e-mail: taiboabelenda@yahoo.es or one notification which I can view. Hi Taibo, I moved your thread over to the "Visual Studio Express Editions" forum.  People here ar emore likely to be a ...Show All

©2008 Software Development Network

powered by phorum