Subsonic And The .net 2005 Interop Toolkit?

Nov 10, 2009

I have an application I am converting over from vb6 to vb.net 2.0/3.5. Using Subsonic 2.2 and the vb.net Interop Toolkit 2005. Cannot seem to get the .net form using subsonic to work inside the interop environment.It keeps saying it cannot find the subsonic service provider in the app.config. But I know it is there. Has anyone used these two toolkits together successfully? Will subsonic even work inside the interop environment in that way?

View 1 Replies


ADVERTISEMENT

VB6 - Video Series Is Focused On The Interop Forms Toolkit ?

Jun 10, 2010

Visual Basic Interop Video Series This how-to video series is focused on the Interop Forms Toolkit and working with Visual Basic .NET and Visual Basic 6 together. The Interop Forms Toolkit allows Visual Basic developers to migrate their Visual Basic 6 applications over to .NET using a phased migration strategy. Instead of having to convert the entire VB6 application at once, the toolkit enables .NET Forms and User Controls to run directly in Visual Basic 6 applications so that you can build the pieces that you need over time.

Download the Code: Videos 13

You will need: Visual Studio and the Interop Forms Toolkit 2.0 in addition to Visual Basic 6.0

#1 | How Do I: Build Interop Forms? (11 minutes, 28 seconds)

View 1 Replies

.net - Form Load Event Fires Twice Using Interop Forms Toolkit?

Sep 18, 2009

I've been following a codeproject article on using the interop forms toolkit (basically a way for developers to slowly upgrade their VB6 projects to .net by allowing .net components run in VB6)

[URL]

While the .NET form is working fine in all other testing projects and environments, I've found that the Form_load event is actually firing twice once it's in executing in the VB6 runtime.Not only annoying, its forcing my initialization code to execute twice (causing all kind of problems on the second run).

If (runBefore = True) Then

View 1 Replies

VS 2005 DEP And .NET Interop?

Apr 15, 2009

I have a .NET application that interops with a VB6 COM DLL. After installing the application on a Vista machine, I try to execute the code that consumes that COM component and I get an error attempting to read or write protected memory. The system's DEP is set to only essential programs and services, but apparently that automatically applies to .NET applications. When I tried to exclude the application from DEP, it said that DEP must be on for this program (could not be turned off). I had to use the bcedit.exe program to manually turn DEP off system wide and then reboot. After that, the application ran without a hitch, but this is not the route we want to go for our users. Are there any solutions/recommendations for this? It seems as though DEP has been more of a headache than not.

View 5 Replies

VS 2005 Register For COM Interop?

Aug 13, 2009

I'll like to know something about the option "Register for COM interop" into the project Compile screen from a project.

Is this check box do the same job as RegAsm.exe?

I'm asking this because since I've enabled this option the compilation of my project take 30-45 seconds instead for 2-3 seconds. And I've really need the .tlb file.

If the RegAsm program do the same job, then I will only rebuild my .tlb when needed instead of every compile.

View 2 Replies

VS 2005 : Working With Interop.Excel.Shapes?

Apr 16, 2009

I am working on a class that generates a report in Excel (any version).I need to perform a bit of ad-hoc labelling on a chart, for which I have created a textbox (i.e. Excel drawing object).I've managed to get as far as creating the textbox and setting it's text using Shape.TextFrame.Characters.Text. Ideally, I'd like to set the font characteristics as well, but I can't see how to do this. I can't seem to find much info about this anywhere, so hopefully someone's dealt with this before and can give me a few pointers.

View 1 Replies

[2005] ShowDialog With Parent Error (Interop)?

Feb 23, 2009

I am trying to have my .NET application interop with an object created in VB6. The VB6 application has a ShowDialog method with the following signature:

Public Sub ShowDialog (Optional fParent)
And inside the code, there is the following lines of
If Not IsMissing(fParent) Then

[code]......

View 6 Replies

Attempted To Read Or Write Protected Memory VB 2005 Excel Interop?

Mar 4, 2009

I have a VB.net 2005 app using the Microsoft.Office.Interop.Excel.dll version 11, deployed on a number of XP machines with Office 2003 installed. On one and only one machine I get the following error:Error -2147467261 Attempted to read or write protected memory. This is often an indication that other memory is corrupt.The line which triggers the error is:

xlSheet.SaveAs(strPathXLS)
xlSheet has been previously defined by
Dim xlSheet As Microsoft.Office.Interop.Excel.Worksheet

