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

Software Development Network >> Marcin Książek's Q&A profile

Marcin Książek

Member List

Tom B
fripper
RayClark096
IMBogus1
Colin Reid
lcj
IamHuM
pinkybaby
lagu2653
Justin Learning
NMM
daimaku
rolf cerff
JoshKorn
ChristianBG
harlequinben
angjbs
Aspiff120
Santhoo
Lars E.Nes
Only Title

Marcin Książek's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Is XNA the tool for serious game developers.

    I'm trying to make the decision if our game development team should use XNA as the technology solution. The question is, if XNA is capabale, or is intended to be, a commercial game development tool set for serious game developers. Reviewing the majority of the posts here (XNA vs. C++/DirectX) It is a very powerful and fast development environment, however at the moment its range is limited to the Windows and Xbox 360, meaning that (at the moment ) you cannot develop as easily as you can with C++/DirectX for alternative next-gen platforms (Macintosh (hah, as if), Wii or PS3). I, however, haven't seen many remarks on the possibility to opening this to other platforms. ...Show All

  • SQL Server Error during merge web sync

    Hello,    We have 5 subscribers trying to replicate via web synchronization. Two of the subscribers get the following message and the other three are fine. Any ideas on what the problem is or where to troubleshoot Thanks in advance. John Error on client output: The format of a message during Web synchronization was invalid. Ensure that replication components are properly configured at the Web server.   I have seen typically that once is 3 times you can get successes. Other times it could fail to load the dll and hance cause the sync to fail. Can you try on a different IIS box that doesnt have anything except the virtual directory to rule out this possibility ...Show All

  • Visual Studio MSbuild VS 2005 AssemblyReference using enviromenent variable pointing on "subst" drive

    Hello, I'm using a " subst s: c:\Source \" to set the source code to a virtual drive, and then use s:\MyProject.vcproj, for example, in the msbuild parameters. In addition I have set up some environment variable in the system such as $(BinariesDeployement) which point to a folder somewhere on c:\ I build native c++, managed c++ and c# projects. For managed code the assembly references paths are set using my environement variable $(BinariesDeployement). (<AssemblyReference relativePath="$(BinariesDeployement)\Mydll.dll") I'm using msbuild to build all my projects. I noticed that if I use the virtual drive as root to the projects in msbuild parameter, the environment variables are not changed to their value ...Show All

  • SQL Server Server Error : launching SSIS using a webservice and Asp.net

    Hey guys, I have a webservice set up on the same box where my SSIS packages sit at. I have an ASP.net app which calls the webservice. The webservice in turn invokes the ssis package and , I run it on file system. i keep getting this error System.Web.Services.Protocols.SoapException was unhandled by user code Message="Server was unable to process request. ---> That assembly does not allow partially trusted callers." Source="System.Web.Services" Actor="" Lang="" Node="" Role="" StackTrace: at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Ser ...Show All

  • Visual C# casting

    hey all, Just a quick question about casting and how it works. if is do String s = (string)someobject, what happens in the background i.e. some method is invoked intternally to convert the object to a string or what How does this work I tried to find the answer but no luck. Please help . Thanks sunny Hi, Actually, the C# compiler will not let "someobject" cast into string, unless someobject is an instance of compatible type (string or types derived from string). Here is more knowledge about casting: http://msdn2.microsoft.com/en-us/library/ms173105.aspx Thank you ...Show All

  • SQL Server Importing Online XML file into SQL Server 2005 tables – no data transferred

    Does anyone have any great suggestions on how I can import an online XML file into an SQL 2005 table So far I tried to accomplish it with SSIS Data Flow Task where my source is XML Source (Data access mode: XML file location; XML location: URL, Use inline schema = True). This set up properly identified the columns to be imported. I used Copy Column data flow transformation task to load data to OLE DB destination table that has same structure. When I run the task it does execute with no errors, however the table remains empty. It looks like I am failing to read the actual data. Do you have any suggestions I am willing to go around this approach with stored procs/com/you name it – just make it work! ...Show All

  • Smart Device Development Get and Set the position of a scroll bar of a ListBox in NETCF2

    Is it possible to set the position of a ListBox scroll bar in C#. I've inherited the ListBox class. I get a NullReferenceException when I try to do this: IEnumerator i = listBox1.Controls.GetEnumerator(); i.MoveNext(); MessageBox .Show( string .Format( "i.Current.Visible.ToString() = {0}" , (( ScrollBar )i.Current).Visible .ToString())); i.Current returns NULL. It works for a datagrid. Datagrid is a composite control written in netcf entirely. Listbox is a native control - it does not expose the scroll bar control. Normally you would set the TopIndex property to position the scroll bar ...Show All

  • SQL Server package installation error (empty password)

    Problem With SSIS Deployment I’ve Deploy SSIS Package and I’ve got error .These are some steps that I do it 1. Build with SQL Server Business Intelligence Development Studio and set Protection Level to EncrptSensitiveWithPassword 2. Goto deployed folder and double click file .SSISDeploymentManifest 3. Select SQL Server Deployment 4. enter sql server password 5. enter package password (The same password used when build the dstx) 6. then it show this error ... Could not save the package "c:\.....\xxx.dstx" to SQL Server 2005 Additional information The protection level of the package requires password but passwordpackage property is empty Please h ...Show All

  • Windows Forms webbrowser remove frame

    is it posible to remove the 3d borde of the webbrowser i understand that that can be done with an active x or soemthing like thta.. and there is an article about this on codeproject.. but right now their site doesnt work for me.. any help i`m more than glad to do that Code Project and the error is: An invalid VARIANT was detected during a conversion from an unmanaged VARIANT to a managed object. Passing invalid VARIANTs to the CLR can cause unexpected exceptions, corruption or data loss. this is when i try to navigate somewhere.. ...Show All

  • SQL Server Getting HelloWorld_CLR sample to work

    Hello, I have been trying to get the app installed and running; I've updated the install script to point to the right server and it worked. I've run the ALTER DATABASE ssb_HelloWorld SET ENABLE_BROKER ; and the EXEC sp_configure 'clr enabled' , 1; and the CLR seemed to have problems while getting replies back from the server. However after repeated retries it worked well. Sporadically I would see an error. After uninstalling the sample and installing it again - to document the steps previously taken - the CLR application is no longer receiving messages from the server. Any idea about what setting might be needed Thanks, Hi Rushi, After successfully sending a m ...Show All

  • Visual Studio Express Editions Minimize Console and Process.Start?

    Is there a way to run a console apps in minimized window I have a console apps that runs at specified time, and it does process.start for ftp. Is there a way that I can have these two windows run on minimize Couldn't seem to find the option for this. Dim p As New Process () Dim si As New ProcessStartInfo p . StartInfo = si si . CreateNoWindow = True si . WindowStyle = ProcessWindowStyle . Hidden si . FileName = "TheFileName" p . Start () ...Show All

  • .NET Development System.net.Webexception

    Hi All, I am in serious trouble. We have a desktop Application that was originally developed in C#.NET 2003 and then upgraded to VS 2005 an year ago. This desktop application accesses its Oracle Database through some webservices also written in .Net 2003 and upgraded to VS 2005 later. Real Problem:- End users of this application takes out excel reports (apart from a loads of other things). They have 14 reports which they can take out from this. Out of these 14 reports one of them gives error in production and when I run the same code in development then it runs fine. This is the error that I get in Production:- The following exception has occured: System.Reflection.TargetInvocation. Exception has been thrown by t ...Show All

  • Visual Studio Express Editions view line number

    this would really help during debugging. How do i view line number Varix wrote: this would really help during debugging. How do i view line number If you mean seeing the line numbers of text in the IDE window, adjust your IDE settings as follows: 1. In the Visual C++ 2005 Express Edition IDE, select menu entry Tools | Options ... 2. In the Options pane, expand Text Editor | All Languages | General 3. On the right side of the pane, you will see some useful options including a Display | Line Numbers check box. - Dennis Bonus Tip: When you have compiler error messages, if you double click on the error message in the error window, the IDE will open the file and take you to the line ...Show All

  • Visual Studio Express Editions Dates in SQL string

    Im having trouble with selecting records from my DBASE IV database with a select statement. When i try to use the statement DBRset.Open("SELECT * FROM NEWBAR WHERE DATERCVD= 29/09/2006", DBConn, ADODB.CursorTypeEnum.adOpenDynamic, ADODB.LockTypeEnum.adLockBatchOptimistic, 1); it returns no records, which it definatly should. When i read the entire database and outbput the date field i get 00:00:00 at the end of the output, which i would assume is the time being stored in the date field, so i tried DBRset.Open("SELECT * FROM NEWBAR WHERE DATERCVD= 29/09/2006 00:00:00", DBConn, ADODB.CursorTypeEnum.adOpenDynamic, ADODB.LockTypeEnum.adLockBatchOptimistic, 1); and instead i re ...Show All

  • Visual Studio Problem using SandCastle with ASP.NET 2.0 WebSite

    Hello, I have all the pre-compiled dlls of the asp.net 2.0 application, I trying to use Eric Woodruff's sandcastle GUI While building the build fails asking for System.Configuration unresolved assembly reference: System.Configuration (System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a) required by App_WebReferences BUILD FAILED: Unexpected error in last build step. See output above for details. Does it necessary that i should include all the namepaces used to build documentation for a project. Can anyone point me who to use sandcastle with asp.net web applications. thanks!! sqlnew I'm not sure which file you are refering to when you say ...Show All

©2008 Software Development Network