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

Software Development Network >> Crystal-Jacd's Q&A profile

Crystal-Jacd

Member List

Adrian Mills
dreamw13
SreeReddy
heldchen
chuckcycles
xopher
Tollens
DarcyThomas
lucid66
s0r3n
Satya Priya
Leebert
Cwoja
Bindia Hallauer
Vivek Mayur Khan
Mike Nowak
june
hazan
jalperin
Leon Huang
Only Title

Crystal-Jacd's Q&A profile

  • Visual Studio Team System Evaluation Version of Load Test Agent

    We are trying to determine if the Load Test Agent will work in our environment, however I can't seem to find an evaluation version, and the info on the website is very limited. I've seen the question asked before, but with no answer. Is there and Evaluation version of the Load Test Agent It would really help us to understand how to plan our load test environment. Thanks Hi Nick Refer to post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=250621&SiteID=1 Thanks, David Gorena Elizondo [MSFT] Visual Studio eDT ...Show All

  • SQL Server How can I print a multi-value parameter

    I have a multi-value parameter and I need to print its value in report. But if I put in a text box =Parameters!Mine.Label when rendering I obtain #Error How can I do it Thanks in advance Is Sales_Unit the name of a parameter on your second report BobP ...Show All

  • .NET Development Table Adapter and multi-user environment

    I am writing my first .NET application after years of using VB 6.0. As I understand it, the new table Adapter takes a "snapshot" or "cache" of the records in the table, until you TableAdapter.Update. Is this OK in a multi user environment I am writing an inventory program. I want to avoid the following problem... POS computer A sells an item, so my program changes it's quantity from 12 to 11. Two minutes later POS computer B sells one of that same item. It's Table Adapter's cache or snapshot may still think there are 12 of that item, and it would do the same calculation, and it would appear like there were 11 of th ...Show All

  • .NET Development TableAdapter Update problem

    Hello, i have problem in my application. I create dataset with single table. In MainForm i have 2 texboxes and update button. This is code for update button: [CODE] Klient klient = new Klient(); klient.ShowDialog(); KlientDataSet dataSet = new KlientDataSet(); Serwis.KlientDataSet.KlienciRow klientRow = dataSet.Klienci.NewKlienciRow(); klientRow[0] = Guid.NewGuid(); klientRow[1] = klient.Imie; klientRow[2] = klient.Nazwisko; dataSet.Klienci.AddKlienciRow( klientRow ); int result = this.klienciTableAdapter1.Update( dataSet.Klienci ); [/CODE] I got 1 in result variable so i think that database was updated. No my dat ...Show All

  • .NET Development Display data from multiple tables into datagrid

    I am using visual studio 2003 and was able to create a dataset and bind it to sql adapter but the data is from one table. I want to view the data from multiple table when i add the tables to dataset it only shows me 1st table. Not sure how to accomplish this... Any help will be appreciated. You have to use different datagrids or if you want it in the same grid you can create something called a view in the database & then bid it to that view. See below I created a view using enterprise manager for sql server called "bid21" & bind it to the adapter. thanks vj Example in C# ---------------------------- ...Show All

  • Visual Studio Team System Errors on the Team Server Project Portal

    When I load the Project Portal page from VS2005 Beta2, I get two dialog boxes saying 'Unable to locate control: ctl00oReportCell'. The Builds web part lists no builds (even though there are six for this project) and the Quality Indicators web part only shows a title and descriptions. Finally, the Bug Rates web part list the following: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'AreaPathPath1'. (rsErrorExecutingCommand) The default members for the dimension 'Specified' do not exist with each other. I suspect this may have something to do with permissions. I created the te ...Show All

  • .NET Development emailing photos

    How do I send an email with a photo from a holder I believe you want to send photos in an email from a folder Is that correct If so, please see this post for how to send an HTML formatted email with embedded pictures: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=59477&SiteID=1 ...Show All

  • Visual Studio Express Editions Constants

    I've noticed that in Visual Basic, some sub calls make a list of constants appear for me to choose from. An example is the MsgBox, when I type the buttons, a list appears for me to choose from. How do I write a sub that will do this Hi, Do you want to develop a custome drop down of intellisense please be more clear in what you want to achieve regards, Bhanu. ...Show All

  • Visual Basic Writing to files

    Hi, I`m learning Microsoft Visual Studio Express Edition and trying to work out how to write a line of text to a file each time the application is closed. Please see my code so far below: '***** Declarations ***** 'Info stored in *.dat files Dim T1 As String = "C:\T1.dat" Dim T2 As String = "C:\T2.dat" 'End Application Private Sub cmdExit_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles cmdExit.Click My.Computer.FileSystem.WriteAllText(T1, TextBox1.Text, False, encoding) My.Computer.FileSystem.WriteAllText(T2, TextBox2.Text, False, encoding) The code above on ...Show All

  • Visual C# Ampersand

    Hi, I'm having trouble with an ampersand in my URI. I'm working in a winform with a webbrowser. This is my code: String test1 = "http://serv/reportserver /CUBE/CUBE02&rs:Command=Render&Budget=[Budget].[N Budget]."; String Testen = test1 + "%26[1]"; (%26 is the same as &) webBrowser1.Url = new Uri(Testen); When the browsers opens he converts the url to : http://serv/reportserver /CUBE/CUBE02&rs:Command=Render&Budget=[Budget].[N Budget].&[1] He must not do that ! I tried everything (HttpUtility.urlEncode, ASCII encoding,...) The browser seems to convert it allways. Is there a way to resolve thi ...Show All

  • SQL Server xpsendmail and table not found

    I have a DTS package that has two steps. The first steps executes a sql statement that selects data into a temporary table. The next step emails the results of a "select * from #mytable" to me. I ran the job today and did not get an email from it. So, I then copied both statements to Query Analyzer and ran them in the same window. The SELECT query ran fine but the xpsendmail part gave me an error that #mytable does not exist. This is my query drop table #update_status select col1,col2,col3 into #update_status from mydb.mytable go EXEC master..xp_sendmail @recipients = 'fkearney', @query = 'select * from #update_status', @s ...Show All

  • Visual Studio Team System VS 2005 RC aligns with what version of TFS?

    There is no TFS beta 3 posted yet--which version of TFS does the VS RC work with Visual Studio 2005 RC is intented to work with the September CTP of SQL Server 2005 and Visual Studio Team Foundation Server Beta 3. TFS Beta 3 should be available at the end of this week or early next week. Thanks, Ajay ...Show All

  • Visual Studio Team System Assembly not trusted exception while N-Unit Testing

    Hi, I am trying to test this method but I just cannot get around to run it directly or in a debug mode.It gives me the following exception on running it with teh test manager : "Failed to Queue Test Run xyz @ISCWS-00-883 2006-04-20 16:51:03' with id {d9a35ba4-2ef7-4675-9618-c23948673d91}: Microsoft.VisualStudio.TestTools.TestManagement.ExecutionException: Test Run deployment issue: The location of the file or directory 'c:\Solution\TestProj\bin\debug\abc.dll' is not trusted." The problem I feel is that the abc.dll which is required to be refered by teh method not only does not belong to this project.(TestProj) but also doe ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectPlay Voice Error

    I have a problem with DirectPlay Voice. I can use microphone I have windows xp home + sp2. In windows xp pro i havenn't this problem. I have a messege from windows "Error instalation program DirecPlay Voice. Code Error 0x80004005." I do not be able to talk with may mycrophone. Plaese, send me a solution. ...Show All

  • Visual C# Preventing decompilation!!

    Hi, Can someone tell me how can I prevent decompilation of assemblies created in .NET. Are there any freeware softwares that makes this happen. Please provide me the download link of these softwares, if there are any. Thanks, Frens You can use a obfuscator, here is a little list of obfuscator's for .NET: {smartassembly} Decompiler.NET Deploy.NET Salamander .NET Obfuscator Semantic Designs: C# Source Code Obfuscator Spices.Net Thinstall Demeanor for .NET XenoCode .NET Obfuscator and Optimizer ...Show All

©2008 Software Development Network