Click here to Skip to main content
16,012,468 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: need code to find serial number of hard, mainboard and cpu Pin
Michael Sync8-Jul-07 17:25
Michael Sync8-Jul-07 17:25 
GeneralRe: need code to find serial number of hard, mainboard and cpu Pin
omidreza8129-Jul-07 2:28
omidreza8129-Jul-07 2:28 
QuestionWhere does xml file come from when compliing dll file? Pin
Michael Sync6-Jul-07 19:36
Michael Sync6-Jul-07 19:36 
AnswerRe: Where does xml file come from when compliing dll file? Pin
Scott Dorman6-Jul-07 19:52
professionalScott Dorman6-Jul-07 19:52 
GeneralRe: Where does xml file come from when compliing dll file? Pin
Michael Sync6-Jul-07 19:54
Michael Sync6-Jul-07 19:54 
QuestionUser typing moves row on DataGridView Pin
bobishkindaguy6-Jul-07 12:52
bobishkindaguy6-Jul-07 12:52 
AnswerRe: Problem in calling a dotnet exe from VB 6.0 exe Pin
Pete O'Hanlon6-Jul-07 1:14
mvePete O'Hanlon6-Jul-07 1:14 
QuestionProblem in calling a dotnet exe from VB 6.0 exe Pin
Syed Muhammad Kamran5-Jul-07 23:50
Syed Muhammad Kamran5-Jul-07 23:50 
I have made a desktop based SMS system in C# Dotnet 2.0 and integrate it with an old enterprise solution build in VB6.0.

On Runtime, the Vb6.0 exe is running from local machine and after loading it reads the system registry and extract a remote path to call all the other dll's from a remote location. The benefit is that all the executables is resides on a single remote location and you just have to distribute an exe to all the clients and set the value of remote path in their registry.

A simple 3 tier architecture Where you have a client which is a vb6.0 exe say client.exe and an application server which holds the middle tier or all the executables and a database server.

The location of the database server, password to connect, userid's and location of the application server is saved in Registry through a utility.

This means that all the exe's and dll's are loaded from a remote location which is a shared resource in a network.

Now my problem is that. When my sms exe say sms1000.exe written in c# dotnet 2.0 is called by this client.exe it gives this error in application log and not running.

Faulting application sms1000.exe, version 1.0.0.0, stamp 468dbd07, faulting module kernel32.dll, version 5.2.3790.3959, stamp 45d70ad8, debug? 0, fault address 0x0000bee7.

I must include here that all of my executables and dll's are strong name assemblies and sice it's loaded from a network location I've changed the intranet group to a Fulltrust through this command

CasPol.exe -chggroup 1.2 FullTrust

I've tested it on Windows 2000, Windows XP and Windows 2003 machines and it's running fine. However currently I'm deploying this application from a remote desktop to client located outside my country. On some of their machines running windows 2003 it's running fine However it's not running fine on a few of them which runs windows 2003 as well giving this error in System Application Log.

Faulting application sms1000.exe, version 1.0.0.0, stamp 468dbd07, faulting module kernel32.dll, version 5.2.3790.3959, stamp 45d70ad8, debug? 0, fault address 0x0000bee7.

Source of event says: .Net 2.0 Runtime error.

Any one has any resolution?

QuestionLocalization, but how? Pin
Luka Grabarevic5-Jul-07 23:14
Luka Grabarevic5-Jul-07 23:14 
AnswerRe: Localization, but how? Pin
Luc Pattyn6-Jul-07 0:48
sitebuilderLuc Pattyn6-Jul-07 0:48 
QuestionAssembly Pin
kankeyan5-Jul-07 21:53
kankeyan5-Jul-07 21:53 
AnswerRe: Assembly Pin
originSH5-Jul-07 22:17
originSH5-Jul-07 22:17 
AnswerRe: Assembly Pin
Ilya Verbitskiy8-Jul-07 1:00
Ilya Verbitskiy8-Jul-07 1:00 
QuestionGnerate a pdf file using c# without using a third party product???? Pin
Nithin Krishna5-Jul-07 21:50
Nithin Krishna5-Jul-07 21:50 
AnswerRe: Gnerate a pdf file using c# without using a third party product???? Pin
Christian Graus5-Jul-07 23:44
protectorChristian Graus5-Jul-07 23:44 
AnswerRe: Gnerate a pdf file using c# without using a third party product???? Pin
Vasudevan Deepak Kumar9-Jul-07 2:57
Vasudevan Deepak Kumar9-Jul-07 2:57 
QuestionGood practice or not? Defaulting member variables via properties Pin
AEternal5-Jul-07 8:00
AEternal5-Jul-07 8:00 
AnswerRe: Good practice or not? Defaulting member variables via properties Pin
Scott Dorman5-Jul-07 8:13
professionalScott Dorman5-Jul-07 8:13 
GeneralRe: Good practice or not? Defaulting member variables via properties Pin
AEternal5-Jul-07 8:27
AEternal5-Jul-07 8:27 
GeneralRe: Good practice or not? Defaulting member variables via properties Pin
Scott Dorman5-Jul-07 8:39
professionalScott Dorman5-Jul-07 8:39 
GeneralRe: Good practice or not? Defaulting member variables via properties Pin
AEternal5-Jul-07 8:47
AEternal5-Jul-07 8:47 
GeneralRe: Good practice or not? Defaulting member variables via properties Pin
Scott Dorman5-Jul-07 9:02
professionalScott Dorman5-Jul-07 9:02 
GeneralRe: Good practice or not? Defaulting member variables via properties Pin
AEternal5-Jul-07 9:42
AEternal5-Jul-07 9:42 
GeneralRe: Good practice or not? Defaulting member variables via properties Pin
Scott Dorman5-Jul-07 9:49
professionalScott Dorman5-Jul-07 9:49 
GeneralRe: Good practice or not? Defaulting member variables via properties Pin
Not Active5-Jul-07 9:58
mentorNot Active5-Jul-07 9:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.