Software Development Network Logo
  • IE Development
  • Visual Basic
  • Windows Vista
  • Microsoft ISV
  • Audio and Video
  • SharePoint Products
  • Visual Studio
  • Game Technologies
  • Windows Forms
  • Smart Devicet
  • Visual C++
  • SQL Server
  • VS Team System
  • Visual FoxPro
  • .NET Development

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

boran_blok_edan

Member List

Personal Information Withheld
Suganya Mahadevan
Adam Shipp
rajendra patel
mihooper1
Robert3234
ZopoStyle
Fluxtah
DavidSB
Teos
Neels215375
Geogy
ArnsteinD
Cory E
Jarodtweiss
BortNE24
Mirai
SolveIt
vinuhyd
Duane Douglas
Only Title

boran_blok_edan's Q&A profile

  • Visual C# Problem with loading/unloading DLL from a separate appDomain

    Hi, I want to dynamically loading assembly dll to have an instance of a type in that assembly. The thing is the assembly is updated on demand frequently so I need to unload and then reload the dll. So I load it from a separate domain. First I create a new appDomain using AppDomainSetup with shadow copy enabled: AppDomainSetup setup = new AppDomainSetup(); setup.ApplicationBase = AppDomain.CurrentDomain.BaseDirectory; setup.CachePath = AppDomain.CurrentDomain.BaseDirectory+"\\Shadow"; setup.ApplicationName = "Loading"; setup.ShadowCopyFiles = "true"; setup.ShadowCopyDirectories = AppDomain.CurrentDomain.BaseDirectory; newDomain = AppDomain.CreateDomain( "loaderDomain", null, setup); Then a remoteLoader is created ...Show All

  • SQL Server Simple AS 2005 migration question (Time Dimensions)

    I am updating work done on cubes under AS 2000. In AS 2000 a Datetime field could be linked directly to a Time Dimension from which the levels inside that dimension could be selected. This included being able to break a date into fiscal quarters. It was not necessary to divide up the field containing the full date and time into Day, Week, Months, year columns. In AS 2005 it seems I must break the date up into Day, month, and Year then link these fields to time dimension and specifying whether they are fiscal or calendar. Is there is a way to have the same intelligence as AS 2000 where the date partitioning is done for you without breaking the field up Can someone point me in the right direction Any help appreciated ...Show All

  • Visual Studio Team System How to ignore compiler-generated members?

    Our company has rule to prefix all class member variables with ‘m_’. When I try to make a custom FxCop rule, it will pick up all compiler-generated controls’ names (starting with underscore) in the web application (VB). How can I make it so custom rule will ignore them Thanks... Hello Alex, You are right. RuleUtilities.IsCompilerGenerated(Local) will help only by locals which were generated by compiler while compiling the source code. In your case the variables/fields are generated on the source code level, so they will remain with the same names on the IL-Code level and RuleUtilities.IsCompilerGenerated(Local) method will not work.  You could search for all fields which start with p ...Show All

  • Visual Studio Tools for Office Regarding mS Outlook

    Hi everyone, I have an asp.net application from which iam opening Ms:outlook calendar,What i have to do is On click of save appoinment in Outlook calendar,it should update my application database.Is there any way to trap events of outlook calendar. Please give some examples or related articles reagrding this... Regards Anitha Anitha, Yes! What you are wishing to do is pretty straight-forward. You will need to acquire a reference to the default calendar folder and then trap the events for that folder. Outlook provides a pretty extensive object model. In that OM is a folder with a set of events you can trap. I recommend you get cozy with the Outlook resources I have listed here (I'm still fixi ...Show All

  • Visual Studio How to show the totalpage number with c#

    dear all i am a newbie today i have a question in CR 11 How to use code to show the totalpagenumber in My Winform Application(Not VB.NET) my environment C# 2005 ,CR 11 HELP me pls! crReport.FormatEngine.GetLastPageNumber(New CrystalDecisions.Shared.ReportPageRequestContext()); where crReport is of type ReportDocument. you must have set parameters and database logon or else this will throw an error. ...Show All

  • SQL Server Restore Master database to SQLExpress

    Hello, I have a fresh install of sqlExpress and Management Studio Express on my test server. I want to restore my master database from backup. From the command prompt I set the Sqlservr -s SQLEXPRESS -m Then I opened another comand prompt and ran my SQLCMD script to restore the Master Database. here is the sql script: RESTORE DATABASE [Master] FROM DISK = N'E:\COPLEYNEWSDATABASEBACKUP\Master.bak' WITH FILE = 1, MOVE N'mastlog' TO N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\Master_1.ldf', NOUNLOAD, STATS = 10 GO I recieve the following error. Msg 3154, Level 16, State 4, Server COPLEYNEWS\SQLEXPRESS, Line 1 The backup set holds a backup of a database other than the existing 'Master' dat abase. Msg 3013, Level ...Show All

  • Visual Studio 2008 (Pre-release) "The request message must be protected. This is required by an operation of the contract"

    What in the WORLD is that This app worked great in beta 2. System.InvalidOperationException was unhandled Message="The request message must be protected. This is required by an operation of the contract ('IMyService','http://www.abccompany.com/services/2006/04/MyService'). The protection must be provided by the binding ('WSDualHttpBinding','http://tempuri.org/')." Look at your OperationContracts. Does one of them specifically require it to be signed and/or encrypted Check your servicecontract as well. Thanks! Scott ...Show All

  • Windows Forms How to set component's property value at DesignVerb click event?

    I am writing simple component and I am having a problem to change it's property at DesignVerb click event. In the following code, I have a property called Target. I am using SearchButtonDesigner controldesigner to create DesignerVerb and in OnSelectTargetClicked function, I want to set the new value. It seems to be setting the value but it is not changing the form's designer code. I have to tweak some other property to get this new value. Is there a way to set property directly to form's designers code Thanks [ ProvideProperty("SearchButton", typeof(Control)), Designer(typeof(SearchButtonDesigner)) ] public partial class SearchButton : Button { private string _Target = String.Empty; [ Browsable(true), Category(&q ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Selling Games on Xbox Live Arcade

    Hello, I am currently putting a team together to create new Xbox Live Arcade games. They will be using the XNA development tool and the projects will be financed by myself. How long will it be untill Indy developers can sell their games online in order to re-coup some of the money and produce additional games Any help is appreciated. Regards Ian epoxyRedux wrote: so i think it's safe to say that M rated games are ok, but i doubt msoft will allow strip poker games...haha I have heard that people use their Vision Cam to do naughty things in UNO... ;) ...Show All

  • SQL Server Data flow source for MS Access in SSIS package

    Hi all... I'm creating a SSIS in the designer view of SQL Server BI Dev. Studio (SQL Server 2005) I need to import a whole table from MS Access into my local SQL Server.(this task will be performed weekly, so once working I'll schedule a job for it) I've created a 'FILE' connection to MS Access in the 'Connection Managers'. When I'm on the 'Data Flow' tab I can't find a Data Flow Item to use as a MS Access connection. (available on the 'Data Flow Sources' are only: DataReader, Excel, Flat File, OLE DB, Raw File and XML Sources) What am I doing wrong/missing Thanks for your help. Hi Jamie, I do not see ant OLE DB provider for MS Access. I trie the one for Jet and was not successful i ...Show All

  • SQL Server howt to change ConnectionString in Context

    Hi All i am very new to SQL CLR, I create create an sample stored Procedure and registed the assembly and execute the SP in the query window , its working fine. But my doubt was - 1) In the SQLConnection object ,its like ( "context connection=true") What is the use of this string and can i change this string to like this " Data Source=SystemName\SQLExpress;Initial Catalog=SampleDB;Integrated Security=True " is it possible to change the connection in the SQLConnection constructor with any databse connection 2) Is there any possobility to add configuration file in SQL Server project Please any one help me to know ... Thanks in Advance... Hi, that is dedicated to your permissi ...Show All

  • Software Development for Windows Vista How to launch Child workflows based on some rules from a Running workflow?

    Instead of binding a workflow at designtime, can we bind the TargetWorkflow of a InvokeWorkflow Activity at runtime You can find an example of a custom invoke workflow activity that can be set at runtime on my blog here . ...Show All

  • SQL Server Refresh calculation when working on imported as db

    Hi, I created a new solution and imported an AS db to it so I can avoid to work on the database itself. Now, when I change an MDX formula in a calculation, I cannot see the change effect in the browser without re-processing the cube. What Am I missing There sure is a way to see the effect of a calculation change by using some kind of refresh I tried re-connect and refresh and save, nothing works. Thanks, Philippe Adrian Dumitrascu wrote: The BI project you imported is offline, changes to calculations are only saved to the local .cube file (while the cube browser gets the data from the live server). That's why you need to re-deploy (not necessarily with processing though) on the server. For editing ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA - Redistributable License Clarification Please

    Hi all, Hi all, I realise the XNA is only beta form, but I would like to make 100% sure that we would be allowed to distribute the xna dlls ourselves with any game we made. In my case this isn't for a commercial venture, rather there are a couple of development competitions I'm interested in, particularly at gamedev.net and xbox360homebrew.com - that I would like to enter a game based on xna for. For the xbox360homebrew.com competition, the rules are lax and the audience is basically other people messing with the XNA too. The gamedev.net 4E5 competition however is more strict as far as what has to be installed on an end-user machine to get a game working. I expect demanding them to download and install the 100s ...Show All

  • Visual Studio What is the properties for rebuild a solution/project

    Hi; What is the correct syntax to tell it to rebuild (not build, rebuild) a solution. To build I have: <MSBuild Properties="Configuration=Release" Projects="WindwardReports.sln" Targets="Build"/> but I don't think that does a rebuild. Same question for building a single project in the solution. thanks - dave ps - if stuff like this is answered in a url somewhere, please give me the url. ..you haven't tried the obvious <MSBuild Properties="Configuration=Release" Projects="WindwardReports.sln" Targets=" Rebuild "/> ...Show All

©2008 Software Development Network