Michal2071's Q&A profile
Visual C# c# 2005 flash8 actionscript 2.0
hi all.. am c# 2005 flash8 actionscript 2.0 developer...i want one sample small project for c# 2005 flash8 actionscript 2.0 remoting ..and that documentation...bcz maximum of samples done by flash mx...but i need in flash 8. another thing i want to pass an object from c# to flash.....now i can pass string by using Setvariable in c#..but i want to pass objects.... muthuraja_13384@yahoo.co.in is my id if anybody can help me...please send ur comment and project here. this is urgent to me........... hie there , well about remoting , i've just scratched the surface . i just came across this tute on remoting with PHP http://www.actionscr ...Show All
SQL Server RS2005: ReportManager and Forms Authentication : The report server is not responding
Hi, Sorry for the long post but I'll try to give a maximum of information. I've tried to implement Form Authentication for Reporting Services. Right now, just about everything works as I would hope for, i.e.: When I try to access http://<server>/ReportServer$SQLSERVER_2005 , I am redirected to the authentication form. When successfully authenticated, I can access the report I can display reports throught the ReportViewer Web control by passing the authentication cookie. Etc. (Note: My implementation of Form Authentication was inspired by http://www.devx.com/dotnet/Article/26759/0/page/1 which seems similar to Microsoft Sample) (The $SQLSERVER_2005 suffix is because SQL Server 2000 is also installed on the s ...Show All
Visual Studio Accessing properties of the current/executing project from task
Hello, I would like to access the properties set in for a build / an execution from within a task. My idea is to create a task that can take a template text and fill in any $(..) with the appropriate property value. The goal is to allow simple creation of templates that may access version properties, solutionname, productname / target assembly name, etc. The end goal is a BOM statement for a build of a solution. Answer to the issue of accessing properties or other ideas appreciated! Best regards! Hi, If you'd like to access properties in your task you'll have to pass them into the task. This is by design, see the related post at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=21755&SiteID=1 Say ...Show All
Visual Studio Team System Deployment target and connection string
Using for the SQL database project for the first first time, I add in a new table details below, I press build and I get the following error: My DB is SQL 2005 and I have working connections to it Error 1 The target connection string is invalid. Specify a valid connection string as the deployment target and retry the operation. 0 1 InspireDatabase Does anyone know where I can put the connection string for the deployment target TIA /* Create new table "tbAssetDefinition". */ /* "tbAssetDefinition" : Table of tbAssetDefinition */ /* "ID" : ID identifies tbAssetDefinition */ /* "SecurityID" : SecurityID is of tbAssetDefinition */ /* "AssetTypeName" ...Show All
SharePoint Products and Technologies MOSS 2007 + Win SPoint Svcs Srch + Implicit Conversion Error
Hi All, We are implementing SharePoint 2007 for an internal document management project. I'm having an issue with configuring the Windows SharePoint Services Search Service. I enter my domain user accounts, DB Server and DB Name which is all OK. I attempt to start the service and receive 'Could not access the Search service configuration database' There is nothing in the SharePoint logs which suggest any problem, however when I profile the SQL Server, I get the following error: Error: 102, Severity: 15, State: 1 The code in question is calling a SP: declare @p2 nvarchar(64) set @p2=N'C:\Program Files\Microsoft Office Servers\12.0\Data \Applications' exec dbo.proc_MSS_GetConfigurationProperty @Name=N'indexLocat ...Show All
Visual Studio Express Editions ListView Subitem Bold
Can I set an individual Subitem field to bold to highlight it .font.bold seems to be read only. Of course, that implies it is possible to set the field to bold 'some way'. I just can't figure out "HOW" Roger I posted this to the wrong forum -- so I'm reporting it here Thanks to ReneeC also. Her post saved me a lot of time working up an answer to your question. Others are the 'great wizards', I'm just a persistant 'ol code hacker ...Show All
SharePoint Products and Technologies Provisioning failed for SSP on Sharepoint 2007 STND
ChipShare (Default) (Provisioning failed: Windows NT user or group 'CSI.com \administrator' not found. Check the name again.) I get this when I create my SSP. The SQL server and Sharepoint server are in the same doamin running as a DOmain admin. The machines are both 2003 and SQL is 2k SP3a... I get this in the Application LOG A runtime exception was detected. Details follow. Message: Windows NT user or group 'csi.com\administrator' not found. Check the name again. Techinal Details: System.Data.SqlClient.SqlException: Windows NT user or group 'csi.com \administrator' not found. Check the name again. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClie ...Show All
SQL Server lastnonempty & role playing date dimension
Hello, I'm just curious if in case of a role-playing date dimention it's possible to somehow tell SSAS to use only one role for LastNonEmpty aggregate Like we have a fact table with a few date related members - such as TransactionDate, DateOpened, DateClosed etc. All measures in this fact table are set to aggregate as LastNonEmpty & everything works just fine as long as only TransactionDate is linked to dimDate. If any other dates are linked then LastNonEmpty doesn't work properly anymore & we get unpredictable results. So if it possible to set ONLY TransactionDate to be used as LastNonEmpty & for all other dates just aggregate as sum Thanks! It is always only ONE role-playing ...Show All
SQL Server Changing destination database for SSIS Package
Hi, I have a small problem. I've gone through the SSIS wizard and created a dtsx file which imports data from an access file into a SQL Server 2005 database. It has been set to delete existing rows and enable identity insert. I then edited the .dtsx package in SQL Server Management Studio and added an environment variable configuration to allow me to change the destination database. In the script which runs the dtsx, here is what I have (it's an x64 system, so hi have to use DTExec): "C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\DTExec.exe" /file e:\testimport.dtsx /set \Package.Connections[DestinationConnectionOLEDB].Properties[InitialCatalog];newdatabasename and here is the error I get: Description: T ...Show All
SQL Server Checkpoint restart
I have a package that uses checkpoint restart. It is resposible for truncatings many sets of tables and then loading them. There are several ExecuteSQL tasks to truncate the tables and several corresponding data flows to accomplish the loads. If a load fails I want the corresponding truncate task to be part of the restart otherwise duplicate data may be loaded. Normally, SSIS will start at the failed task. I read something about containers that led me to think that if I put the truncate & matching load pair in a sequence container that the container would be the restart point, but either I read it wrong or it's not working that way. Anybody know how to accomplish what I want to do Thanks Jami ...Show All
Visual C# How To Copy To Clipboard Like MSPAINT
Hi, I would like to be able to copy a bitmap to the clipboard using a method similar to that used by Paint. If you use a program like ClipCache Plus (a free version 2.9 is still available), it will keep copies of items that have been sent to the clipboard. If you use Paint, it will copy to the clipboard in such a way that ClipCache can see it. If you use the Visual Studio 2005 Clipboard.SetDataObject(ObjectName, true); It does copy to the clipboard. But it is not available to ClipCache. I have also tried Clipboard.SetData and so on. It doesn't work. Does anyone know how to do it. In Delphi I used var AFormat : Word; AData : THandle; APalette: HPalette; fBitmap.SaveToClipboardFormat(AFormat,AData,APalette); Clipboard.S ...Show All
Windows Forms 3 keys pressed code?
Hey, I am trying to make it so if you press 3 keys at the same time then somthing will happen, this is all I can get: private void Form1_KeyPress ( object sender , KeyPressEventArgs e ) { if (e.KeyCode == Keys . ControlKey { } } So it will be Pressing Ctrl+Shift+V But I cant get it to do all 3... Thanks :) Umm, there is a problem.....I just opend up The program again but when I test it out again, nothign happens, I amke it invisibel, and then when I press Ctrl+Shift+V but nothing happens...I checked to see if that key preview was set at true and it is... I checked to see if the code was there and it was, just the way you said it should be... Thanks :) &n ...Show All
Game Technologies: DirectX, XNA, XACT, etc. project space issues?
So.. heres the problem. I have recently downloaded Visual Studio 2005 express for C++ and C#. I installed the platform SDK and got it to work eventually (which was a god awful process btw) and i installed the direct x sdk. It works, kindof... I can compile and link win32 console applications. no issue there. I can also compile the basic project which comes with the win32 windows application project. Heres where it gets tricky. I just bought a book called Beginning DirectX9, by wendy jones and it looks like a solid book. Anyways it comes with code in it written with the VS 2003 and previous SDK's although still modern. Basically the code is written in a Win332 windows application starting with a empty project. I can do ...Show All
Visual C# simple streamwriter question
This is what i have so far: private void radioButton9_CheckedChanged(object sender, EventArgs e) { devicesConfigurationFile_ = @".\Devices.xml"; using (StreamWriter sw = new StreamWriter(@".\Devices.xml")) { messageNode_ = "//DEVICES/DEVICE_LIST/MESSAGE_LIST_RECEIVE/MESSAGE/Login"; XMLDocNodes_ = XMLDoc_.SelectNodes(messageNode_ + "/Login"); sw.Write("no"); } Its writing a new text file every time the button is clicked when i just want it to append an existing file after parsing through to the correct attribute. The file it will be parsing through is XML. Any help would ...Show All
Smart Device Development Unit testing on Windows CE 5.0
Hi all, Is there a unit-testing framework for .Net that supports WinCE 5.0 Thanks, Hi Cornel There are two nUnit ports for the Compact Framework currently under development. ncfunit: http://sourceforge.net/projects/ncfunit cfnunitbridge: http://cfnunitbridge.tigris.org Be aware that both projects are in a 'early' stage. Michael ...Show All