This should save an Excel file in a folder on the desktop. I can save a file from Excel in that folder, and create a new Excel file in it from the right-click option. The app is working correctly on the development machine and at least 8 other XP boxes on site.All Office and dotNet 2 updates have been applied.Office and dotNet have been uninstalled and reinstalled to no effect.

View 2 Replies

Using Subsonic With .net?

Oct 4, 2010

I'm quite comfortable with VB and have a very large project i need to do. I've come across SubSonic and it looks awesome. I am not clear if i can use it in VB. I've seen a a couple of posts that suggest they did but on the site it specifically shows C#.Can I use SubSonic with VB.NET?

View 1 Replies

Asp.net - Subsonic With Webservice?

May 6, 2009

I am trying to get subsonic to run work in a webservice I am not sure how to return the data. I only get the word Object in my results when It return anything instead of values. What am I missing?

<WebMethod(Description:="Method to retrieveCptCode subsonic List")> _
Public Function GetSubCptCodes() As CPTCodeCollection
Dim coll As CPTCodeCollection = New CPTCodeCollection()
Dim qry As Query = New Query(CPTCode.Schema)
coll.LoadAndCloseReader(qry.ExecuteReader())
Return coll
End Function

View 1 Replies

C# - Subsonic 3 - Namespace Hidden

Apr 17, 2009

Followed Rob's webcast, did as he did, watched T4 generate the code, went to use the new namespace and oh. No namespace. I can see the namespace Test.Data in each of the generated .cs files, the tt files are included in the project as is subsonic.dll, there are no errors (I managed to get rid of a warning for the duplicate directives) but I just can't see the namespace. To test it out I am building a simple vb.net console application so wondering if there is a conflict there. Using v2.2 against the same db works fine.

View 1 Replies

Subsonic Can't Find By String

Jul 17, 2009

[code] will both give the error "The method 'CompareString' is not supported". If I make the same call searching for an integer (ID field) it works fine. .SingleOrDefault (Function(x As Account) x.Id = 12)So interger matching is fine but strings don't work Is this a problem with the VB.net templates?

View 3 Replies

SubSonic Save() Changes Not Working?

May 3, 2011

I am trying to save changes to a record, however I am getting the error

[code]...

View 1 Replies

Use SubSonic In Program Web Application?

May 18, 2009

I am using Subonic in a VB.net application for the first time (I have used it succesfully in a WebSite project plenty of times). I followed the 2nd part of the 'Getting Started' video to actually generate the DAL source files as opposed to the build provider method and everything APPEARS to have gone like expected. However, nothing I do will get my generated namespace to appear. I feel that it has to with the fact that I am running my Web Application in VB.Net and Subsonic generates in C#.

Here is the process I followed:

1) I created a blank Web Application Project in Visual Studio

2) I configured the web.config to have the necessary parts, connection strings, etc.

3) I ran subcommander and it generated all the classes I needed into a folder called DAL.

4) I built the Web Application Project

5) I opened up a code behind, typed 'Imports' and I do not see the namespace that was generated.

I have even opened the actual Subsonic Source files and seen that there is a namespace statement for the generated namespace I configured. I tried briefly to move the subsonic files to a separate class library project, compile the .dll and use that in my project, but it still did not work.

View 2 Replies

Transactionscope Not Working On SQLite In Subsonic?

Jul 24, 2009

I have trouble using the transactionscope on SQLite, i am using the following code. Changes are still commited to the database while i don't call the ts.Complete() function.

Using ts As New System.Transactions.TransactionScope()
Using sharedConnectionScope As New SubSonic.SharedDbConnectionScope()
' Do your individual saves here'

[Code].....

View 2 Replies

.net - Subsonic 3.0 - Separate Generated Code From ActiveRecord.vb?

May 18, 2010

I moved from SubSonic 2.x to 3.0 and noticed that all my classes are combined into the ActiveRecord.vb(cs) file. Is there a way to have my classes generated individually in a separate folder (DAL) as I was doing with 2.x?

View 2 Replies

C# - Use SubSonic Or Dynamic Data For A New CRUD Asp.net Application?

Mar 3, 2009

I need to throw together a quick CRUD asp.net site, but this may become a bigger application down the road. I have some experience with SubSonic, but it has been so long since I did a project with it I have to relearn it. I am also considering using Dynamic Data.

View 5 Replies

InvalidCastException When Generate Code Via Subsonic With A Web Site?

Dec 10, 2009

I'm trying to use Subsonic 3.0.0.3 with an existing web site created in vb.net. I've added a reference to SubSonic.Core.dll and added the ActiveRecord tt/ttinclude files. I also added a contextmenu entry to run the t4 templates using instructions I found here.Whenever I try to run any of the tt files, I receive the following exception. Does this have something to do with me using a web site as opposed to a web application?

