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

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

mortiz2112

Member List

MMCool
GrandpaB
xRuntime
mmmr
flypp3r
Stuart Crawshaw
ratkinofaso
TFS-Admin
Smarty
FSchmid
imj
Bart Butell
Bill Reiss
Dmitry Pavlov
Andre.Ziegler
write2mtg
ccrockatt
srfitz2000
Hkrabben
joss1974
Only Title

mortiz2112's Q&A profile

  • Visual Studio Deploying Crystal Reports Web Application

    Is there a document which explains the correct way of deploying web applications with crystal reports using Visual Studio 2005. My app runs OK on the development machine, however when I deploy it it errors as follows Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: File or assembly name CrystalDecisions.Shared, or one of its dependencies, was not found. Source Error: Line 18: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> Line 19: <add assembly=&q ...Show All

  • Visual Studio Multilingual ReportViewer: lack of default resource files

    Hi, I'm trying to use the multilingual tutorial that comes with Visual Studio 2005 ( http://support.businessobjects.com/documentation/product_guides/cr_net/vs_2005/html/crtsktutorialsothermultilingual.htm ) but there's no "CrystalReportViewer_resource_files" folder (I have installed the tutorial sample code files), as they note. Does anybody know where I can find it 'Extremely useful' Business Objects links don't help at all. Thanks. -- Alexey Sorry for disturbance, people. Finally, I found Samples for full CR XI where such a folder presents. -- cu ...Show All

  • .NET Development confused with VWD C# ASP.Net

    I have some experience with vba, Access, html and have downloaded the VS2005 express software. I've been going through some of the videos, but find it quite confusing. Not clear how the pieces fit together. I would like to create a windows client to send requests/receive responses from an existing web service. I have the wsdl of the web service, and have VWD and VS 2005Express c#. I also have downloaded the net Framework 2.0 SDK. The existing web service is written in java. Materials I've found on the net seem to lead me to ASP.NET and creating webservices. Even the simplest tutorials I have found, seem to introduce extraneous concepts and, in my view, jump over many of the basics. Can someone point to some extremely clear ...Show All

  • Software Development for Windows Vista Windows Vista interface on XP

    I have started using C# 2005 on Windows Vista and wanted to know how can i deploy my application to XP with the sane Vista's style and interface The Vista "Aero" interface does not exist on Windows XP, neither does Vista Basic. There is a tool called Stardock ( www.stardock.com ) that can make XP use a pseudo-Aero interface. But for the true Aero experience, you need Vista. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Render to a Video output #_#

    I know it could be difficult, but I am requested to Render a 3D scene with alpha to a video output, that request data transfer from the RenderTarget Surface to the DirectDraw Suface with Overlay. the problem is. Direct3D Surfaces and DirectDraw Surfaces are not mixable. I know that. so I have try to lock both of the surface and do a memcpy. every one knows this is a large cost to the CPU time. so if I can direct Direct3D to render to a shared buffer binded to a DirectDraw Surface, It will save a lot of time. so if Anybody knows how, I'am on my knees Will, I have read your thread, but unlike you, I programme with C++, if I use managed functions in my part of the programme it will request changes to be made every other prog ...Show All

  • SQL Server Change date format

    HI, I have noticed that SQL SERVER 2005 uses American date format but i want to change it to UK/European time format i.e. dd-mm-yyyy can any on tell me how to do it in sql server settings. And is it possible that I can change it only the during the course of my STORED PROCEDURE. I know it is quite and any one will answer that soon hoping quick reply regards, Anas That shouldn't be necessary once the database has been set to the correct language. But IIRC, you can set the language on a connection basis, but you should be able to locate this info in the SQLServer help file, I can't recall what the setting might be at the moment, probably SET LANGUAGE <language> ...Show All

  • SQL Server Lookup Component Feature

    Has anyone seen this strange behaviour I have a package which loads the fact data from Stage into Warehouse database. This packages normally handles early arriving facts. In that package I use lookup to check the dims which exists, and where they don't I populate the dimension and use the surrogate key to load the facts. This works fine. I had a request to load 7 years worth of historical data. Instead of re-writing the package I took the package which handles early arriving facts and deleted the section which handles early arriving facts. I knew all the dimensions already exists and I don’t want to hinder the performance when I load millions of rows. During testing I found something very interesting. If you have configured err ...Show All

  • Windows Live Developer Forums Localised Versions of VE

    In the online documentation of VE it mentions that it is available in 13 languages. How can you switch so that the maps are showing in another language This means the map place names and not any dashboard text. E.g London will appear as Londres if choosing a French locale etc etc.. (I've notice that google maps just use the local spelling) http://www.microsoft.com/virtualearth/products/webservice/regional.mspx ...Show All

  • .NET Development TransactionScope

    Hey All- So I've been studying up on the System.Transactions namespace to prepare an architecture for our application to upgrade its databases. There are at least 2 databases used, possibly more, and they have to be updated atomically when the schema changes. The worse case scenario will be running on Sql2k5, but we do support Sql2k. I think I already know the answer to this, but just want to make sure before I start. Even when both databases are running on the same Sql2k5 server instance, when the 2nd connection opens, the transaction gets promoted to MSDTC. From what I can tell, this is the expected behaviour simply because of more than 1 connection, even when using Sql2k5. Is this correct This thread seems to indicate there may b ...Show All

  • SQL Server An internal error occurred on the report server. See the error log for more details. (rsInternalError)

    Hello everybody, I am trying to use the reporting services on Windows 2003 with SQLServer 2005. Everything works fine in the report manager and I can access and render the reports without any problem. But when I try to access the reports directly with the URL from the ReportServer, I get the following error : Reporting Services Error An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help The type Microsoft.ReportingServices.UI.WebControlConnection, ReportingServicesWebUserInterface, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 does not implement IReportServerConnection or could not be found SQL Server Reporting Servic ...Show All

  • .NET Development Rendering ASP.net pages without IIS Server...

    The thing is that i am trying to host ASP.net pages without IIS Server. I got hints after reading Cassini project source about how to render ASP.net pages without IIS Server. Although my code is working fine. When i try to open any asp.net page i get the following error! Any help is appreciated. Thank you for reading.. Server Error in '/' Application. Here is the code that i am using.... class MyAspHost { public static object CreateApplicationHost(Type hostType, string virtualDir, string physicalDir) { if (!(physicalDir.EndsWith("\\"))) physicalDir = physicalDir + "\\"; string aspDir = HttpRuntime.AspInstallDirectory; string domainId = DateTime.Now.ToString(DateTimeFormatInfo.Invari ...Show All

  • SQL Server URGENT: PARAMETER ISSUES WITH SQL TASK

    I have read all the post about passing parameters from sql task in and out and have tried them all with no anvile. Frist of, they are too many types to deal with now, db types, SSIS types. Why the hausl. Can we make data type flow a bit more easy. Well, enough about the complain. I have been trying to dynamically set my sql query statement for my datasouce component using a variable set by a sql task. The tried a couple of methods. Method 1 Using sql task, ole connection and stored proceduer( exec usp_mystoreprocedure OUTPUT) with output parameter (User::sql_query out varchar 0). My stored procedure generate a sql statement as nvarchar and sets the output variable with that. Now when i parse query, i get the error TITLE: SQL Task ----- ...Show All

  • Visual Basic Client server Application

    Hello, I'm not sure where should i post this topic, if i was wrong. Forgive me please. I want to create a client-server application in a network. I will use visual basic in visual studio 2005. In my system environment, I have 2 servers, i want to link from server A to server B and and retrieve its database information. I'm new to client-server application environment. Is there anyone provide some source and helps to me. I'm urgent to develop this before august 15 due date coming. From an article i have read, it tell me to use winsock in vb 6.0. But i can't find any winsock in visual studio 2005. I hopes this make sense and anyone could helps me. Your helps would be appre ...Show All

  • .NET Development how to create .ico file?

    Hi, it seems with visual studio 2005, we can create .ico files as required. However, I do not know how to realize that. A very very simple question... Any help ico file for your application or do you mean save an image into an icon if it is an icon for your application, simply add an Icon file into your solution (Right click your project in the solution explorer > add > new item > Icon File then design your icon within the "mini" editor or create your own application icon in some other software and add it into this solution (in the same way as above but select add existing item) and make sure that the icon size is 32x32. Then you can set the application icon in code: this.Icon = new ...Show All

  • .NET Development Problem with HttpwebRequest, not sure bug or I missed something, please help!

    I'm creating an application that communicates with a remote server over HttpWebRequest that sends some xml data and gets an answer back. On 3955 (+/- 5)-th request HttpWebRequest starts to generate error "Unable to connect to the remote server...", I stop further requests and do .sleep() for 5 minutes and then it starts to work again. :( Am I doing something wrong, not closing something properly see code bellow, or it is a bug >>>>>>>>>> Dim GR As HttpWebRequest = CType (HttpWebRequest.Create(Settings.RisServer & IIf(Settings.RisPort = 0, "" , ":" & Settings.RisPort)), HttpWebRequest) GR.Method = "POST" GR.ContentType = " ...Show All

©2008 Software Development Network