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

Software Development Network >> G.L.'s Q&A profile

G.L.

Member List

Svetik
roguevoice
CDR-Maverick-TG
SQL McOLAP
mbryan822
MeesterBlue
Don w.
Bike
jaz
Ken Adams
Balaji Rathakrishnan
meshman
rwin
GoPrior
Michael Ingmar Staib
woh
pkw
Mohit17
CGR
ndalli
Only Title

G.L.'s Q&A profile

  • Visual Studio Express Editions Teacher Startkits doesn't work

    I downloaded several startkits, but none of them work. For example, I have a teacher startkit. I loaded the program to my VS C# 05, when I got to run it, it has many errors. I didn't modify or done anything to it. 1. Warning 1 The referenced component 'Microsoft.ReportViewer.Common' could not be found. 2. Warning 2 The referenced component 'Microsoft.ReportViewer.WinForms' could not be found. 3. Error 3 The type or namespace name 'Reporting' does not exist in the namespace 'Microsoft' (are you missing an assembly reference ) C:\Documents and Settings\dvr\Local Settings\Application Data\Temporary Projects\Teacher1\ReportPreview. ...Show All

  • Windows Forms Groupbox question

    Hi there all! I writing an app which has a groupbox and once I set the font etc for the groupbox it applies to all the controls in the groupbox. Is there a way to disable this  Since I'm rendering the groupbox control at runtime and even if I set unique fonts for each control within the groupbox they are overwritten by the overall font&n ...Show All

  • .NET Development Access Violation when doing BeginReceive on a UdpClient

    I'm attaching some code below which demonstrate my troubles. In short, I get an Access Violation thrown when doing BeginReceive after trying to Send() data to a port thats not listening (using UDP). My observations this far: Add a Sleep() between the Send() and BeginReceive(), and you get a SocketException thrown at BeginReceive() instead of the Access Violation Send to localhost, or a host on the same lan (or close, in terms of hops), and you get a SocketException Send to a box on the internet, on a port thats not being listened on, and it'll throw an Access Violation most (90%) of the times tried The Sleep() related obser ...Show All

  • SQL Server package variable question

    Hi Guys, I'm trying to evaluate a user variable to ToLine expression property from SendMailTask. My Question is, Is it possible to evaluate a user variable in expression(..) So, you have a variable in the user namespace that contains the string you want to  use for hte ToLine   If so, given a variable named MyVar, the expression to use would be: @[User::MyVar] Let me know if I misunderstood your question. Mark ...Show All

  • Visual Basic Ok, let me phase this another way: How do I make the program store a dim when you click the button?

    I want it so when you click button1 it saves the data in TextBox1 as Dim A.  Then, I want the program to use Dim A in the next Sub.  How do I do that Public Class Form1 Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim A As Double = TextBox1.Text End Sub Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim out_put As Double Button1_Click(sender As Object , e As Sytem.Event.EventArgs) Dim B As Double = TextBox1.Text out_put = (A + B) TextBox1.Text = CStr (out_put) ...Show All

  • Visual Studio Team System regular expression extraction rule

    is there anyway to get the regular expression extraction rule to return true if it found the regular expression, false if it did not Also what is the syntax for the regular expressions Also how do I make a custom extraction rule in VB ~Todd The rule has a setting weather or not it is required. If the rule is required then the test will fail if the regular expression is not found. You can find regular expression language details here http://msdn2.microsoft.com/en-us/hs600312(VS.80).aspx You can find an example of a custom extraction rule in VB here http://msdn2.microsoft.com/en-us/microsoft.visual ...Show All

  • Visual Studio Oracle with Crystal: "Failed to Load Database Information"

    I've already deployed the Crystal .msi and installed the Oracle Client on the server, and still getting this message: Temp\temp_294ca6ef-60f1-4511-b5a5-c6986817b96d.rpt: Failed to load database information. I gave permission to the ASP.NET user in all the folders it needs, Oracle, Ora92 and Ora92/bin, Temp... In the development computer it runs OK, but in Production server its crashs! Someone can help me Any ideas will be quite welcome! Thanks in advance! Fernando Ruano. I can confirm that. Giving my IIS user read access to c:\oracle solved this problem. ...Show All

  • Visual Studio Team System Extending the build process using TFS Build

    Quick question for you all... If I wanted to extend then build process or change it to build a vb6 application using TFS Build server is it a matter of simply altering the TFSBuild.proj file that gets created. For example, after building my solution I want to build a setup project. Thanks for your help Graham To address your more generic q of what to do if you want to perform an action after building your extant solutions, then you can simply use a custom target. There are various custom targets available that get executed at different points of time in the build process. These can be overriden in your tfsb ...Show All

  • SQL Server Help with ordering the SSIS packages the way they appear in the project

    In solution explorer under SSIS Packages there are many packages. I name them specifically so that they should be ordered with their names, but no the solution explorer shows them in the order I added them, I couldn't figure out a way but removing all the packages and adding them in the right order to fix that problem. I have to kinda redo this if I want to add a new package not to the end. Any ideas All here: http://solidqualitylearning.com/blogs/erik/archive/2005/08/08/1269.aspx -Jamie ...Show All

  • Visual Studio Express Editions Problem with array

    I have this code but it doen't work there is a problem on this huidigegeg = geg(i).Split(("|--|")) Somebody now how this come Dim huidigegeg(7) As String Dim teller As Integer Dim i As Integer Dim geg(i) As String Dim strGegeven As String Dim strAlles As String Dim intNr As Integer = FreeFile() FileOpen(intNr, accijns, OpenMode.Input) Do Input(intNr, strGegeven) 'strAlles &= strGegeven & vbCrLf ReDim Preserve geg(index) geg(index) &= strGegeven & "|--|" If teller Mod 7 And telle ...Show All

  • SQL Server SQL Agent Trouble.

    I have spent all day reading microsoft material and reading through this site to figure out what is wrong with my schedule job without success. I have come to the point where I can't take it no more. Would someone pleaseee help out a sister This is the situation: I created a very simple package on my server A. This package pull data from server B and load into server C: B====> C I deployed and copy and install the package successfully to the target server c. When Now, I can run the package from either MSDB and file system storage. My problem is when I schedule this package. It failed with the log below. All my server are ...Show All

  • Visual Studio Request for features in next version of class designer

    Overall I think the class designer is wonderful but I have a couple of requests for the next version. It would be great if you could allow users to customize the behavior of the class designer in Tools-Options so: It would place association labels near the referencing class instead of the referenced class. Allow nested class types to be displayed outside containing classes with the ability to show the associations between the them. (The nested classes could be named "Containing.Contained") ...Show All

  • Visual Studio 2008 (Pre-release) Repeating MediaElement

    Hi, I am displaying MediaElement on button. Could anyone please help me in looping the MediaElement so that it never ends. I am using Feb CTP. Thanks in advance for helping Hi, Did you forgot to add this: < MediaElement Name ="myMediaElement"/> Look at this: http://windowssdk.msdn.microsoft.com/en-gb/library/ms741866.aspx   ...Show All

  • Visual Studio Debug a native application without create a solution/project

    I would like to debug a application without create a solution. It's possible leandro Oliveira wrote: I would like to debug a application without create a solution. It's possible Leandro, Yes, this scenario is covered in the documentation. See the topic, "How to: Debug an Executable Not Part of a Visual Studio Solution" under "Debugging in Visual Studio"/"Debug Settings and Preparation." Edward Wright Visual Studio Debugger Documentation ...Show All

  • .NET Development windbg/sos - !dumpheap/!dumpobj/!gcroot

    Is there any way to find the callstack that lead to allocated object in windbg/sos I can do !gcroot, but I would like to see the call stack that lead to the object allocation. Thanks for any pointers! Hi, Thanks for the links. You're right it would take more memory, but not huge amount. There is a tool called gflags.exe that comes with Debugging tools. It allows to specify stack backtrace for each heap allocation. Later in windbg I can query each memory block and see complete callstack that allocated that memory. It works fine in unmanaged world. I thought there is something like that in managed wor ...Show All

©2008 Software Development Network