Frank Uray's Q&A profile
SQL Server Deployment and Configuration
Hi: I have a SSIS package on my local machine, and would like to deploy it to DEV server. Which files should i be moving to the SQL DEV Server and where How do I modify connection managers or is there a way to do that from the Management Studio or some other way Thanks and I would definitely appreciate some prompt advise. I prefer to have my packages as File system files (.dtsx); then all I have to do is to move (copy the files) them into a folder in the server. I use SQL Server table based package configurations to change connection strings at run time (and any other required property). I know there is a Deployment wizard in BIDS but I have never looked into that; so you do the research. Some times I use the SET option in t ...Show All
SQL Server Problem with AuthenticationExtension
Hi, I got SSRS2005 with FormsAuthentication working for a while now without any problems. I decided to create some kind of 'Account Enabled' functionality and therefore I modified my AuthenticationExtension.cs. But what happened, the new functionality does not work. After adding some logging stuff to this file nothing changed. So it looks as if AuthenticationExtension.css is not being used at all in my security extension. I verified this by removing the file from the project and still...no changes! Other files in my security extension module are being used however. When I make a change to AuthenticationUtilities I can see it in my results. Does anyone know how this can happen Why is my extended IAuthenticationExtension not been used ...Show All
Visual C++ VCCodeFunction adding override keyword
We are using the visual studio automation from an external application to write classes with functions in them in .cpp and .h files. With the VCCodeFunction I can see no way to add the override keyword after the funtion. Can anybody please point me to a way to do this. (Using the VCCodeFunction we can set access rights parameters, whether it is virtual etc.) Thanks Tiaan ...Show All
Visual C# I have a text file(sample.txt) with 2 lines of data.
I have a text file(sample.txt) with 2 lines of data. (i.e) MSH|^~\$|ADMIT|CLAY COUNTY MEMORIAL|| (line 1) EVN|A01|200502110909|| (line 2) I have split the line 1 into segments such as MSH ^~\$ ADMIT CLAY COUNTY MEMORIAL I have written these values into xml file. Similarly I have also split line 2 into segments such as EVN A01 200502110909 Now I want to write these segments into another xml file. But I want to write both line 1 and line 2 at the same time into different xml files. How can I proceed with I am using the following code: Dim filetoread As String filetoread = Server.MapPath("sample.txt") Dim filestream As StreamReader filestream = File.Opentext(filetoread) Dim readcontents As String readcontents = f ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Curious to see if any tutorials were available?
Would anyone know if there are any tutorials for the basic game design with XNA Be really helpful. thanks My web site also has alot of tutorials for beginners: www.ziggyware.com Thanks, Ziggy ...Show All
Visual C++ ENCRYPTION SAMPLE IN VC++ 6.0
I NEED SAMPLE SOURCE CODE FOR ENCRYPTION AND DECRYPTION IN VC++ 6.0 THNK U Let's keep this forum on-topic with questions concerning the C++ language and compilation issues. Encryption falls under security, whose questions can land here: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.platformsdk.security&lang=en&cr=US ...Show All
Microsoft ISV Community Center Forums opc
I am trying to develop an opc - da client using .net technology. Have gone through the documents on opc and opc client and all, but am still not sure how to implement it, can someone give me a direction on how to start with it You can use vb.net or c# with rslinx's COM dll. You just add the reference to RsiOPCAuto.dll to your project and use its classes. To pass an array to a OPC method, just dim the array to n+1 and fill it starting at index 1. The method will return object arrays that you will read starting at index 1. You have to cast to the specific types to get the values. Excuse me for my bad grammar. I hope this helps. ...Show All
Visual Studio 2008 (Pre-release) possible 3D rendering problem
got a 3D scene with multiple objects in it. some of those objects are 2 blocks. another object is a window with a transparent texture. but the problem is the window will see-through some of those blocks. e.g. if i look through the window to look at a block, then i can't see the block. if i don't look through the window, then i see the block. even stranger, is that the order in which the objects are added to the scene matters. if i add block A, then the window, and then block B ... then looking through the window, i can see block A, but not block B. if i add both blocks before the window, then i see both blocks. if i add both blocks after the window, then i can see neither through the window. any ideas what is happening here NOTE i ...Show All
SQL Server Next Measure
Lets say I have a set of measures that go like this: Date, Payment October 3, $3 October 6, $4 December 6, $5 December 8, $4 My problem is that I need to get the next payment date and amount. So if for example I am standing in October 3, I would have to get (October 4, $4). If I was standing in october I would have to get (December, $9). Assuming I have a measure called [Payment] and a [Date] dimension ([Year], [Month], [Day]), How can I do this with MDX Thanks in advance There are two ways to do it, one is recursive and another one is not. It is hard to judge which one will perform better, both of them have their problems: 1. CREATE NextPayment = IIF(IsEmpty(Time.NextMember) A ...Show All
Visual Studio Tools for Office Is there a way to add actions to right click menu in Word?
Hi Maja I performed a Knowledge Base search and came up with a number of articles with explanations and code samples for building CommandBars (toolbars) using .NET Code. Take a look at these . ...Show All
Visual Studio 2008 (Pre-release) Help me "Svcutil.exe" error
I installed dotnetfx3_x64.exe When I attempt to run svcutil.exe to generate a proxy, using the following syntax: svcutil http://webserver/Note/AdmissionNote.svc wsdl I get the following error: Error: An unexpected error has occurred in the tool. Error: 無法從組件 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, Public KeyToken=b77a5c561934e089' 載入型別 'System.ServiceModel.Description.MetadataTra nsferClient'。 When I attempt to access the wsdl from IIS using http://webserver/Note/AdmissionNote.svc wsdl , it works fine and I can see the XML. Any idea what's wrong Thanks, George George, does svcutil.exe work correctly if you point it at " http://webserver/Note/Admissi ...Show All
Windows Forms Floating toolbar interface
Hi, I'm developing C# winform application in VS 2005. I was imagining if I could implement floating toolbar kind of interface for my application. eg. as in VS 2005 for toolbox. I want similar kind of interface on main form on right hand side. This interface will display information using listview and also user could launch actions through menus. Could anyone enlighten is it possible to implement such interface with dot net framework 2 application using VS 2005 If yes, how Thanks If you read my query, I'm looking for similar interface what does VS 2005 provide for toolbox but thing is I am not looking for floating TOOLBOX. I need floating feature on main screen right/left panel or something, ...Show All
Software Development for Windows Vista Workflow application working in one comp but not in another
Hello, My problem is the following: I have an ASP.NET application with a validation workflow inside. It uses the membership and roles mechanisms provided by ASP. In my computer the application works perfect, the workflow starts, does all its job and completes successfully, but when I move the application to another computer the workflow aborts after saving some changes to the database. The workflow starts, gets 2 different events (start and save) and then calls an external method to save changes to database. It saves those changes (I checked the DB and it's OK), and then aborts. The problem is that when the workflow aborts it doesnt give any exception message, so I have no idea what the problem is, and as it works perfectly in my computer ...Show All
Visual Studio Express Editions help a newbie...
Forgive my newbie-question, but how do I remove a line in my rich text box control without just leaving a line but that is empty and also does this just clear the line or actualy delete it eg: before: L1: text L2: text L3: text After: L1: text L2: text NOT: After: L1: text L2: text L3: ...Show All
Visual Studio Team System VSTS checks fies out for me when I try to build the sln
Hi, I'm new to my company, and I tried to build the current code. I have the latest code, but whenever I tried to build, a couple of files kept getting checked out me, locked for edit. I've never opened these files, and I certainly never edited them. I tried renaming the working directory, rebooting my machine, etc. Each time I tried to get the latest version of the sln, the same files got checked out to me. Even more interesting is that, when I diff the files (local vs server), the local files have the date 1/1/0001, 12:00 am!!! I can assure you that the proper date and time are set on my machine. Any ideas Thanks. Hi: It would seem to me that the build has some custom step or something el ...Show All
