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

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

stujol

Member List

Rodolfo Navarro
poodle
StarsFire
raghu_grdr
JinMengcheng
xRuntime
James Juno
Mike9000
Eddie Sah
Marmot2006
wiscon
vcs1161
Cosmin Nicolaescu
Igor Tkachev
tattoo
ruk_walled
adorer
Pockey
gavin_1724
Grumpy McNasty
Only Title

stujol's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. [HELP]Problem in the XNA tuaorial (How to: Detect Whether Two Objects Collide)

    I get a problem in the XNA tutorial : How to: Detect Whether Two Objects Collide This tutorial have used CompiledShader object and it used the following code to initial this object: shader = ShaderCompiler.CompileFromFile("ffshader.fx", null, null, CompilerOptions.None, "TransformColor", ShaderProfile.VS_1_1, true); actually , i am new to game develop and i don't know what does the ffshader.fx file do Is there some pro can tell me how can i get ffshader.fx file and explain it The source of the ffshader.fx file got attached to the end of the C# code in this how to.  The code from the comment //ffshader.fx on is actually the contents of the ffshader.f ...Show All

  • Visual Studio System Error &Hc0000005&

    On occassion, I'm having issues where the background compilation, or the normal user compilation, is giving me this error. Once I get it once in a solution, I get it continually. Immediately after this error is thrown, my method name and class name dropdowns on a .vb page show only "Empty." I can usually still build and test, but sometimes it will just end up in a neverending string of errors. I saw the KB article on ADDHANDLER and REMOVEHANDLER, but I don't have either of these in my solution yet. I'm using Visual Studio 2005, specifically, an ASP.NET Website written in VB.NET. Hi all, I just found a solution for this problem that worked for me ... If you install this hotfix (KB9208 ...Show All

  • SQL Server Connection problem. Business Scorecard Manager 2005 and SSAS 2005.

    Hello, I have a problem creating a ADOMD connection from BSM 2005 to SSAS 2005. (Choosing standard connection) It seems like it's connecting but I cant choose "database name", or it does'nt list any database names. No error messages. When I click Cube name I get the error stating: The business scorecard manager server could not connect to the database. Verify that all data has been entered in the boxes and the connection info is correct. Any suggestions // Richard I suspect this is security-related problem. Try and see how BSM connecting to Analysis Server. Run SQL Profiler against Analysis Server and see what is the name of the user establishing connection and if this user has any ...Show All

  • Windows Networking Development Problem with QOSAddSocketToFlow

    I have a problem with Vista OS build 5536 and Vista windows SDK 6.0.5472.2.1.WindowsSDK_Vista_idw.DVD.Rel.img With such version, the QOSAddSocketToFlow returns an error code ERROR_NOT_FOUND, which says that Invalid FlowID specified. Howeve, I set the parameter Flowid with 0 as the API domument described. Thanks for any help... I have a problem with Vista OS build 6000 and Vista windows SDK 6.0. With such version, the QOSAddSocketToFlow returns an error code which says ELEMENT NOT FOUND, Thanks for any help. ...Show All

  • Microsoft ISV Community Center Forums Is There a VBA Documenter

    Wondering if anyone knew of any FREE Documenting software out there for vba. Other than the one in Access. I don't like Access Documenter because it doesn't show methods I am looking for a documenter similar to this style: ClassModuleName: Public FunctionName () as VarType Private MethodName () Public MethodName2 () ClassModuleName2: Public FunctionName () as VarType Private MethodName () Hi, I don't think there is one, or at least I haven't came across one. You can create your own though fairly easily using the code example at this link... http://www.cpearson.com/excel/vbe.htm ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. D3D10: off-screen surface

    Hello. How to create off-screen surface in Direct3D 10 and then copy its contents to the back buffer The way it was done in DX 9: CreateOffscreenPlainSurface to create surface and UpdateSurface to copy image. Could not find it in the documentation. Eeeee... Quads Here I'm afraid, I don't get it.. I just wanted to ask how to render a 2d image to the screen. I did it with surfaces on DX 9. Any ideas ...Show All

  • Visual C# Open Excel file stored in Access database

    I need to open an Excel file that has been stored in the Access Database using the insert Object functionality of MSAccess manually. What i am aware of is that i cant just read the field containing the Excel File into a Byte Array and pass it to the Excel object in C#,as the file is wrapped in the OLE Wrapper used by Access while inserting the file in database. I have tried locating the Header of Excel file from the byte array and read the file from there on but it is not working. Can some one please tell me as to how i can open the Excel File. ...Show All

  • SQL Server sql 2005 and exchange server

    dear all i have question i have active directory in server and echange in sepreate serverand i need to install sql2005 server i think it not recommended to setup sql in both server is it true /please reply on mail address under aelshafei@qtit.com Hi, if you need Report Services or other IIS based SQL features I would not put it on the Exchange Server as that might interfere with OWA of Exchange. Sometimes Domain Controllers are special because they do not have local security groups or users only the domain groups and users. So you might need special attention to neither expose the DC nor SQL to security threats. As Windows Small Business can run everything on one machine, it should be possible. But if ...Show All

  • Office Live Development Sharepoint login through URL

    I am trying to load sharepoint in an iframe, and I need to login from Drupal (PHP CMS) I got the <iframe src="https://username:password@share.mycompany.com> but this just brings up the password prompt and if I click Cancel it logs me in. How can I login to Sharepoint by passing the username/password arguement through the URL No, I'm trying to login into Sharepoint 2003 through the URL. I am building an intranet where we will have all our apps in one place, and I need to load each users sharepoint account in an iframe. Therefore I need some way to pass the login credentials to the Iframe URL, most likely in the form of https://user:password@share.url.com. Feel free to move this thread if this is ...Show All

  • .NET Development ASP.NET, low tier caching

    Hi, I'm developing a web application that has a DAL and a BLL. The DAL is composed by a set of TableAdapters and typed DataTables. As the data displayed in the home page of the web application it's only changed once a month I want to cache some of the data. I've found some solutions about caching in the ASP.net server controls but that would signify an enormous dependency from the top layer to the lowest one. So, I think that the best option here is to cache de data in the DAL, the problem is that, as I use TableAdapters and DataTables the code is generated and Im not finding the way to accomplish my requirements using SQLDependencies in partial classes. Let's see if with some of your great advices I get out of this mess. T ...Show All

  • Windows Forms Desktop and Start Menu Icon?

    How do I have the Windows installer / setup in VS 2005 place an application icon on the desktop and start menu when the installer installs the application and support files. Nothing in the property pages, and can't find documentation. The File System view in a setup project shows User's Desktop. If you want a shortcut on it, right-click the exe (in your Application Folder in the File System view, probably), create shortcut, and drag&drop to User's Desktop. Same with Start menu after you've added some folders like Company Name, Product name. ...Show All

  • SQL Server Yet another xp_cmdshell problem SQL Server 2005

    Hi, I have to named instances on one server. I'd like to use xp_cmdshell for some interfaces. I've "activated" the xp_cmdshell feature. I set a proxy account und and gave the sql user the right to exec xp_cmdshell. Unfortunately the command EXEC sp_xp_cmdshell_proxy_account 'DOMAIN\proxyaccount','APassword' throws following error: Msg 15121, Level 16, State 200, Procedure xp_cmdshell, Line 1 An error occurred during the execution of xp_cmdshell. A call to 'LogonUserW' failed with error code: '1326'. ... and yes, the username and password should be valid ;-) When I exec (makes no sense, I now...) EXEC xp_cmdshell 'echo 123' The following error occurs: Msg 15121, Level 16, State 200, Procedure ...Show All

  • Visual Basic How to set Application Setting for MDI Child Form?

    I would like to know is there a way to save MDI Child form setting, so that when I reopen the child form again I could get back the same setting. Example of setting that I would like to save are, child form location and its control setting e.g. a textbox.text contents. do u mind to provide some simple code on how to save it to a file, if i have a few Child forms and i would like to remember their location and its controls setting. thanks for your help. ...Show All

  • SQL Server Dynamic goal for a KPI?

    Hi! I'm new in SSAS and I'm stuck. Here's my problem : The goal of my KPI has to change (every month or every year). I could enter these different values with an MDX expression such as CASE WHEN <date condition> THEN goal-1-value ... END but i'd like it (different values of the goal) to be stored in a database. So my question is : Is it possible to get back these values from an MDX expression If not is there another way to get these values from database in SSAS Thanks in advance, Philippe Assuming that you do store the goal values in a table, you coud add a measure group, with a measure for the goal value, to the cube. Then this "goal" measure can be directly accessed in MDX. ...Show All

  • .NET Development Connection Pooling randomly throwing COM exceptions

    We randomly get the following exceptions: [COMException (0x80070006): The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE))] System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) +0 System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode) +34 System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +636 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105 System.Data.SqlClient.SqlConnection.Open() +111 System.Data.Common.DbDataAdapter.FillInternal ...Show All

©2008 Software Development Network