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

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

markios

Member List

Gunnar Adler
Justin Voshell
Bingo Boy
Tilex
BRCEWANE
Spanglishone
JohnnyR
NotMyself
RDH123
sqlduck
Ranju_Akram
DevanDanger
Jacob Brandt
Nathanael4499
Mickey G
TheViewMaster
Evan Mulawski
milocat
flarebol
c1t1z3n0
Only Title

markios's Q&A profile

  • SQL Server Cross assembly or cross domain calls not supported

    If I compile a simple .NET DLL with the following function and register it as an assembly in Analysis Services: public static int MyFunction(object o) { return 99; } When I run the following query I get an error which reads " Execution of the managed stored procedure failed with the following error: Cross assembly or cross domain calls not supported!. Execution of the managed stored procedure failed with the following error: Cross assembly or cross domain calls not supported!. Execution of the managed stored procedure CSng failed with the following error: Microsoft::AnalysisServices::AdomdServer::AdomdException. " with member test as MyAssembly.MyFunction(CSng("2.5555")) select test on 0 from ...Show All

  • .NET Development How can programatically show "Select Users" dialog?

    How can I programatically show "Select Users" dialog by using C# or any .Net compliant language Thank you, Teeavee Sirinapasawasdee what select users dialog would this be I don't think there is one in the .NET Framework but probably would have to create your own, or perhaps P/Invoke if there is an API that exists for selecting the users Take a look at this: http://www.codeproject.com/w2k/BfObjectSelection2.asp   ...Show All

  • SQL Server SYSAdmin users do not have permission to see records in a view?

    We have a third party application and wish to create a report based upon a view. The strange thing is logged in to the server as a SQL SYSAdmin account, we cannot view the data via the view. SQL Admin accounts are setup correctly and there is nothing different on this particular server. No errors are returned just a blank view with no records. Could this be a permissions problem or orphaned schemas in that particular database I thought SYSAdmin could view and do just about anything and the people who use this particular database would not have the know how on denying permission to the SYSAdmin role. Thanks N Just to make sure - by SQL administrator, you mean a member of the sysadmin server rol ...Show All

  • Visual Basic Console Application buffer DOS window??

    Hi everyone, Primary platform is Framework 2.0. I've got a Console Application written by means of Visual Basic and I was wondering how to resize the buffer for the DOS window. I'd like to see more information.. Now upcoming information is rewriting the old one.. Is it possible Let me know if you need further information or any clarification. TIA http://msdn2.microsoft.com/en-us/library/system.console.setbuffersize.aspx Best regards, Johan Stenberg ...Show All

  • Internet Explorer Development How to silently import PFX into My Store using CAPICOM

    Hi, I'm developing an online system (web base) for certificate request from third party CA engine. The certificate returned from this request is PFX certificate. Currenly i'm using activeX to import the PFX into MY store (using CAPICOM). How could i ommit the cypto api private key password pop up It is mean silently import the certificate with password (programmatically). Dou you guys have any experience regarding this problem Regards, Haizam ...Show All

  • .NET Development XML socket problem? (C#)

    Hi all, I tired create a XML Socket with using c#. My problem is display Exception : System.IO.IOException: Unable to read data from the transport connection: WSACancelBlockingCall ---> System.Net.Sockets.SocketException: WSACancelBlockingCall with my receive Function. Whether because my server is java I sure i can connect server, server and client is using the same port. I guess it is because time out How to fix the problem. Below is my codeing. Please somebody help me. codeing NetworkStream ns; StreamReader sr; TcpClient clientsocket; bool connected; Thread receive; string serveraddress = "127.0.0.1"; int serverport = 4002; private void Connect() { socketConnection(); if (connected) { receive = new Thread(new ThreadStart( r ...Show All

  • SQL Server Adding a static text to a report header???

    Does anyone know how to add static text to the report in the same section where report parameters and View Report are located Thanks, Yadgor2000 Drop a textbox in the header and type into it. Bear in mind that a rich/html textbox is not supported so you can't format individual words. Any formats and fonts will apply to the entire contents of the textbox. ...Show All

  • Visual Studio Tools for Office Accessing an Excel TextBox from c#

    I need to access a named Excel text box from c# code. I have successfully been using Microsoft.Office.Interop.Excel.Range to access cells, but I don't see how to get the handle of a textbox. Should I be doing this through the TextBox interface, or the IShape interface Hi Neophyte This still isn't the right place, but probably a bit closer than where ever you were :-) The best place to ask questions concerning automation of Office applications are the office.developer newsgroups, as listed in the " Please Read First " posting at the top of this - the VSTO - forum (primarily concerned with the VSTO technology). I recommend office.developer.automation for this particular question. When you as ...Show All

  • SQL Server SSRS Fixed Table Size

    Hello, I am trying to find a way to fix the size of a table in SSRS so that it would not push any items underneath it when it grows, due to multi-row data set. I have set the canGrow = false property of all the text boxes in the table, but this did not help. Does anyone know if it is possible to force a fixed size of the table and how it is done Thanks. TF I am begining to think that an invoice is not an application that SSRS 2005 can handle from the lack of responses. Maybe a future release will have this popular type of report. For now, I guess I need to find another solution to my problem - somewhere else. Does anyone know of a system that can handle that ty ...Show All

  • Smart Device Development Disabling the border for ListView Control?

    Hi, Can any plz tell how to disable (remove) the border for ListView Control or for any Control Thank you Manav. but i could not remove the border with this. Is there any other solution for this. If any one knows, plzzz let me know. ...Show All

  • Visual Studio "msdn help" for Visual Studio 2005 versus "msdn help" Visual Studio 2003

    Does the MSDN Help for MS Visual Studio Standard 2005 duplicate the MSDN Help for MS Studio Professional 2003 Basically, I would like to uninstall MSDN Help 2003, it it's "covered" in MSDN Help 2005, so as to free up valuable disk space. well technically yes however there may have been some additions or modifications for .NET 2.0. As well as this, if you try to show the help for VS2003 and you have uninstalled it, it will not run the .NET 2.0 help file, since its in a different namespace and resource ...Show All

  • Software Development for Windows Vista Question on an old 16-bit application

    We have a legacy 16-bit application that we still support. It was originally designed for Windows 3.1 (remember that ) and its architecture requires a "feature" of 16-bit DLLs where different applications could share the memory space of a common DLL. In the example, the central admin.dll stores the state of the logged in user to the application. Other "modules" can then call that DLL and read and update the state. This has worked all the way up to Windows XP. As we know, in the 32-bit world, and the more secure world of application programming, we wouldn't want to allow different applications to "borrow" the memory space of a DLL, so each application gets its own instance of the DLL, but it seems there was ...Show All

  • Software Development for Windows Vista VISTA x64 Development Platform

    Hi there, I was hoping to start looking at doing some development on Vista x64. I cannot find the download on MSDN subscriber downloads anymore, I can only find the x86 version. Does anyone know what the situation is with the x64 version It thought I saw it there a week or so ago. Also, given that I do manage to get the x64 version installed, is there a x64 version of Visual Studio available yet For your reference I have a MSDN Professional subscription. Many thanks, Gareth. MSDN removed the x64 download temporarily to take the strain off the servers from all the downloads. Visual Studio 2005 supports both x86 and x64 development. Cheers, Kenny http://weblogs.asp.net/kennykerr/ ...Show All

  • Visual Studio Team System MS Project - Seeing all information about a WI in Project

    In MS Project, is there a way to see ALL information about a Work item I know if you get an error while publishing it will display a box with all the information about that work item, but I have only seen that box when getting an error. (The box contains all history, description, title's etc.. something you'd see in Visual Studio almost). Is there a way, a command, or anything, to get that box to show up on demand It would be so helpful, and would stop my boss from having to put the WI # in a web page to view the details. (His laptop is so bad it smokes when running visual Studio). Here's a surefire way to get this screen: -Open up project -Get a list of WOrk Items -Change the Resources Names to something like: RYan Tern ...Show All

  • SQL Server Urgent!! SQL Restore problems

    Hi, Can someone please help urgently. I have a number of databases that I have set maintenance plans for. I am trying to restore these databases by using a stored proceedure. It was successful on my testing server, but when i try it on the production servers i have an error: Server: Msg 913, Level 16, State 8, Line 1 Could not find database ID 65535. Database may not be activated yet or may be in transition. Server: Msg 3013, Level 16, State 1, Line 1 RESTORE DATABASE is terminating abnormally. If I do the following on the production machine it works: RESTORE FILELISTONLY FROM DISK = 'E:\SQL_TEST_Restore\CPROD_db_200608220410.BAK' restore database CPROD FROM DISK ='E:\SQL_TEST_Restore\CPROD_db_200608220410.BAK' ...Show All

©2008 Software Development Network