f:Documents and SettingsdbollardLocal SettingsTempSQLServer.ttinclude(85,15) : warning CS0219: Compiling transformation: The variable 'parameters' is assigned but its value is never used
ActiveRecord.tt(0,0) : error : Running transformation: System.InvalidCastException: Unable to cast object of type 'Microsoft.VisualStudio.TextTemplating.CommandLine.CommandLineHost' to type 'System.IServiceProvider'.

[Code]...

View 1 Replies

Subsonic 3 Work Virtual Basic .net Project?

Sep 15, 2009

i download subsonic 3 today (subsonic 3 preview 2) but this don't work in vb project.i think because .tt file (for generation) is C# template so this don't generate vb code.

View 1 Replies

Errors Msg For Toolkit

Aug 18, 2010

why ( toolkit script manager ) the error is:

Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral

View 1 Replies

Microsoft Or Any Others Have A NLP Toolkit For .NET?

May 14, 2010

Anyone know if microsoft or any others have a NLP toolkit for .NET?

View 2 Replies

Windows Encryption Toolkit For .NET

Jul 29, 2009

I'm rewriting a VB6 application that used the Windows Encryption Toolkit and Blowfish encryption. Does anyone know if the Windows Encryption Toolkit exists for .NET? I would use a different type of encryption if necessary, but we have 2 programs where I work. Users encrypt files with one program and send them to us and we use another program to decrypt them. I'm worried that if I don't use Blowfish encryption again, users will send us files encrypted with AES for example and we won't be able to decrypt them.

View 2 Replies

Document A Program Toolkit Library?

Nov 17, 2011

I want to start building and documenting a toolkit for a small development shop. Googling around lead me to something called VBCommenter. Is that a good tool to use? Has anyone had experience with other similar tools?[url]...

View 1 Replies

Installation Of ASP.NET AJAX Control Toolkit

Mar 8, 2011

I am working on a development project with a number of other individuals using TortoiseSVN. I followed [URL] to install the toolkit.

I tried to have a look at the configuration for another project where Ajax control toolkit was installed however I have cannot get Ajax elements to appear in my solution explorer would anyone know why this might be? I had a look at this other person's solution explorer and they have the ajax control toolkit.dll, ajaxcontroltoolkit.pdb and other folders (ar, cs, de...) within a different type of folder (looks grey and has a cog symbol) called 'Bin'

I am using Visual Studio 2008, .Net Framework 3.5 and I tried the ajax control toolkit framework 3.5.

View 1 Replies

Ajax Control Calender Toolkit Validation?

May 29, 2012

I have a form of tour application that has 2 dates, from date and To date. now i'm using the dd/MM/yyyy format for the date entry and i need to Validate To date like To date must me greater than or equal to start date. earlier days should be disable, i want to do that with compare validator.

View 1 Replies

Asp.net - ASP Ajax Control Toolkit - On Date Selected

Apr 4, 2010

I've got a calendar control on a text box I'm just wondering how I can trigger a sub when a date is chosen on the calendar?

There is a OnClientDateSelection changed in the extenders properties but im not sure how to use this.

View 1 Replies

Consuming WebService With VB6 Soap Toolkit Under Win7?

Mar 30, 2011

We have a VB6 application that consumes Java webservices with soap.That works fine on XP and Win7. The login to the webservice times out.Under xp the client try to reconnect 2 times (is one call to the webservices) and then ask for new login data from user. With win7 that dont be OK.If the login is timed out, the client try to reconnect 9 times with one call. The code is the same. I trace this with wireshark.

View 5 Replies

Tutorial For AJAX Control Toolkit Tab Container?

May 31, 2012

I need a tab-like control for Asp website. This is a tutorial for AJAX Control Toolkit Tab Container. The code below is debugged successfully, but nothing is shown on browser.

[Code]...

View 1 Replies

VS 2008 - Any Way To Edit Main Look Of Controls In Toolkit?

Apr 19, 2011

So this C4F P2P Toolkit allows for creating chat rooms, file sharing and media players etc, however I cannot find a way to edit the main look of each control. They look hideous and I must make it look a little more modern. How to change the style of the containers.

View 2 Replies

Asp.net - Ajax Calendar Control Toolkit Style Sheet?

May 30, 2012

<style>
.ajax__calendar .ajax__calendar_invalid .ajax__calendar_day
{
background-color:gray;
color:White;
text-decoration:none;
cursor:default;
}

i apply the Style, it'snot working,, i want to change the style of the disabled date,,,

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved