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

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

InfoGenesis

Member List

colombod
Cratos
Jack Knife
Norbert Mika
Michiel000
Carlik
Tako
Triforce
Zeesha
tcbh
Mick Lang
Duncan Stewart
agni.yudha
JulieAnne
Wolfgang Zerzawy
Martin Unterholzner
mad Mazz
G. Rahul
~rabin
Lee321
Only Title

InfoGenesis's Q&A profile

  • SQL Server Reporting Services Login Error

    An error has occurred during report processing. (rsProcessingAborted) Get Online Help Logon failed. (rsLogonFailed) Get Online Help The parameter is incorrect. I can view my report inside of visual studio 2003 no problem, but when I navigate to the http://servername/Reports/Pages/Folder.aspx  and click on my report to load inside of IE I get the error. I have serached all over but not able to get a correct answer. Any help woould be greatly appreciated. Thanks It is definitely a data souce error, although it is a strange message. What type of credentials are used to connect to the data source ...Show All

  • Visual Studio MSBuild Task differs from msbuild command line (for Items) ?

    1. These are the files in my directory: one.targets two.targets x.txt y.txt -- two.targets --- <Project DefaultTargets="two" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Target Name="two"> <MSBuild Projects="one.targets" Properties="a=*.txt"/> </Target> </Project> -- one.targets --- <Project DefaultTargets="One" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <a/> </PropertyGroup> <ItemGroup> <b Include="$(a)" /> </ItemGr ...Show All

  • Visual Studio Team System Can a Context variable be set from a Datasource?

    I want to run a user registration recorded webtest for each username stored in a database. I've:  - recorded such a test  - Added a datasource  - Added a context variable (sUsername)  - Set the Username page field to use the context variable But I cannot see how to set the context variable from the datasource The only thing that can be done in the context variable Properties window is set the value to static text. I tried using the same syntax that worked for setting the Username page field to the datasource value ... {{TestData1.Username.Username}} ... but that didn't work (it was treated as static text). If I can bind ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Multiple object in a scene

    Hi, I am completely new to directx and I need some help!!! I have been going through the tutorials that Microsoft provides with the directx SDK but can not figure out how to create more than one object in a window (I am not sure that I am using the right terms here!). If I want to create two triangles in the same window and the first one is rotating around the z axis and the second one is rotating around the z axis, how do I do that My biggest problem is to create two objects (two triangles) in the same window. If anyone knows of a tutorial that descibes this case please insert a link to that. thanks I'm not ...Show All

  • Visual Studio regarding reports

    Im using reportviewer control on the form and Project>Add New Item>report for creating reports Are these not Crystal reports Where are crystal reports located in vs.net2005 IDE Hi, Which version of Visual Studios 2005 do you have (Express, standard, Professional) ...Show All

  • Windows Forms cycling through, and removing, listbox items dynamically

    Is there a way to dynamically cycle through a listbox to erase the current elements I won't know how many elements are in the listbox either. This is what I tried so far, but doesn't seem to work: For Each index As Integer In myListbox.Items         myListbox.Items.RemoveAt(index) Next index Thanks for any help! Sorry guys...yeah that works&n ...Show All

  • Smart Device Development open IE in application

    Does .Net CF provide any method to open IE with given URL Just like it is in full .Net Framework :        System.Diagnostics.Process.Start(URL) Thanks. OpenNETCF provide Diagnostics.Process It works, justing calling Process.Start("iexplore.exe", URL) . Thanks. ...Show All

  • SQL Server Active Database Connections SQL Express, how many

    How can I determine if everyone has logged off of the SQL Express database, ie, no one else is connected. I need to clean up some files that are generated in my code, but I only want to do that when everyone has logged off the database In MS Access, I could try to re-open the MDB file exclusively. Is there a connection number etc Hi there, There isn't a connection number per se (well there is the @@CONNECTIONS function but that returns all server connections since the server was last started/restarted so it's not really useful for your situation). You can use the stored procedure sp_who or ...Show All

  • Visual Basic lost the import dll: error 126

    Please I need some help I keep getting a message, Import:dll missing or error ect. it says error 126, but I do not know how to re-install it if I can download it. Guessing here: do you have a Declare statement in your program that references "import.dll" If that is the case, you're working with a 3rd party DLL. You need to put it in a folder so that .NET can find it. Putting it in c:\windows\system32 would certainly work. Putting it in the same folder as your program's .EXE is better... ...Show All

  • SQL Server Strange issue with Precedence Constraints and Set Values

    Hey everyone, I have used the set values option of the execute package utility many times to change values on variables in the package with no problem before, however have run into a stumbling block when coupling this with precedence constraints. I have a package that goes down a different path based on a precedence constraint that works perfectly if the default value of a variable is used....however when I pass in a new value via Set Values in the execute package utility the package will error out with this: The expression "@[User::IVR_FLAG] == 1" must evaluate to True or False. Change the expression to evaluate to a Boolean value ...Show All

  • Visual C++ Changed the COM signatures....using ildasm.....

    Hi, I have a .exe COM which I used in .NET but some signatures got changed....so I opened it with ildasm and changed the signatures so that it should return something from the function....This is the error I'm getting now.... The runtime has encountered a fatal error. The address of the error was at 0x79e8aff6, on thread 0xb4. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack. Any Ideas.... Thanks, Harsimrat ...Show All

  • Windows Live Developer Forums Worlds Best App Contest Winners

    It’s time to announce the winning applications for MSNR Messenger’s Worlds Best App Contest , which MSN ran from September through December 31 st , 2005. There were a lot of great entries, hard work and interesting new ideas for building new applications and games within Messenger. Submitted applications were judged based on the official rules and judging criteria which included creativity, launches during the contest, suitability for the medium and best use of other MSN services. The following identified winning applications still subject to verification and acceptance of their winning prizes : Grand Pri ...Show All

  • SQL Server DataSourceInfo Property Problem

    HI, My name is Paras Dhawan, I was looking for a code which can execute mdx queries through JAVA code using XML for Analysis and I found the following code at Microsoft Forum (click to see) Before executing this code I have installed Microsoft SQL Server 2000 Analysis Services Microsoft SQL Server 2000 Service Pack XML for Analysis XML Parser 4.0 IIS I have followed all the instructions like I have created a virtual directory in IIS manager but IIS was not properly working on my system so I installed all the above things on my colleague’s system next to me and instead of ...Show All

  • Visual Studio Removing Shortcuts from the VS 2005 Set up

    Hi Is there any way of removing shortcuts from the VS 2005 Setup. I want to remove all the shortcuts from the start->menu->Programs->Microsoft Visual Studio 2005. we are creating customised package for our working environment. So any help is appreciated. Thanks Bhaskar No, there is no supported mechanism. You can however modify the MSI and delete those short cuts in the short cut table.  Ofcourse, if you proceed with that route, it's unsupported. I highly recommend not modifying the MSI unless you have a good understanding of setup technologies and the windows installer. ...Show All

  • Visual Studio Express Editions SQL Server 2005 Express Problem with Date format in transact sql

    Hello all my database in in French language. The collation of sql server 2005 is in French. When i use sql manager and look inside the tables the dates are well diplayed in french format dd/mm/aaaa but the queries don't work If i type "select * from mytable where date_update is < '20/11/2005' "  it tells me that it can't convert in date a string. I i type in my query '11/20/2005' it works fine and the rows display date in english format differently than the display i have by opening the tables with the manager. Of course i want to use french format in the transact sql queries. Thanks for your help. Patrick ...Show All

©2008 Software Development Network