candrd
candrd
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
i solved the problem thx
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
yeap i'm trying to do something like this
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
Sorry but I can't share the source code due to confidentiality agreement, i was just trying to find a solution to the problem
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
It wasn't my idea
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
actually they wanted me to do
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
I searched the whole project but there is not such a thing like this
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
I'm not trying to work around security measures, in fact, the changes made to the program are usually on the UI. The functions are always the same, so I don't want to make an appointment for the slightest change and waste my time.
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
and everytime i have to contact them to update my hash code
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
this is a project integrated with ingenico, so when i change something in my program, ingenicos hash is changing
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
because of the hash codes. When i change the original project hash codes changes and this time my customers cant use the program. So i found the solution this way. I separated dll by copying the main project.
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
so the problem is, when i call the dll, vs is confusing it self and can't use the dll's functions
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
np np
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
this is a example not main project XD
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
for example;
Project 1
using System;

namespace first_space {
class namespace_cl {
public void func() {
Console.WriteLine("originalnamespace");
}
}
}
Project 2
using System;

namespace first_space {
class namespace_cl {
public void func() {
Console.WriteLine("copynamespace");
}
}
}
Project 1
using System;

namespace first_space {
class namespace_cl {
public void func() {
Console.WriteLine("originalnamespace");
}
}
}
Project 2
using System;

namespace first_space {
class namespace_cl {
public void func() {
Console.WriteLine("copynamespace");
}
}
}
58 replies
CC#
Created by candrd on 11/11/2024 in #help
✅ Separate C# Dll
Project names was the same egg. Project1-Project1
58 replies
CC#
Created by candrd on 1/24/2024 in #help
EF6+.NET Framework+ Postgre issue
No description
43 replies
CC#
Created by candrd on 1/24/2024 in #help
EF6+.NET Framework+ Postgre issue
Thanks to everyone who tried to help me
43 replies
CC#
Created by candrd on 1/24/2024 in #help
EF6+.NET Framework+ Postgre issue
No description
43 replies
CC#
Created by candrd on 1/24/2024 in #help
EF6+.NET Framework+ Postgre issue
So can i work with efcore in .net 8 ?
43 replies
CC#
Created by candrd on 1/24/2024 in #help
EF6+.NET Framework+ Postgre issue
actually i made with mvc model but i have to made with with windows forms
43 replies