Software Development Network Logo
  • Microsoft ISV
  • Visual C++
  • SQL Server
  • Windows Live
  • Windows Vista
  • Smart Device
  • Visual Basic
  • Architecture
  • Visual J#
  • Game Technologies
  • Windows Forms
  • Visual Studio
  • VS Express Editions
  • VS Team System
  • Visual C#

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

JeffSkla

Member List

Deluxdecals
Amjosp
Casey Shaar
Dudi Nissan
Benbun
vatsug
Eagle Tsui
aHbiaNz
gemma
simon68
Kevin Rodgers
Martin Kulov
danieljsamson
seigo
Li Kuan
MarkMadd
alexmaster_2004
_Matze_
abouhamzeh
Glenn Blinckmann
Only Title

JeffSkla's Q&A profile

  • .NET Development could not load type "_Default"

    Hi everybody :) I'm doing a web app for some university coursework, its the first time I've used ASP.NET C# and I'm loving it but when I put the files on the remote server I get the error on this page. http://www.apixelmind.com/email/ Someone told that I need to copy a project or something and do it that way, I'm using the Visual Studio 2005 Beta 2 version and I can't find this function anywhere.  If anyone could help with that or give ...Show All

  • Visual Studio Zip task not given required parameter

    Hi, I'm trying to use the zip functionallity of Microsoft.VsSDK to zip my project files directly under VS. Similar to the IronPython project sample. But I'm getting the following error: Error 67 The "Zip" task was not given a value for the required parameter "ZipName". ProjectTest I've added the following to my csproj file: <Import Project="Tools\Build\Microsoft.VsSDK.targets" /> ANd < ...Show All

  • .NET Development Cannot open database "db1" requested by the login. The login failed. Login failed for user 'BIGRED1\ASPNET'.

    Cannot open database "db1" requested by the login. The login failed. Login failed for user 'BIGRED1\ASPNET'. I just got sql server ctp 2005 installed and have connected visual web developer with it.  I can create databases through VWD, but when i try to open a page with any connectivitiy to the DB i get the above error.  Does anyone know what i need to check, change or add Have you tried executing a query like: exec sp_grantlogi ...Show All

  • SQL Server this should be easy but it's not.

    I have written 2 custom connection mgr’s. One connects the data from an oracle source One connects so I can put the data on a sql server. These both work well and it makes it a lot easier across development, test, production. But now I would like a good way to do this I have 10 tables to copy from oracle. The only difference is just the name of the table. static string [] g_tables = { &qu ...Show All

  • SQL Server Permissions using CLR triggers

    It seems that there is a difference between the way t-sql permissions and CLR permissions work. I don't know if this is a fault of SQL2005 or of my coding - perhaps someone can tell me. E.g. Assume there are two tables called test1 and test2 with no permissions granted to anyone on them. Below is a simple trigger that inserts into test2 when test1 is updated CREATE TRIGGER tr_test ON test1 FOR UPDATE AS BEGIN DECLARE @v INT SELECT @v = M ...Show All

  • Windows Forms Window Forms questions (From within a from)

    I'm new to C# visual studio 2003 and wanted to create a window forms. I would like to creat a form within form. Lets call the main form form_a and the two other forms that are inside form_a called form_b and form_c. Where form_a is the main form that is not resizable and form_b is inside form_a and form_c also inside form_a. Form_b would be located on the left side of form_a from top to bottom with form_c below it. Form_b & ...Show All

  • Visual Studio 2008 (Pre-release) Deploying a WinFX windows Application

    I am trying to Deploying a simple WinFX windows app . when it tries to run on the test client .dosent run . I manually installed the WinFX RTC 3.0 Beta on the test client, the app runs. Is there a way to add the WinFX RTC 3.0 as a prerequisite Like .NET Framework 2.0 as a prereq Thanks Mohammed Mohammed, see my response here and this post in case you want to spin your own bootstrapper . ...Show All

  • Visual Studio Express Editions Common Dialog Box and Save- newbie question

    I want to save an array of UShort integers in any chosen directory, using a Common Dialog Box. (There seem to be big differences between VB6 and VB Express.) Can anyone help And I need to load back the values, again using a Dialog Box. Thanks, David. Hi David, You can add a new MDIParent form into your project and take a look at the OpenFileDialog and SaveFileDialog sample in there. Here's a copy o ...Show All

  • Windows Forms Putting DataGridView cell in edit mode causing problem .. Please Help

      Hello, I have extended a DataGridView control for custom event handling. By default all rows have the ReadOnly property set. All the columns are text box columns. After a cell is done editing, I need to move the focus to another cell and put that cell into edit mode. The first edit, I trap by handling the Enter Key press - since everything is ReadOnly at this time, the keyboard works. But thereafter, I have to o ...Show All

  • Software Development for Windows Vista ftp in activity

    Can anyone see a reson why a ftp client in a activity would disconnect other connections when a bunch of workflows are running Is anyone using a ftp component in this manner Thanks, Mardo Are you using the sample on windowsworkflow.net, found here , or are you writing from scratch ...Show All

  • Windows Forms Windowsforms programming question

    Hi, I have application with two datagrid's (master/detail) placed on mainform. I also have data components (dataset, bindingsource, tableadapter) set up ok, and relatation between master/detail is working fine. I have done data setup with draggin&droppping and not in code. I have to move mastergrid into usercontrol which is placed on mainform. Now mastergrid cannot see those datacomponents anymore because it is on usercontrol. So my qu ...Show All

  • Visual Studio Team System TFS B3: TF50244 Error

    This is for a single server installation.   Hi, I installed TFS server following the Install guide religiously. The only thing I did not do is to promote the server to a domain, but acording to my research the Beta 3 no longer needs to be installed on a DC. I used september CTP enterprise SQL server.   On the installation everything seems to go ok. But the problem comes when I connect to the server.   I can sucefully connect ...Show All

  • Visual C++ where can i find the sourcecode for the WinFormsView example?

    Hi! I have found an interresting example in the MSDN library "Managed Extensions for C++" This is exactly the same thing that i have to do. The problem is that i can not find (or download) the sourcecode anywhere.The Name of the Projectfile seems to be " WinFormsView.sln " Can someone tell me where i find the sourcecode Thank you! Harry PS: (I am usind Visual Studio 2005, the example is described in german here: http://msdn. ...Show All

  • Software Development for Windows Vista Missing RPCSHIM.DLL file?

    I am working on developing a installation that will work under Vista. I have resolved most problems but have encountered one item. Our application will not open with the 3D capabilities enabled. When I try to use dependency walker, it indicates that there is a missing dll file. The call we are making is from advapi32.dll. Advapi32 has dependencies on this file in Windows Vista. I have not been able to see the same dependency for XP or 2000. ...Show All

  • Windows Forms Exact rectangle of a single character

    How can I get the exact rectangle of a character  Using the method "MeasureString" returns the size of the character with some empty space at all sides. I want a rectangle as close as possible to the drawing character. Is there any co ...Show All

©2008 Software Development Network

powered by phorum