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

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

Rellik

Member List

claudio32
Chewmp
John Wadlow
Daniel Correia
India62
Carlos Fandango
TaDa
__SAW___
Ian_GENUX
Jenkins
David Travis
oxAndy
Mars_Ram
Chris Lively
Brett Samblanet MSFT
Espens
djlane
Marc Piulachs
MustafaSF
Andrew Davey
Only Title

Rellik's Q&A profile

  • .NET Development Move App_Code

    Right now my hosting service has my app_code as /App_Code/ This obviously won't work when I open /Location/ in VS2005.  How do I set the web.config to use /Location/App_Code/ instead of /App_Code/.  I'm not able to get anything done when every one of my applications are all sharing the same central location. The following doesn't even pretend to work... < xml version="1.0" > <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">     <system.web>         <customErrors mode="Off"/>         <compilation debug=" ...Show All

  • SQL Server Linked measure groups

    Hi, I'm trying to manage linked measures group with AMO. I want to create a new cube with a linked measure group. I have a problem that I don't understand. The error I receive (I don't paste the real message because my installation is in italian) tells that the measure group I added doesn't have relations to the dimensions... The code I use is this: // Get the measure group to link from an existing cube MeasureGroup MGToLink = CubeToLink.MeasureGroups[ "MG1" ] ; // Create a new cube Cube LinkedCube = db.Cubes.Add( "LinkedCube" ); LinkedCube .Source = new DataSourceViewBinding (MyDSV.ID); ...Show All

  • Visual Basic ERROR: Unrecoverable build error when building Setup project in VS.Net 2005

    Hello, Somebody, please help me out, I got "Unrecoverable build error" when building setup project.  I try the solution in http://support.microsoft.com/kb/329214/EN-US/  but did not work out. I am totally stuck. Please, your any information, solution will be very much appreciated. Thanks! Yi-an Reboot, open your project again, got to  Build->Clean<app name> Then try to rebuild it again. Dustin. ...Show All

  • Windows Forms VB2005-Express: Display Grid in Windows Forms Designer

    hello everybody, this may be a silly question - but are there really silly questions i've started converting a few apps from vb6 to vb2005 (express) and everything works fine, except that i'm not able to display the grid in the windows forms designer. i've set the gridSiz e-option to 8;8 (e.i. left the value untouched, i've tryed 4;4 aswell) and set the showGrid -option to true . but the grid will not appear. what is it i'm doing wrong can anybody help thanks helmut I have the same problem, but with 2003. Furthermore, Groupboxes do not show their border in the designer and the property view has lost its ico ...Show All

  • Visual Studio Express Editions Is there an equivalent to devenv /debugexe in VC++ Express?

    I have some unit tests that execute that I would like to execute in the debugger. I have noticed that devenv.exe does not ship with VC++ Express and I was wondering is there an equivalent ...Show All

  • Smart Device Development TextOut() in Smart Device Application (VS2005)

    It doesn't working... Help please, I'm a beginner. Hi Riven, I've moved this thread into the dedicated Smart Device Native C++ Development forum. Can you give us some more context on the problem you're having Thanks, Jeff Abraham Visual Studio ...Show All

  • Visual Studio Team System TypeInitializationException error

    I have created one DLL file and added it to the references of my projects. And i tried to execute the my source code (in C Sharp) which calls up the dll file file. Now i tried to execute without debugging and encountered with the following error : "Unit Test Adapter threw exception: System.TypeInitializationException: The type initializer for 'Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ConsoleOutputRedirector' threw an exception. ---> System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for system.diagnostics: The given assembly name or codebase was invalid. (Exception fro ...Show All

  • Visual Basic Help!!! Send Email with Authentication

    Hi. I need help!!! I'm trying to send a email with smpt basic authentication (username and password) with Visual Basic 2005... but...!i can't! Can anyone please help me I need to use ICredentialsByHost Thanks a lot and sorry if my english is not very good! Maybe this will help someone. I had the same problem with Kerio mail server and this fixed it. It was the UseDefaultCredentials property that fixed it for me. mySMTP.UseDefaultCredentials = False mySMTP.Credentials = New Net.NetworkCredential( "username" , "password" ) ...Show All

  • Visual C# Config file for a windows form app

    Hi, I'm working on a windows form application, so far I've only worked on ASP.Net applications. My question is, is there a config file you create similar to the web.config file Cheers Stephen yes it is name.exe.config ... you can add it by adding new item (Application Configuration File) it will be called "App.Config" in your project. ...Show All

  • Smart Device Development How to find out which FF events that are supported in CF?

    Hi, On my desktop computer I have a Full Framework application where I only want to show the events, for components, that are supported in Compact Framework. I've tried loading the corresponding CF assembly into a new AppDomain, trying to find the type there, in order to see which events that are available. But this doesn't work, since trying to load the CF version of the System.Windows.Forms assembly still actually loads the FF assembly from the GAC, since the full assembly name is the same for the two. Does anyone have a better idea, that might actually work :) Thanks! / Joel Are you trying to load compact ...Show All

  • Visual Studio Team System Permissions Bug with Beta 3 and Active Directory Groups?

    When using an Windows 2003 Server Domain Active Directory Group to assign Team Foundation permissions to multiple users, the group members do not have the selected permissions if the primary group (for POSIX and Macintosh applications) of the account in AD is set to the group to which the permissions are being assigned.  If you double click on the group in the Team Explorer GUI or select the Properties... button, the accounts with primary group set to the assigned group do not appear.  Only accounts with other primary group assignment appear.  I have changed the primary group assignment on some test accounts and have confirmed ...Show All

  • Software Development for Windows Vista LoadLibrary (regsvr32) fails without Visual Studio 2005

    I've just upgraded from Visual Studio 6 to Visual Studio 2005. I've got the latest DirectShow stuff (in the platform SDK) and am using it. Everything builds and runs fine on my development machine (which has Visual Studio 2005 installed) but when I try: "regsvr32 "myfilter.ax" on a different machine (without Visual Studio 2005, both machines are WinXP Pro and up to date AFAIK), I get the error: LoadLibrary ("myfilter.ax") failed - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. This happens even when I use, say, the "dump" example fil ...Show All

  • Software Development for Windows Vista TransactionScope FaultHandler problem

    I have a sequential workflow with a TransactionScopeActivity within which I throw a System.Exception under certain circumstances. I also have a corresponding FaultHandlerActivity to handle the System.Exception. This works fine when I host the WorkflowRuntime in a Windows EXE. However when I host the WorkflowRuntime in a WindowsService the FaultHandler does not get activated, instead the trace just shows that an exception has been thrown and the workflow aborts. (The trace is shown at the end of the post). If however I throw the exception outside of the TransactionScopeActivity then the FaultHandlerActivity handles the exception OK. The ...Show All

  • Software Development for Windows Vista question about to link the Compressor filter

    hello, everybody. my capture chain is as following: capture source filter-->compressor filter-->avi mux-->file writer my connect codes is as following: hr = pGraph->Connect(pCapturePin, pCompInputPin); if(FAILED(hr)) { return hr; } hr = pGraph->Connect(pCompOutputPin, pAVIMuxInput); if(FAILED(hr)) { return hr; } now i can run my program correctly through these codes, but when i quit the program, it gives me a hint,'the instruction at 'xxxxxx' referenced memory at 'xxxxxx'. the memory could not be read. ' then i use this code to replace the up codes(don't use the compressor): hr = pGraph->Connect(pCapt ...Show All

  • Windows Forms hosted DesignSurface - editing Controls (e.g. ComboBox) => Crash

    I am playing with hosting a designer and I am already quite satisfied with my current test of a hosted designer - except that some controls crash it. I am just hosting a DesignSurface, add a ComboBox from my Toolbox, then click on the glyph for the smart tags, then click the check box "usw data bound items" once to activate. After doing that and leaving the smart editing again, so that this popup box is closing, I cannot enter it again - if I do so the application crashes with a NullPointerException:    at System.ComponentModel.Design.DesignerActionPanel.TextLine.OnParentControlFontChanged(Object sender, EventArgs e ...Show All

©2008 Software Development Network