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

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

Stormslayer

Member List

Follish
Nathan Wynne
Freddy Vanbaelen
Glowball
dsi
prog moh
dcd112778
Hugo6003
ExperiencedDesignerVirginCoder
Penny Chiu
M Roy
msdnmonk
altja
marin64
ColdPolarBear
ArifKh
ashok_gupta121
zkarolyi
ozgurbk
Andr Big
Only Title

Stormslayer's Q&A profile

  • Visual Studio reports reside on another server and I get the "Load report failed" error

    Hi all. I have been working on this for couple of days now. I have a program that’s sole purpose is to be a dynamic report viewer. I have decided that this would be a good project to move to vs 2005 from vs6 c++ and make it a web app. So I began from scratch and have finished most of it, however I have ran into a problem with the crystal viewer. The reports reside on various servers and moving them is not an option. I have got some of them to w ...Show All

  • Visual C++ dependencies between assemblies

    I am using VC2005 B2. I have two assemblies that have been compiled with CLR but contain a mix of managed and unmanaged classes.  Whenever I change code and rebuild the one assembly, the VC seems to recompile all of the classes in the dependent module, even though no headers have been changed.  Is this to be expected   That is the expected behavior if you have a reference from one project to the other. You can ...Show All

  • Software Development for Windows Vista How do I hande exceptions in state machine workflows?

    I'm struggling with exception handling in state machine workflows.  The exception handling apparatus used in sequential workflows is simply not available in a state machine workflow. What I'd like to be able to do is "On exception SetState(dependent on exception)". In other words, I'd like catch an exception thrown during the execution of activities  inside a state and choose which state to use as the target of a SetSta ...Show All

  • SQL Server Encryption of SQL Queries

    Hi. I am running SQL select queries over a network from a SQL Server to a mySQL server by creating a linked server.  I need data to be encrypted (nothing heavy), but some form of encryption over the network as it exits the firewall. Any help appreciated. Karlo   Karlo S wrote: Hi. I am running SQL select queries over a network from a SQL Server to a mySQL server by creating a linked server.  ...Show All

  • Visual Studio Express Editions Development kits for Visual C++ 2005 Express

    Good morning... What development kits can I add on to VC++ Express I know that I'm supposed to add the Platform SDK, but there's a long list of development kits and SDKs at the Download center.  Which ones can I use Thanks. Good evening... Allow me to elaborate. I see a number of references to adding the MSXML kit to one's available libraries (given the pervasiveness of XML I'm not sure why this isn't part of the platform, but whatev ...Show All

  • SQL Server Unable to use MS SQL 2000 SA Password

    Dear All! I have installed my sa password "sa" during my MSDE (desktop engine of sql) installation. currently i am loging into query analyzer using windows authentication. But i cant access the database through my code, coz i dont have sa access. Please kindly Help me finding my current sa password. Thank You! Did you get an answer I am having the same problem. Thanks. Oguchi ...Show All

  • Visual Studio Custom task: assembly could not be found

    Hi, I am using the final version of Framework 2.0. I have created a custom task called SimpleTask (modelled after the Hands-On-Lab document). When I try to use it in a project file, I get the following error message: C:\tmp\I2DL\i2dl.proj(11,5): error MSB4062: The "SimpleTask" task could not be l oaded from the assembly c:\tmp\vs6build\vs6build\bin\Debug\v6build.dll. Could no t load file or assembly 'file:///c:\tmp\vs6build\vs6build\bin\Debug\ ...Show All

  • Visual Studio ReportViewer drillthrough in WebForms looking for .rdlc instead of .rdl in Local processing

    I am creating a ASP.NET application for reporting. I have created the reports (.rdl) using the Report designer. I keep all these .rdl files in a folder and this reporting application will list these reports. Clicking on a report will generate the report. I am reading the rdl xml to get the query and query parameters, then retrieve the data and add datasource to the LocalReport. This is working fine. In the drillthrough event I get the original d ...Show All

  • Visual Studio Team System Work item assignment

    Can two people work on the same work item simultaneously Multiple users can open (and read) workitems simultaneously. If you are using the Visual Studio UI, if two users edit the same workitem, the first person to save the workitem has his changes committed. The second person will not be allowed to save and overwrite the first persons' changes - he will have to get the latest version of his workitem and make his changes again. If you ...Show All

  • .NET Development Are Async WebService Callbacks Automatically Marshaled?

    [.NET 2.0] I'm wondering if the callback from an async web service call is automatically marshaled to the UI (calling) thread. None of the documentation that I've found clarifies (or even mentions) this. My exploration project seems to indicate that the callback *is* automatically marshaled but I would like a definite answer if I can get one. private void DelayedResponse_Callback( object sender, DelayedReponseCompletedEventArgs e) ...Show All

  • Visual Basic No Edit and Continue in VB Project migrated from VS2003

    I've got the message "Cannot currently modify this text in the editor. It is read-only" when I try to modify code after hitting a breakpoint in debug mode. Edit and continue IS enabled in Tools/Options/Debug/Edit and Continue settings I can edit and continue some other VB and C# projects The file has not the readonly file attribute set. It’s checked out from Source Safe The problem with this project could be reproduced i ...Show All

  • Visual FoxPro newKey() method not found

    I have visited this ng before with great success always getting comprehensive explanations. I started about 3 months ago and was active for about 2-3 weeks. I then switched to C#, C++ and SQL Server and I found the atmosphere in those groups much less hospitable than here. You guys are great. I got my infusion of knowledge at that time that allowed me a jump start. Now I am doing some FoxPro stuff again by necessity. I am trying to implement a M ...Show All

  • .NET Development BUG

    The MSDN profile form is in a loop for some reason and I can't continue, so I can't report the bug I've found in VS2005. Create a new user control, call the project 'TestControl', rename the class to 'TestControl', put a button or a label on the user control just for a visual indication. Compile it, copy it to your C:\ drive just for simplicity. Create a new windows app, go to the form_load event and put the following code in. Dim myAssembly ...Show All

  • Visual Studio Team System Are there integration problems between Team Editions and Pro versions on same machine

    I have a copy of Studio 2005 Pro and have an option to purchase Team Tester edition.  If I install both on the same machine will there be issues   Will they work seamlessly Thanks They will integrate into the same installation of Visual Studio. When you next run Visual Studio, you will see all the features of Team Edition for Software Testers (which inlcudes Visual Studio 2005 Professional Edition). ...Show All

  • Visual Basic MultiLine ToolTips

    Somewhere in the Help I happened to notice that ToolTips can be customized to show multiline text. Now, when I need it, I can't find the appropriate help text. How can this be done Thanks for the answers! It was just too obvious for me to see. Now I have implemented a version that matches my needs; I just set the controls ToolTipText = "This is a" & Environment.NewLine & "multiline tooltip" ...Show All

©2008 Software Development Network

powered by phorum